Searched refs:isMemRef (Results 1 - 14 of 14) sorted by relevance

/gem5/src/cpu/minor/
H A Ddyn_inst.hh259 bool isMemRef() const { return isInst() && staticInst->isMemRef(); } function in class:Minor::MinorDynInst
H A Dexecute.cc701 issued_mem_ref = inst->isMemRef();
917 } else if (inst->staticInst->isMemRef()) {
1275 if (!inst->isFault() && inst->isMemRef() &&
1337 if (completed_inst && inst->isMemRef()) {
1370 scoreboard[thread_id].clearInstDests(inst, inst->isMemRef());
/gem5/src/cpu/o3/
H A Dinst_queue_impl.hh611 if (new_inst->isMemRef()) {
660 if (new_inst->isMemRef()) {
909 if (!issuing_inst->isMemRef()) {
959 if (!(*inst_it).second->isMemRef()) {
1013 if (completed_inst->isMemRef()) {
1257 (squashed_inst->isMemRef() &&
1314 squashed_inst->isMemRef());
1459 if (inst->isMemRef()) {
1555 } else if ((*inst_list_it)->isMemRef() &&
1572 if ((*inst_list_it)->isMemRef()) {
[all...]
H A Diew_impl.hh1265 if (inst->isMemRef()) {
1392 assert(inst->isMemRef());
1418 assert(inst->isMemRef());
1655 if (inst->isMemRef()) {
H A Dlsq_unit_impl.hh278 assert(inst->isMemRef());
H A Dcommit_impl.hh1418 if (inst->isMemRef()) {
/gem5/src/gpu-compute/
H A Dgpu_dyn_inst.cc229 GPUDynInst::isMemRef() const function in class:GPUDynInst
231 return _staticInst->isMemRef();
H A Dgpu_static_inst.hh111 bool isMemRef() const { return _flags[MemoryRef]; } function in class:GPUStaticInst
H A Dgpu_dyn_inst.hh293 bool isMemRef() const;
/gem5/src/cpu/o3/probe/
H A Delastic_trace.cc372 (head_inst->isMemRef() ? "Load/store" : "Comp inst."),
374 } else if (head_inst->isMemRef() && !head_inst->hasRequest()) {
380 (head_inst->isMemRef() ? "Load/store" : "Comp inst."),
/gem5/src/cpu/
H A Dstatic_inst.hh158 bool isMemRef() const { return flags[IsMemRef]; } function in class:StaticInst
H A Dbase_dyn_inst.hh508 bool isMemRef() const { return staticInst->isMemRef(); } function in class:BaseDynInst
/gem5/src/cpu/simple/
H A Dbase.cc598 if (curStaticInst->isMemRef()) {
H A Dtiming.cc796 if (curStaticInst && curStaticInst->isMemRef()) {

Completed in 52 milliseconds