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

/gem5/src/gpu-compute/
H A Dgpu_dyn_inst.cc420 GPUDynInst::isSpillSeg() const function in class:GPUDynInst
422 return _staticInst->isSpillSeg();
H A Dgpu_dyn_inst.hh330 bool isSpillSeg() const;
402 } else if (isSpillSeg()) {
H A Dgpu_static_inst.hh169 bool isSpillSeg() const { return _flags[SpillSegment]; } function in class:GPUStaticInst

Completed in 9 milliseconds