Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/Utils/
DAMDGPUBaseInfo.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()
DAMDGPUBaseInfo.h133 unsigned getAddressableNumSGPRs(const MCSubtargetInfo *STI);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPUSubtarget.h1105 unsigned getAddressableNumSGPRs() const { in getAddressableNumSGPRs() function
1106 return AMDGPU::IsaInfo::getAddressableNumSGPRs(this); in getAddressableNumSGPRs()
DAMDGPUAsmPrinter.cpp954 unsigned MaxAddressableNumSGPRs = STM.getAddressableNumSGPRs(); in getSIProgramInfo()
993 unsigned MaxAddressableNumSGPRs = STM.getAddressableNumSGPRs(); in getSIProgramInfo()
DGCNSchedStrategy.cpp394 unsigned TotalSGPRs = AMDGPU::IsaInfo::getAddressableNumSGPRs(&ST); in schedule()
DSIInsertWaitcnts.cpp1483 HardwareLimits.NumSGPRsMax = ST->getAddressableNumSGPRs(); in runOnMachineFunction()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/AsmParser/
DAMDGPUAsmParser.cpp3663 IsaInfo::getAddressableNumSGPRs(&getSTI()); in calculateGPRBlocks()