Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIInsertWaitcnts.cpp259 unsigned getWaitCountMax(InstCounterType T) const { in getWaitCountMax() function in __anond28503310211::WaitcntBrackets
360 setScoreUB(STORE_CNT, getScoreUB(STORE_CNT) + getWaitCountMax(STORE_CNT)); in setStateOnFunctionEntryOrReturn()
393 if (getScoreRange(EXP_CNT) > getWaitCountMax(EXP_CNT)) in setScoreUB()
394 ScoreLBs[EXP_CNT] = ScoreUBs[EXP_CNT] - getWaitCountMax(EXP_CNT); in setScoreUB()
1080 unsigned NeededWait = std::min(UB - ScoreToWait, getWaitCountMax(T) - 1); in determineWait()