Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIInsertWaitcnts.cpp196 static unsigned getWaitCountMax(InstCounterType T) { in getWaitCountMax() function in __anonb62a77e50111::WaitcntBrackets
316 unsigned UB = ScoreUBs[T] - getWaitCountMax(EXP_CNT); in setScoreUB()
756 unsigned NeededWait = std::min(UB - ScoreToWait, getWaitCountMax(T) - 1); in determineWait()