Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/Utils/
HDAMDGPUBaseInfo.cpp330 return getAddressableNumSGPRs(STI); in getSGPRAllocGranule()
347 unsigned getAddressableNumSGPRs(const MCSubtargetInfo *STI) { in getAddressableNumSGPRs() function
373 return std::min(MinNumSGPRs, getAddressableNumSGPRs(STI)); in getMinNumSGPRs()
380 unsigned AddressableNumSGPRs = getAddressableNumSGPRs(STI); in getMaxNumSGPRs()
HDAMDGPUBaseInfo.h133 unsigned getAddressableNumSGPRs(const MCSubtargetInfo *STI);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
HDAMDGPUSubtarget.h1105 unsigned getAddressableNumSGPRs() const { in getAddressableNumSGPRs() function
1106 return AMDGPU::IsaInfo::getAddressableNumSGPRs(this); in getAddressableNumSGPRs()
HDAMDGPUAsmPrinter.cpp954 unsigned MaxAddressableNumSGPRs = STM.getAddressableNumSGPRs(); in getSIProgramInfo()
993 unsigned MaxAddressableNumSGPRs = STM.getAddressableNumSGPRs(); in getSIProgramInfo()
HDGCNSchedStrategy.cpp394 unsigned TotalSGPRs = AMDGPU::IsaInfo::getAddressableNumSGPRs(&ST); in schedule()
HDSIInsertWaitcnts.cpp1483 HardwareLimits.NumSGPRsMax = ST->getAddressableNumSGPRs(); in runOnMachineFunction()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/AsmParser/
HDAMDGPUAsmParser.cpp3663 IsaInfo::getAddressableNumSGPRs(&getSTI()); in calculateGPRBlocks()