Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
HDGCNSubtarget.h1483 unsigned getMinNumVGPRs(unsigned WavesPerEU) const { in getMinNumVGPRs() function
1484 return AMDGPU::IsaInfo::getMinNumVGPRs(this, WavesPerEU); in getMinNumVGPRs()
HDAMDGPUSubtarget.cpp847 Requested && Requested < getMinNumVGPRs(WavesPerEU.second)) in getBaseMaxNumVGPRs()
HDAMDGPUAsmPrinter.cpp916 CreateExpr(STM.getMinNumVGPRs(MaxWaves))}, in getSIProgramInfo()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/Utils/
HDAMDGPUBaseInfo.h306 unsigned getMinNumVGPRs(const MCSubtargetInfo *STI, unsigned WavesPerEU);
HDAMDGPUBaseInfo.cpp1195 unsigned getMinNumVGPRs(const MCSubtargetInfo *STI, unsigned WavesPerEU) { in getMinNumVGPRs() function
1212 return getMinNumVGPRs(STI, MinWavesPerEU); in getMinNumVGPRs()