Home
last modified time | relevance | path

Searched refs:NumExplicitSGPR (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/
H A DAMDGPUResourceUsageAnalysis.cpp85 return NumExplicitSGPR + in getTotalNumSGPRs()
215 Info.NumExplicitSGPR = HighestSGPRReg == AMDGPU::NoRegister in analyzeResourceUsage()
491 MaxSGPR = std::max(I->second.NumExplicitSGPR - 1, MaxSGPR); in analyzeResourceUsage()
506 Info.NumExplicitSGPR = MaxSGPR + 1; in analyzeResourceUsage()
524 NonKernelMaxSGPRs = std::max(NonKernelMaxSGPRs, Info.NumExplicitSGPR); in propagateIndirectCallRegisterUsage()
536 Info.NumExplicitSGPR = std::max(Info.NumExplicitSGPR, NonKernelMaxSGPRs); in propagateIndirectCallRegisterUsage()
H A DAMDGPUResourceUsageAnalysis.h37 int32_t NumExplicitSGPR = 0; member
H A DAMDGPUAsmPrinter.cpp700 ProgInfo.NumSGPR = Info.NumExplicitSGPR; in getSIProgramInfo()