Searched refs:emptyROB (Results 1 - 4 of 4) sorted by relevance

/gem5/src/cpu/o3/
H A Dcomm.hh207 bool emptyROB; // *R member in struct:TimeBufStruct::commitComm
H A Drename_impl.hh86 emptyROB[tid] = true;
267 emptyROB[tid] = true;
296 emptyROB[tid] = true;
629 if (emptyROB[tid] && instsInProgress[tid] == 0) {
1285 (!emptyROB[tid] || instsInProgress[tid])) {
1310 emptyROB[tid] = fromCommit->commitInfo[tid].emptyROB;
H A Drename.hh412 bool emptyROB[Impl::MaxThreads]; member in class:DefaultRename
H A Dcommit_impl.hh364 toIEW->commitInfo[tid].emptyROB = true;
968 toIEW->commitInfo[tid].emptyROB = true;

Completed in 21 milliseconds