Searched refs:GprNo (Results 1 – 1 of 1) sorted by relevance
327 unsigned getRegScore(int GprNo, InstCounterType T) const { in getRegScore() argument328 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() argument457 setScoreByInterval({GprNo, GprNo + 1}, T, Val); in setRegScore()