Searched refs:isDataPrefetch (Results 1 - 6 of 6) sorted by relevance

/gem5/src/cpu/
H A Dstatic_inst.hh164 bool isDataPrefetch() const { return flags[IsDataPrefetch]; } function in class:StaticInst
166 isDataPrefetch(); }
H A Dbase_dyn_inst.hh515 bool isDataPrefetch() const { return staticInst->isDataPrefetch(); } function in class:BaseDynInst
/gem5/src/arch/arm/insts/
H A Dmem64.cc67 if (isDataPrefetch()||isInstPrefetch()){
/gem5/src/cpu/o3/
H A Dlsq_unit_impl.hh748 if (storeWBIt->instruction()->isDataPrefetch()) {
H A Diew_impl.hh1298 if (inst->isDataPrefetch() || inst->isInstPrefetch()) {
/gem5/src/cpu/minor/
H A Dexecute.cc334 bool is_prefetch = inst->staticInst->isDataPrefetch();

Completed in 21 milliseconds