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

/gem5/src/gpu-compute/
H A Dgpu_dyn_inst.cc444 GPUDynInst::isDeviceScope() const function in class:GPUDynInst
446 return _staticInst->isDeviceScope();
H A Dgpu_dyn_inst.hh335 bool isDeviceScope() const;
422 } else if (isDeviceScope()) {
H A Dgpu_static_inst.hh174 bool isDeviceScope() const { return _flags[DeviceScope]; } function in class:GPUStaticInst
/gem5/src/mem/
H A Drequest.hh942 isDeviceScope() const function
/gem5/src/mem/ruby/system/
H A DGPUCoalescer.cc81 } else if (req->isDeviceScope()) {

Completed in 22 milliseconds