Searched refs:NumExplicitSGPR (Results 1 – 4 of 4) sorted by relevance
47 int32_t NumExplicitSGPR = 0; member
616 return NumExplicitSGPR + IsaInfo::getNumExtraSGPRs(&ST, in getTotalNumSGPRs()710 Info.NumExplicitSGPR = HighestSGPRReg == AMDGPU::NoRegister ? 0 : in analyzeResourceUsage()959 MaxSGPR = std::max(I->second.NumExplicitSGPR - 1, MaxSGPR); in analyzeResourceUsage()977 Info.NumExplicitSGPR = MaxSGPR + 1; in analyzeResourceUsage()993 ProgInfo.NumSGPR = Info.NumExplicitSGPR; in getSIProgramInfo()
603 return NumExplicitSGPR + IsaInfo::getNumExtraSGPRs(&ST, in getTotalNumSGPRs()684 Info.NumExplicitSGPR = HighestSGPRReg == AMDGPU::NoRegister ? 0 : in analyzeResourceUsage()898 MaxSGPR = std::max(I->second.NumExplicitSGPR - 1, MaxSGPR); in analyzeResourceUsage()915 Info.NumExplicitSGPR = MaxSGPR + 1; in analyzeResourceUsage()931 ProgInfo.NumSGPR = Info.NumExplicitSGPR; in getSIProgramInfo()