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

/gem5/src/gpu-compute/
H A Dwavefront.cc167 if (ii->isGlobalMem() || ii->isFlat())
217 if (status != S_STOPPED && ii->isGlobalMem()) {
414 } else if (type == I_GLOBAL && ii->isGlobalMem()) {
594 } else if (ii->isLoad() && ii->isGlobalMem()) {
601 } else if (ii->isStore() && ii->isGlobalMem()) {
608 } else if ((ii->isAtomic() || ii->isMemFence()) && ii->isGlobalMem()) {
743 } else if (ii->isLoad() && ii->isGlobalMem()) {
748 } else if (ii->isStore() && ii->isGlobalMem()) {
753 } else if ((ii->isAtomic() || ii->isMemFence()) && ii->isGlobalMem()) {
H A Dgpu_dyn_inst.cc372 GPUDynInst::isGlobalMem() const function in class:GPUDynInst
374 return _staticInst->isGlobalMem();
H A Dgpu_static_inst.hh150 isGlobalMem() const function in class:GPUStaticInst
H A Dgpu_dyn_inst.hh321 bool isGlobalMem() const;
/gem5/src/arch/hsail/insts/
H A Dmem.hh570 if (this->isGlobalMem()) {
1548 if (this->isGlobalMem()) {

Completed in 19 milliseconds