Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIInsertWaitcnts.cpp327 unsigned getRegScore(int GprNo, InstCounterType T) const { in getRegScore() argument
328 if (GprNo < NUM_ALL_VGPRS) in getRegScore()
329 return VgprScores[T][GprNo]; in getRegScore()
330 return SgprScores[getSgprScoresIdx(T)][GprNo - NUM_ALL_VGPRS]; in getRegScore()
456 void setRegScore(int GprNo, InstCounterType T, unsigned Val) { in setRegScore() argument
457 setScoreByInterval({GprNo, GprNo + 1}, T, Val); in setRegScore()