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

References

lib/Target/AMDGPU/SIInsertWaitcnts.cpp
  688       for (int J = 0; J <= getMaxVGPR(); J++) {
  688       for (int J = 0; J <= getMaxVGPR(); J++) {
  689         uint32_t RegScore = getRegScore(J, T);
  693         if (J < SQ_MAX_PGM_VGPRS + EXTRA_VGPR_LDS) {
  694           OS << RelScore << ":v" << J << " ";