Searched refs:isWorkitemScope (Results 1 - 3 of 3) sorted by relevance

/gem5/src/gpu-compute/
H A Dgpu_dyn_inst.cc426 GPUDynInst::isWorkitemScope() const function in class:GPUDynInst
428 return _staticInst->isWorkitemScope();
H A Dgpu_dyn_inst.hh332 bool isWorkitemScope() const;
428 } else if (!isNoScope() && !isWorkitemScope()) {
H A Dgpu_static_inst.hh171 bool isWorkitemScope() const { return _flags[WorkitemScope]; } function in class:GPUStaticInst

Completed in 9 milliseconds