Searched refs:pendingFetch (Results 1 - 6 of 6) sorted by relevance

/gem5/src/gpu-compute/
H A Dfetch_unit.cc98 !curWave->pendingFetch) {
109 waveToBeFetched->pendingFetch = true;
307 wavefront->pendingFetch = false;
H A Dwavefront.hh171 bool pendingFetch; member in class:Wavefront
H A Dwavefront.cc80 pendingFetch = false;
812 dropFetch |=pendingFetch;
H A Dcompute_unit.cc293 if (w->pendingFetch)
1355 wavefront->pendingFetch = 0;
/gem5/src/arch/hsail/insts/
H A Dmain.cc147 if (w->pendingFetch) {
H A Dpseudo_inst.cc587 if (w->pendingFetch)

Completed in 11 milliseconds