Searched refs:getInput (Results 1 - 6 of 6) sorted by relevance

/gem5/src/cpu/minor/
H A Ddecode.cc82 Decode::getInput(ThreadID tid) function in class:Minor::Decode
141 const ForwardInstData *insts_in = getInput(tid);
259 insts_in = getInput(tid);
285 if (getInput(i) && nextStageReserve[i].canReserve()) {
317 if (getInput(tid) && !decodeInfo[tid].blocked) {
H A Ddecode.hh132 const ForwardInstData *getInput(ThreadID tid);
H A Dfetch2.cc94 Fetch2::getInput(ThreadID tid) function in class:Minor::Fetch2
272 const ForwardLineData *line_in = getInput(tid);
287 line_in = getInput(tid);
301 const ForwardLineData *line_in = getInput(tid);
530 line_in = getInput(tid);
556 if (getInput(i) && nextStageReserve[i].canReserve()) {
588 if (getInput(tid) && !fetchInfo[tid].blocked) {
H A Dfetch2.hh179 const ForwardLineData *getInput(ThreadID tid);
H A Dexecute.hh172 /** Index that we've completed upto in getInput data. We can say we're
173 * popInput when this equals getInput()->width() */
211 const ForwardInstData *getInput(ThreadID tid);
H A Dexecute.cc194 Execute::getInput(ThreadID tid) function in class:Minor::Execute
545 const ForwardInstData *insts_in = getInput(thread_id);
821 insts_in = getInput(thread_id);
1460 while (getInput(commit_tid))
1503 if (getInput(tid)) {
1505 MinorDynInstPtr inst = getInput(tid)->insts[input_index];
1763 if (getInput(tid)) {

Completed in 10 milliseconds