Searched refs:canInsert (Results 1 - 5 of 5) sorted by relevance

/gem5/src/cpu/minor/
H A Dfunc_unit.hh256 bool canInsert() const;
H A Dfunc_unit.cc179 FUPipeline::canInsert() const function in class:Minor::FUPipeline
H A Dlsq.hh492 bool canInsert() const;
675 bool canPushIntoStoreBuffer() const { return storeBuffer.canInsert(); }
H A Dlsq.cc720 LSQ::StoreBuffer::canInsert() const function in class:Minor::LSQ::StoreBuffer
743 if (!canInsert()) {
1488 bool can_store = storeBuffer.canInsert();
H A Dexecute.cc655 } else if (!fu->canInsert()) {

Completed in 20 milliseconds