Searched refs:NumExplicitSGPR (Results 1 – 3 of 3) sorted by relevance
83 return NumExplicitSGPR + in getTotalNumSGPRs()251 Info.NumExplicitSGPR = HighestSGPRReg == AMDGPU::NoRegister in analyzeResourceUsage()566 MaxSGPR = std::max(I->second.NumExplicitSGPR - 1, MaxSGPR); in analyzeResourceUsage()581 Info.NumExplicitSGPR = MaxSGPR + 1; in analyzeResourceUsage()599 NonKernelMaxSGPRs = std::max(NonKernelMaxSGPRs, Info.NumExplicitSGPR); in propagateIndirectCallRegisterUsage()611 Info.NumExplicitSGPR = std::max(Info.NumExplicitSGPR, NonKernelMaxSGPRs); in propagateIndirectCallRegisterUsage()
37 int32_t NumExplicitSGPR = 0; member
782 ProgInfo.NumSGPR = CreateExpr(Info.NumExplicitSGPR); in getSIProgramInfo()