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

References

lib/Target/AMDGPU/SIInsertWaitcnts.cpp
  221     return ScoreLBs[T];
  252     memset(ScoreLBs, 0, sizeof(ScoreLBs));
  252     memset(ScoreLBs, 0, sizeof(ScoreLBs));
  288     return ((LastFlat[LGKM_CNT] > ScoreLBs[LGKM_CNT] &&
  290             (LastFlat[VM_CNT] > ScoreLBs[VM_CNT] &&
  316     ScoreLBs[T] = Val;
  326       if (ScoreLBs[T] < UB && UB < ScoreUBs[T])
  327         ScoreLBs[T] = UB;
 1321     const uint32_t MyPending = ScoreUBs[T] - ScoreLBs[T];
 1322     const uint32_t OtherPending = Other.ScoreUBs[T] - Other.ScoreLBs[T];
 1324     M.OldLB = ScoreLBs[T];
 1325     M.OtherLB = Other.ScoreLBs[T];
 1333     ScoreLBs[T] = std::min(M.OldLB + M.MyShift, M.OtherLB + M.OtherShift);