Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIInsertWaitcnts.cpp291 unsigned getRegScore(int GprNo, InstCounterType T) const { in getRegScore() function in __anon954e14670211::WaitcntBrackets
999 unsigned RegScore = getRegScore(J, T); in print()
1012 unsigned RegScore = getRegScore(J + NUM_ALL_VGPRS, T); in print()
1048 unsigned ScoreToWait = getRegScore(RegNo, T); in determineWait()
2411 if (Brackets.getRegScore(RegNo, LOAD_CNT) > in shouldFlushVmCnt()
2413 Brackets.getRegScore(RegNo, SAMPLE_CNT) > in shouldFlushVmCnt()
2415 Brackets.getRegScore(RegNo, BVH_CNT) > in shouldFlushVmCnt()