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

/gem5/src/gpu-compute/
H A Dscoreboard_check_stage.cc147 if (curWave->ready(Wavefront::I_ALU)) {
H A Dwavefront.cc362 if (type == I_ALU && ii->isBarrier()) {
375 } else if (type == I_ALU && ii->isNop()) {
383 } else if (type == I_ALU && ii->isReturn()) {
396 } else if (type == I_ALU && (ii->isBranch() ||
H A Dwavefront.hh150 enum itype_e {I_ALU,I_GLOBAL,I_SHARED,I_FLAT,I_PRIVATE}; enumerator in enum:Wavefront::itype_e

Completed in 9 milliseconds