Searched refs:MaxSGPR (Results 1 – 2 of 2) sorted by relevance
314 unsigned MaxSGPR = 0; in getSIProgramInfo() local419 MaxSGPR = maxUsed > MaxSGPR ? maxUsed : MaxSGPR; in getSIProgramInfo()443 MaxSGPR += ExtraSGPRs; in getSIProgramInfo()467 ProgInfo.NumSGPR = MaxSGPR + 1; in getSIProgramInfo()
636 int32_t MaxSGPR = -1; in analyzeResourceUsage() local743 MaxSGPR = MaxUsed > MaxSGPR ? MaxUsed : MaxSGPR; in analyzeResourceUsage()764 MaxSGPR = std::max(MaxSGPR, MaxSGPRGuess); in analyzeResourceUsage()778 MaxSGPR = std::max(I->second.NumExplicitSGPR - 1, MaxSGPR); in analyzeResourceUsage()794 Info.NumExplicitSGPR = MaxSGPR + 1; in analyzeResourceUsage()