Searched refs:MaxVGPR (Results 1 – 2 of 2) sorted by relevance
315 unsigned MaxVGPR = 0; in getSIProgramInfo() local421 MaxVGPR = maxUsed > MaxVGPR ? maxUsed : MaxVGPR; in getSIProgramInfo()449 ProgInfo.ReservedVGPRFirst = MaxVGPR + 1; in getSIProgramInfo()451 MaxVGPR += MFI->getDebuggerReservedVGPRCount(); in getSIProgramInfo()466 ProgInfo.NumVGPR = MaxVGPR + 1; in getSIProgramInfo()
635 int32_t MaxVGPR = -1; in analyzeResourceUsage() local745 MaxVGPR = MaxUsed > MaxVGPR ? MaxUsed : MaxVGPR; in analyzeResourceUsage()765 MaxVGPR = std::max(MaxVGPR, 23); in analyzeResourceUsage()779 MaxVGPR = std::max(I->second.NumVGPR - 1, MaxVGPR); in analyzeResourceUsage()795 Info.NumVGPR = MaxVGPR + 1; in analyzeResourceUsage()