Searched defs:isDataPrefetch (Results 1 - 2 of 2) sorted by relevance

/gem5/src/cpu/
H A Dstatic_inst.hh164 bool isDataPrefetch() const { return flags[IsDataPrefetch]; } function in class:StaticInst
H A Dbase_dyn_inst.hh515 bool isDataPrefetch() const { return staticInst->isDataPrefetch(); } function in class:BaseDynInst

Completed in 11 milliseconds