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

References

lib/Target/AMDGPU/SIInsertWaitcnts.cpp
  228     return ScoreUBs[T];
  253     memset(ScoreUBs, 0, sizeof(ScoreUBs));
  253     memset(ScoreUBs, 0, sizeof(ScoreUBs));
  289              LastFlat[LGKM_CNT] <= ScoreUBs[LGKM_CNT]) ||
  291              LastFlat[VM_CNT] <= ScoreUBs[VM_CNT]));
  295     LastFlat[VM_CNT] = ScoreUBs[VM_CNT];
  296     LastFlat[LGKM_CNT] = ScoreUBs[LGKM_CNT];
  323     ScoreUBs[T] = Val;
  325       uint32_t UB = ScoreUBs[T] - getWaitCountMax(EXP_CNT);
  326       if (ScoreLBs[T] < UB && UB < ScoreUBs[T])
 1321     const uint32_t MyPending = ScoreUBs[T] - ScoreLBs[T];
 1322     const uint32_t OtherPending = Other.ScoreUBs[T] - Other.ScoreLBs[T];
 1327     M.OtherShift = ScoreUBs[T] - Other.ScoreUBs[T] + M.MyShift;
 1327     M.OtherShift = ScoreUBs[T] - Other.ScoreUBs[T] + M.MyShift;
 1329     const uint32_t NewUB = ScoreUBs[T] + M.MyShift;
 1330     if (NewUB < ScoreUBs[T])
 1332     ScoreUBs[T] = NewUB;