Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DSIInsertWaitcnts.cpp196 static unsigned getWaitCountMax(InstCounterType T) { in getWaitCountMax() function in __anon22e762bc0111::WaitcntBrackets
316 unsigned UB = ScoreUBs[T] - getWaitCountMax(EXP_CNT); in setScoreUB()
756 unsigned NeededWait = std::min(UB - ScoreToWait, getWaitCountMax(T) - 1); in determineWait()