reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Target/AMDGPU/SIInsertWaitcnts.cpp
  244     if (GprNo < NUM_ALL_VGPRS) {
  248     return SgprScores[GprNo - NUM_ALL_VGPRS];
  332     if (GprNo < NUM_ALL_VGPRS) {
  339       if (GprNo - NUM_ALL_VGPRS > SgprUB) {
  340         SgprUB = GprNo - NUM_ALL_VGPRS;
  342       SgprScores[GprNo - NUM_ALL_VGPRS] = Val;
  361   uint32_t VgprScores[NUM_INST_CNTS][NUM_ALL_VGPRS];
  484     Result.first = Reg - RegisterEncoding.SGPR0 + NUM_ALL_VGPRS;
  485     assert(Result.first >= NUM_ALL_VGPRS &&
  486            Result.first < SQ_MAX_PGM_SGPRS + NUM_ALL_VGPRS);
  650       if (T == VM_CNT && Interval.first >= NUM_ALL_VGPRS)
  702           uint32_t RegScore = getRegScore(J + NUM_ALL_VGPRS, LGKM_CNT);