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

/gem5/src/gpu-compute/
H A Dscoreboard_check_stage.cc50 vectorAluInstAvail(nullptr),
79 vectorAluInstAvail = &computeUnit->vectorAluInstAvail;
93 vectorAluInstAvail->at(unitId) = false;
104 vectorAluInstAvail->at(unitId) = vectorAluInstAvail->at(unitId) ||
H A Dexec_stage.cc44 vectorAluInstAvail(nullptr), glbMemInstAvail(nullptr),
59 vectorAluInstAvail = &(computeUnit->vectorAluInstAvail);
70 if (computeUnit->isVecAlu(unitId) && vectorAluInstAvail->at(unitId)) {
H A Dscoreboard_check_stage.hh87 std::vector<bool> *vectorAluInstAvail; member in class:ScoreboardCheckStage
H A Dexec_stage.hh117 std::vector<bool> *vectorAluInstAvail; member in class:ExecStage
H A Dcompute_unit.hh374 std::vector<bool> vectorAluInstAvail; member in class:ComputeUnit
H A Dcompute_unit.cc175 vectorAluInstAvail.clear();
615 vectorAluInstAvail.resize(numSIMDs, false);

Completed in 16 milliseconds