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

/gem5/src/gpu-compute/
H A Dgpu_dyn_inst.cc432 GPUDynInst::isWavefrontScope() const function in class:GPUDynInst
434 return _staticInst->isWavefrontScope();
H A Dgpu_dyn_inst.hh333 bool isWavefrontScope() const;
416 if (isWavefrontScope()) {
H A Dgpu_static_inst.hh172 bool isWavefrontScope() const { return _flags[WavefrontScope]; } function in class:GPUStaticInst
/gem5/src/mem/
H A Drequest.hh928 isWavefrontScope() const function
/gem5/src/mem/ruby/system/
H A DGPUCoalescer.cc77 if (req->isWavefrontScope()) {

Completed in 18 milliseconds