Searched refs:maxUsed (Results 1 – 1 of 1) sorted by relevance
417 unsigned maxUsed = hwReg + width - 1; in getSIProgramInfo() local419 MaxSGPR = maxUsed > MaxSGPR ? maxUsed : MaxSGPR; in getSIProgramInfo()421 MaxVGPR = maxUsed > MaxVGPR ? maxUsed : MaxVGPR; in getSIProgramInfo()