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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUAsmPrinter.h47 int32_t NumExplicitSGPR = 0; member in struct:llvm::final::SIFunctionResourceInfo
H A DAMDGPUAsmPrinter.cpp609 return NumExplicitSGPR + IsaInfo::getNumExtraSGPRs(&ST,
703 Info.NumExplicitSGPR = HighestSGPRReg == AMDGPU::NoRegister ? 0 :
952 MaxSGPR = std::max(I->second.NumExplicitSGPR - 1, MaxSGPR);
970 Info.NumExplicitSGPR = MaxSGPR + 1;
986 ProgInfo.NumSGPR = Info.NumExplicitSGPR;

Completed in 78 milliseconds