Home
last modified time | relevance | path

Searched refs:getMaxNumUserSGPRs (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DGCNSubtarget.h901 unsigned getMaxNumUserSGPRs() const { in getMaxNumUserSGPRs() function
902 return AMDGPU::getMaxNumUserSGPRs(*this); in getMaxNumUserSGPRs()
H A DAMDGPULowerKernelArguments.cpp44 const unsigned MaxUserSGPRs = ST.getMaxNumUserSGPRs(); in setInitialFreeUserSGPRsCount()
H A DAMDGPUSubtarget.cpp1103 assert(NumKernargPreloadSGPRs + NumSGPRs <= AMDGPU::getMaxNumUserSGPRs(ST)); in allocKernargPreloadSGPRs()
1109 return AMDGPU::getMaxNumUserSGPRs(ST) - NumUsedUserSGPRs; in getNumFreeUserSGPRs()
H A DAMDGPUAsmPrinter.cpp841 if (MFI->getNumUserSGPRs() > STM.getMaxNumUserSGPRs()) { in getSIProgramInfo()
845 STM.getMaxNumUserSGPRs(), DS_Error); in getSIProgramInfo()
H A DAMDGPUAttributor.cpp925 I < std::min(KernargPreloadCount.getValue(), ST.getMaxNumUserSGPRs()); in addPreloadKernArgHint()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/Utils/
H A DAMDGPUBaseInfo.h1217 unsigned getMaxNumUserSGPRs(const MCSubtargetInfo &STI);
H A DAMDGPUBaseInfo.cpp2128 unsigned getMaxNumUserSGPRs(const MCSubtargetInfo &STI) { return 16; } in getMaxNumUserSGPRs() function
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/AsmParser/
H A DAMDGPUAsmParser.cpp1530 unsigned getMaxNumUserSGPRs() const { in getMaxNumUserSGPRs() function in __anon2d2848640111::AMDGPUAsmParser
1531 return AMDGPU::getMaxNumUserSGPRs(getSTI()); in getMaxNumUserSGPRs()
5330 if (Val > getMaxNumUserSGPRs()) in ParseDirectiveAMDHSAKernel()