Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DAMDGPUSubtarget.h927 unsigned getMinNumVGPRs(unsigned WavesPerEU) const { in getMinNumVGPRs() function
928 return AMDGPU::IsaInfo::getMinNumVGPRs(MCSubtargetInfo::getFeatureBits(), in getMinNumVGPRs()
DAMDGPUSubtarget.cpp616 Requested && Requested < getMinNumVGPRs(WavesPerEU.second)) in getMaxNumVGPRs()
DAMDGPUAsmPrinter.cpp867 std::max(ProgInfo.NumVGPR, 1u), STM.getMinNumVGPRs(MFI->getMaxWavesPerEU())); in getSIProgramInfo()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/Utils/
DAMDGPUBaseInfo.h173 unsigned getMinNumVGPRs(const FeatureBitset &Features, unsigned WavesPerEU);
DAMDGPUBaseInfo.cpp389 unsigned getMinNumVGPRs(const FeatureBitset &Features, unsigned WavesPerEU) { in getMinNumVGPRs() function