Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DSIInsertWaitcnts.cpp216 return ScoreUBs[T]; in getScoreUB()
274 LastFlat[LGKM_CNT] <= ScoreUBs[LGKM_CNT]) || in hasPendingFlat()
276 LastFlat[VM_CNT] <= ScoreUBs[VM_CNT])); in hasPendingFlat()
280 LastFlat[VM_CNT] = ScoreUBs[VM_CNT]; in setPendingFlat()
281 LastFlat[LGKM_CNT] = ScoreUBs[LGKM_CNT]; in setPendingFlat()
316 ScoreUBs[T] = Val; in setScoreUB()
322 ScoreLBs[EXP_CNT] = ScoreUBs[EXP_CNT] - getWaitCountMax(EXP_CNT); in setScoreUB()
344 unsigned ScoreUBs[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()
[all …]