Searched refs:dispatchedToSQ (Results 1 - 3 of 3) sorted by relevance

/gem5/src/cpu/o3/
H A Dcomm.hh147 unsigned dispatchedToSQ; member in struct:TimeBufStruct::iewComm
H A Diew_impl.hh486 toRename->iewInfo[tid].dispatchedToSQ++;
871 toRename->iewInfo[tid].dispatchedToSQ++;
1013 toRename->iewInfo[tid].dispatchedToSQ++;
1074 toRename->iewInfo[tid].dispatchedToSQ++;
1110 toRename->iewInfo[tid].dispatchedToSQ++;
H A Drename_impl.hh483 storesInProgress[tid] -= fromIEW->iewInfo[tid].dispatchedToSQ;
1228 (storesInProgress[tid] - fromIEW->iewInfo[tid].dispatchedToSQ);
1230 "stores dispatchedToSQ: %d\n", freeEntries[tid].sqEntries,
1231 storesInProgress[tid], fromIEW->iewInfo[tid].dispatchedToSQ);

Completed in 12 milliseconds