Searched refs:NumExplicitSGPR (Results 1 – 2 of 2) sorted by relevance
46 int32_t NumExplicitSGPR = 0; member
565 return NumExplicitSGPR + IsaInfo::getNumExtraSGPRs(ST.getFeatureBits(), in getTotalNumSGPRs()629 Info.NumExplicitSGPR = HighestSGPRReg == AMDGPU::NoRegister ? 0 : in analyzeResourceUsage()778 MaxSGPR = std::max(I->second.NumExplicitSGPR - 1, MaxSGPR); in analyzeResourceUsage()794 Info.NumExplicitSGPR = MaxSGPR + 1; in analyzeResourceUsage()806 ProgInfo.NumSGPR = Info.NumExplicitSGPR; in getSIProgramInfo()