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

/gem5/src/gpu-compute/
H A Dgpu_dyn_inst.cc408 GPUDynInst::isPrivateSeg() const function in class:GPUDynInst
410 return _staticInst->isPrivateSeg();
H A Dgpu_dyn_inst.hh328 bool isPrivateSeg() const;
400 if (isPrivateSeg()) {
H A Dgpu_static_inst.hh167 bool isPrivateSeg() const { return _flags[PrivateSegment]; } function in class:GPUStaticInst
H A Dwavefront.cc243 if (status != S_STOPPED && ii->isPrivateSeg()) {

Completed in 13 milliseconds