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

/gem5/src/gpu-compute/
H A Dgpu_dyn_inst.cc390 GPUDynInst::isGlobalSeg() const function in class:GPUDynInst
392 return _staticInst->isGlobalSeg();
H A Dgpu_dyn_inst.hh325 bool isGlobalSeg() const;
404 } else if (isGlobalSeg()) {
H A Dgpu_static_inst.hh164 bool isGlobalSeg() const { return _flags[GlobalSegment]; } function in class:GPUStaticInst
H A Dcompute_unit.cc944 assert(gpuDynInst->isGlobalSeg());
/gem5/src/arch/hsail/insts/
H A Ddecl.hh1128 if (isGlobalSeg()) {

Completed in 20 milliseconds