Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIInsertWaitcnts.cpp1010 unsigned RegScore = getRegScore(J, T); in print() local
1011 if (RegScore <= LB) in print()
1013 unsigned RelScore = RegScore - LB - 1; in print()
1023 unsigned RegScore = getRegScore(J + NUM_ALL_VGPRS, T); in print() local
1024 if (RegScore <= LB) in print()
1026 unsigned RelScore = RegScore - LB - 1; in print()