Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DGCNSubtarget.h1066 unsigned getMinNumVGPRs(unsigned WavesPerEU) const { in getMinNumVGPRs() function
1067 return AMDGPU::IsaInfo::getMinNumVGPRs(this, WavesPerEU); in getMinNumVGPRs()
H A DAMDGPUSubtarget.cpp803 Requested && Requested < getMinNumVGPRs(WavesPerEU.second)) in getMaxNumVGPRs()
H A DAMDGPUAsmPrinter.cpp1147 std::max(ProgInfo.NumVGPR, 1u), STM.getMinNumVGPRs(MFI->getMaxWavesPerEU())); in getSIProgramInfo()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/Utils/
H A DAMDGPUBaseInfo.h258 unsigned getMinNumVGPRs(const MCSubtargetInfo *STI, unsigned WavesPerEU);
H A DAMDGPUBaseInfo.cpp734 unsigned getMinNumVGPRs(const MCSubtargetInfo *STI, unsigned WavesPerEU) { in getMinNumVGPRs() function