Searched refs:isNoScope (Results 1 - 4 of 4) sorted by relevance

/gem5/src/gpu-compute/
H A Dgpu_dyn_inst.cc456 GPUDynInst::isNoScope() const function in class:GPUDynInst
458 return _staticInst->isNoScope();
H A Dgpu_dyn_inst.hh337 bool isNoScope() const;
428 } else if (!isNoScope() && !isWorkitemScope()) {
H A Dgpu_static_inst.hh176 bool isNoScope() const { return _flags[NoScope]; } function in class:GPUStaticInst
H A Dcompute_unit.cc652 assert(!gpuDynInst->isNoScope());
662 assert(!gpuDynInst->isNoScope());
1041 assert(!gpuDynInst->isNoScope());
1052 assert(!gpuDynInst->isNoScope());

Completed in 14 milliseconds