Home
last modified time | relevance | path

Searched refs:getMinNumSGPRs (Results 1 – 5 of 5) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DAMDGPUSubtarget.h877 unsigned getMinNumSGPRs(unsigned WavesPerEU) const { in getMinNumSGPRs() function
878 return AMDGPU::IsaInfo::getMinNumSGPRs(MCSubtargetInfo::getFeatureBits(), in getMinNumSGPRs()
DAMDGPUSubtarget.cpp582 Requested && Requested < getMinNumSGPRs(WavesPerEU.second)) in getMaxNumSGPRs()
DAMDGPUAsmPrinter.cpp865 std::max(ProgInfo.NumSGPR, 1u), STM.getMinNumSGPRs(MFI->getMaxWavesPerEU())); in getSIProgramInfo()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/Utils/
DAMDGPUBaseInfo.h136 unsigned getMinNumSGPRs(const FeatureBitset &Features, unsigned WavesPerEU);
DAMDGPUBaseInfo.cpp312 unsigned getMinNumSGPRs(const FeatureBitset &Features, unsigned WavesPerEU) { in getMinNumSGPRs() function