Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DGCNSubtarget.h1597 unsigned getMinNumVGPRs(unsigned WavesPerEU, in getMinNumVGPRs() function
1599 return AMDGPU::IsaInfo::getMinNumVGPRs(this, WavesPerEU, in getMinNumVGPRs()
H A DGCNSubtarget.cpp532 F, {getMinNumVGPRs(Waves.second, DynamicVGPRBlockSize), in getMaxNumVGPRs()
H A DAMDGPUAsmPrinter.cpp457 (uint64_t)STM.getMinNumVGPRs( in validateMCResourceInfo()
1086 CreateExpr(STM.getMinNumVGPRs( in getSIProgramInfo()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/Utils/
H A DAMDGPUBaseInfo.h329 unsigned getMinNumVGPRs(const MCSubtargetInfo *STI, unsigned WavesPerEU,
H A DAMDGPUBaseInfo.cpp1407 unsigned getMinNumVGPRs(const MCSubtargetInfo *STI, unsigned WavesPerEU, in getMinNumVGPRs() function
1427 return getMinNumVGPRs(STI, MinWavesPerEU, DynamicVGPRBlockSize); in getMinNumVGPRs()