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

References

lib/Target/AMDGPU/SIInsertWaitcnts.cpp
  670       OS << "    VM_CNT(" << UB - LB << "): ";
  673       OS << "    LGKM_CNT(" << UB - LB << "): ";
  676       OS << "    EXP_CNT(" << UB - LB << "): ";
  679       OS << "    VS_CNT(" << UB - LB << "): ";
  682       OS << "    UNKNOWN(" << UB - LB << "): ";
  686     if (LB < UB) {
  690         if (RegScore <= LB)
  692         uint32_t RelScore = RegScore - LB - 1;
  703           if (RegScore <= LB)
  705           uint32_t RelScore = RegScore - LB - 1;