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

/gem5/src/gpu-compute/
H A Dgpu_dyn_inst.cc175 GPUDynInst::isALU() const function in class:GPUDynInst
177 return _staticInst->isALU();
H A Dwavefront.cc191 ii->isALU() || (ii->isKernArgSeg() && ii->isLoad()))) {
354 ii->isALU() || ii->isLoad() || ii->isStore() || ii->isAtomic() ||
397 ii->isALU() ||
549 if (ii->isALU() || ii->isSpecialOp() ||
699 if (ii->isALU() || ii->isSpecialOp() ||
H A Dgpu_static_inst.hh95 bool isALU() const { return _flags[ALU]; } function in class:GPUStaticInst
H A Dgpu_dyn_inst.hh283 bool isALU() const;
H A Dcompute_unit.cc1672 if (gpuDynInst->isALU() && !gpuDynInst->isWaitcnt()) {
1681 if (gpuDynInst->isALU()) {

Completed in 18 milliseconds