Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/AMDGPU/
H A DAMDGPUSubtarget.h891 unsigned getMinNumSGPRs(unsigned WavesPerEU) const { in getMinNumSGPRs() function
892 return AMDGPU::IsaInfo::getMinNumSGPRs(this, WavesPerEU); in getMinNumSGPRs()
H A DAMDGPUSubtarget.cpp584 Requested && Requested < getMinNumSGPRs(WavesPerEU.second)) in getMaxNumSGPRs()
H A DAMDGPUAsmPrinter.cpp873 std::max(ProgInfo.NumSGPR, 1u), STM.getMinNumSGPRs(MFI->getMaxWavesPerEU())); in getSIProgramInfo()
/freebsd-12.1/contrib/llvm/lib/Target/AMDGPU/Utils/
H A DAMDGPUBaseInfo.h129 unsigned getMinNumSGPRs(const MCSubtargetInfo *STI, unsigned WavesPerEU);
H A DAMDGPUBaseInfo.cpp308 unsigned getMinNumSGPRs(const MCSubtargetInfo *STI, unsigned WavesPerEU) { in getMinNumSGPRs() function