Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DSIInsertWaitcnts.cpp211 return ScoreLBs[T]; in getScoreLB()
273 return ((LastFlat[LGKM_CNT] > ScoreLBs[LGKM_CNT] && in hasPendingFlat()
275 (LastFlat[VM_CNT] > ScoreLBs[VM_CNT] && in hasPendingFlat()
311 ScoreLBs[T] = Val; in setScoreLB()
322 ScoreLBs[EXP_CNT] = ScoreUBs[EXP_CNT] - getWaitCountMax(EXP_CNT); in setScoreUB()
343 unsigned ScoreLBs[NUM_INST_CNTS] = {0}; member in __anon524ede880211::WaitcntBrackets
1502 const unsigned MyPending = ScoreUBs[T] - ScoreLBs[T]; in merge()
1503 const unsigned OtherPending = Other.ScoreUBs[T] - Other.ScoreLBs[T]; in merge()
1504 const unsigned NewUB = ScoreLBs[T] + std::max(MyPending, OtherPending); in merge()
1505 if (NewUB < ScoreLBs[T]) in merge()
[all …]