Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIInsertWaitcnts.cpp295 unsigned getRegScore(int GprNo, InstCounterType T) const { in getRegScore() function in __anond28503310211::WaitcntBrackets
1010 unsigned RegScore = getRegScore(J, T); in print()
1023 unsigned RegScore = getRegScore(J + NUM_ALL_VGPRS, T); in print()
1059 unsigned ScoreToWait = getRegScore(RegNo, T); in determineWait()
2368 if (Brackets.getRegScore(RegNo, LOAD_CNT) > in shouldFlushVmCnt()
2370 Brackets.getRegScore(RegNo, SAMPLE_CNT) > in shouldFlushVmCnt()
2372 Brackets.getRegScore(RegNo, BVH_CNT) > in shouldFlushVmCnt()