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

/gem5/src/gpu-compute/
H A Dexec_stage.cc44 vectorAluInstAvail(nullptr), glbMemInstAvail(nullptr),
60 glbMemInstAvail= &(computeUnit->glbMemInstAvail);
76 if (computeUnit->isGlbMem(unitId) && *glbMemInstAvail > 0) {
78 (*glbMemInstAvail)--;
H A Dscoreboard_check_stage.cc52 lastShrMemSimd(-1), glbMemInstAvail(nullptr),
62 glbMemInstAvail = nullptr;
80 glbMemInstAvail= &computeUnit->glbMemInstAvail;
89 *glbMemInstAvail = 0;
112 *glbMemInstAvail <= 1) {
113 (*glbMemInstAvail)++;
H A Dscoreboard_check_stage.hh91 int *glbMemInstAvail; member in class:ScoreboardCheckStage
H A Dexec_stage.hh118 int *glbMemInstAvail; member in class:ExecStage
H A Dcompute_unit.hh380 int glbMemInstAvail; member in class:ComputeUnit
H A Dcompute_unit.cc617 glbMemInstAvail = 0;

Completed in 16 milliseconds