Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/AMDGPU/
H A DAMDGPUAsmPrinter.h46 int32_t NumExplicitSGPR = 0; member
H A DAMDGPUAsmPrinter.cpp573 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()