Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/AMDGPU/
H A DAMDGPUSubtarget.h936 unsigned getMinNumVGPRs(unsigned WavesPerEU) const { in getMinNumVGPRs() function
937 return AMDGPU::IsaInfo::getMinNumVGPRs(this, WavesPerEU); in getMinNumVGPRs()
H A DAMDGPUSubtarget.cpp618 Requested && Requested < getMinNumVGPRs(WavesPerEU.second)) in getMaxNumVGPRs()
H A DAMDGPUAsmPrinter.cpp875 std::max(ProgInfo.NumVGPR, 1u), STM.getMinNumVGPRs(MFI->getMaxWavesPerEU())); in getSIProgramInfo()
/freebsd-12.1/contrib/llvm/lib/Target/AMDGPU/Utils/
H A DAMDGPUBaseInfo.h166 unsigned getMinNumVGPRs(const MCSubtargetInfo *STI, unsigned WavesPerEU);
H A DAMDGPUBaseInfo.cpp385 unsigned getMinNumVGPRs(const MCSubtargetInfo *STI, unsigned WavesPerEU) { in getMinNumVGPRs() function