Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DAMDGPUSubtarget.h870 unsigned getAddressableNumSGPRs() const { in getAddressableNumSGPRs() function
871 return AMDGPU::IsaInfo::getAddressableNumSGPRs( in getAddressableNumSGPRs()
DAMDGPUAsmPrinter.cpp832 unsigned MaxAddressableNumSGPRs = STM.getAddressableNumSGPRs(); in getSIProgramInfo()
871 unsigned MaxAddressableNumSGPRs = STM.getAddressableNumSGPRs(); in getSIProgramInfo()
DSIInsertWaitcnts.cpp1859 HardwareLimits.NumSGPRsMax = ST->getAddressableNumSGPRs(); in runOnMachineFunction()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/Utils/
DAMDGPUBaseInfo.cpp302 unsigned getAddressableNumSGPRs(const FeatureBitset &Features) { in getAddressableNumSGPRs() function
322 return std::min(MinNumSGPRs, getAddressableNumSGPRs(Features)); in getMinNumSGPRs()
330 unsigned AddressableNumSGPRs = getAddressableNumSGPRs(Features); in getMaxNumSGPRs()
DAMDGPUBaseInfo.h132 unsigned getAddressableNumSGPRs(const FeatureBitset &Features);
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/AsmParser/
DAMDGPUAsmParser.cpp2668 unsigned MaxAddressableNumSGPRs = IsaInfo::getAddressableNumSGPRs(Features); in calculateGPRBlocks()