Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DAMDGPUAsmPrinter.h46 int32_t NumExplicitSGPR = 0; member
DAMDGPUAsmPrinter.cpp565 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()