Home
last modified time | relevance | path

Searched refs:ScoreLBs (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIInsertWaitcnts.cpp283 return ScoreLBs[T]; in getScoreLB()
336 return ((LastFlat[DS_CNT] > ScoreLBs[DS_CNT] && in hasPendingFlat()
338 (LastFlat[LOAD_CNT] > ScoreLBs[LOAD_CNT] && in hasPendingFlat()
383 ScoreLBs[T] = Val; in setScoreLB()
394 ScoreLBs[EXP_CNT] = ScoreUBs[EXP_CNT] - getWaitCountMax(EXP_CNT); in setScoreUB()
418 unsigned ScoreLBs[NUM_INST_CNTS] = {0}; member in __anond28503310211::WaitcntBrackets
2108 const unsigned MyPending = ScoreUBs[T] - ScoreLBs[T]; in merge()
2109 const unsigned OtherPending = Other.ScoreUBs[T] - Other.ScoreLBs[T]; in merge()
2110 const unsigned NewUB = ScoreLBs[T] + std::max(MyPending, OtherPending); in merge()
2111 if (NewUB < ScoreLBs[T]) in merge()
[all …]