Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUResourceUsageAnalysis.cpp80 return NumExplicitSGPR + in getTotalNumSGPRs()
204 Info.NumExplicitSGPR = HighestSGPRReg == AMDGPU::NoRegister in analyzeResourceUsage()
460 MaxSGPR = std::max(I->second.NumExplicitSGPR - 1, MaxSGPR); in analyzeResourceUsage()
479 Info.NumExplicitSGPR = MaxSGPR + 1; in analyzeResourceUsage()
497 NonKernelMaxSGPRs = std::max(NonKernelMaxSGPRs, Info.NumExplicitSGPR); in propagateIndirectCallRegisterUsage()
509 Info.NumExplicitSGPR = std::max(Info.NumExplicitSGPR, NonKernelMaxSGPRs); in propagateIndirectCallRegisterUsage()
H A DAMDGPUResourceUsageAnalysis.h38 int32_t NumExplicitSGPR = 0; member
H A DAMDGPUAsmPrinter.cpp671 ProgInfo.NumSGPR = Info.NumExplicitSGPR; in getSIProgramInfo()