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

/gem5/src/cpu/o3/probe/
H A Delastic_trace.cc323 head_inst->hasRequest() &&
374 } else if (head_inst->isMemRef() && !head_inst->hasRequest()) {
/gem5/src/cpu/o3/
H A Dlsq_unit_impl.hh579 if (!(inst->hasRequest() && inst->strictlyOrdered()) ||
753 assert(storeWBIt->hasRequest());
H A Dlsq_unit.hh144 bool hasRequest() { return req != nullptr; } function in class:LSQUnit::LSQEntry
/gem5/src/cpu/
H A Dbase_dyn_inst.hh933 bool hasRequest() const { return instFlags[ReqMade]; } function in class:BaseDynInst

Completed in 19 milliseconds