Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DSIInsertWaitcnts.cpp193 unsigned getWaitCountMax(InstCounterType T) const { in getWaitCountMax() function in __anon524ede880211::WaitcntBrackets
321 if (getScoreRange(EXP_CNT) > getWaitCountMax(EXP_CNT)) in setScoreUB()
322 ScoreLBs[EXP_CNT] = ScoreUBs[EXP_CNT] - getWaitCountMax(EXP_CNT); in setScoreUB()
803 unsigned NeededWait = std::min(UB - ScoreToWait, getWaitCountMax(T) - 1); in determineWait()