Home
last modified time | relevance | path

Searched refs:getAddressableNumSGPRs (Results 1 – 6 of 6) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
HDGCNSubtarget.h1401 unsigned getAddressableNumSGPRs() const { in getAddressableNumSGPRs() function
1402 return AMDGPU::IsaInfo::getAddressableNumSGPRs(this); in getAddressableNumSGPRs()
HDAMDGPUAsmPrinter.cpp811 unsigned MaxAddressableNumSGPRs = STM.getAddressableNumSGPRs(); in getSIProgramInfo()
921 unsigned MaxAddressableNumSGPRs = STM.getAddressableNumSGPRs(); in getSIProgramInfo()
HDSIInsertWaitcnts.cpp2442 unsigned NumSGPRsMax = ST->getAddressableNumSGPRs(); in runOnMachineFunction()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/Utils/
HDAMDGPUBaseInfo.cpp998 return getAddressableNumSGPRs(STI); in getSGPRAllocGranule()
1015 unsigned getAddressableNumSGPRs(const MCSubtargetInfo *STI) { in getAddressableNumSGPRs() function
1041 return std::min(MinNumSGPRs, getAddressableNumSGPRs(STI)); in getMinNumSGPRs()
1048 unsigned AddressableNumSGPRs = getAddressableNumSGPRs(STI); in getMaxNumSGPRs()
HDAMDGPUBaseInfo.h251 unsigned getAddressableNumSGPRs(const MCSubtargetInfo *STI);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/AsmParser/
HDAMDGPUAsmParser.cpp5381 IsaInfo::getAddressableNumSGPRs(&getSTI()); in calculateGPRBlocks()