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

/gem5/src/gpu-compute/
H A Dgpu_dyn_inst.cc438 GPUDynInst::isWorkgroupScope() const function in class:GPUDynInst
440 return _staticInst->isWorkgroupScope();
H A Dgpu_dyn_inst.hh334 bool isWorkgroupScope() const;
419 } else if (isWorkgroupScope()) {
H A Dgpu_static_inst.hh173 bool isWorkgroupScope() const { return _flags[WorkgroupScope]; } function in class:GPUStaticInst
/gem5/src/mem/
H A Drequest.hh935 isWorkgroupScope() const function
/gem5/src/mem/ruby/system/
H A DGPUCoalescer.cc79 } else if (req->isWorkgroupScope()) {

Completed in 18 milliseconds