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

/gem5/src/gpu-compute/
H A Dgpu_dyn_inst.cc259 GPUDynInst::isAtomicNoRet() const function in class:GPUDynInst
261 return _staticInst->isAtomicNoRet();
H A Dgpu_dyn_inst.hh299 bool isAtomicNoRet() const;
450 } else if (isAtomicNoRet()) {
H A Dgpu_static_inst.hh122 bool isAtomicNoRet() const { return _flags[AtomicNoReturn]; } function in class:GPUStaticInst

Completed in 9 milliseconds