Searched refs:NumExplicitSGPR (Results 1 – 2 of 2) sorted by relevance
46 int32_t NumExplicitSGPR = 0; member
573 return NumExplicitSGPR + IsaInfo::getNumExtraSGPRs(&ST, in getTotalNumSGPRs()637 Info.NumExplicitSGPR = HighestSGPRReg == AMDGPU::NoRegister ? 0 : in analyzeResourceUsage()786 MaxSGPR = std::max(I->second.NumExplicitSGPR - 1, MaxSGPR); in analyzeResourceUsage()802 Info.NumExplicitSGPR = MaxSGPR + 1; in analyzeResourceUsage()814 ProgInfo.NumSGPR = Info.NumExplicitSGPR; in getSIProgramInfo()