Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIInsertWaitcnts.cpp313 unsigned getScoreLB(InstCounterType T) const { in getScoreLB() function in __anond28503310211::WaitcntBrackets
324 return getScoreUB(T) - getScoreLB(T); in getScoreRange()
1122 unsigned LB = getScoreLB(T); in print()
1189 const unsigned LB = getScoreLB(T); in determineWait()
1237 setScoreLB(T, std::max(getScoreLB(T), UB - Count)); in applyWaitcnt()
2668 Brackets.getScoreLB(LOAD_CNT) || in shouldFlushVmCnt()
2670 Brackets.getScoreLB(SAMPLE_CNT) || in shouldFlushVmCnt()
2672 Brackets.getScoreLB(BVH_CNT)) { in shouldFlushVmCnt()