Searched refs:getMinNumVGPRs (Results 1 – 5 of 5) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | GCNSubtarget.h | 1597 unsigned getMinNumVGPRs(unsigned WavesPerEU, in getMinNumVGPRs() function 1599 return AMDGPU::IsaInfo::getMinNumVGPRs(this, WavesPerEU, in getMinNumVGPRs()
|
| H A D | GCNSubtarget.cpp | 532 F, {getMinNumVGPRs(Waves.second, DynamicVGPRBlockSize), in getMaxNumVGPRs()
|
| H A D | AMDGPUAsmPrinter.cpp | 457 (uint64_t)STM.getMinNumVGPRs( in validateMCResourceInfo() 1086 CreateExpr(STM.getMinNumVGPRs( in getSIProgramInfo()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/Utils/ |
| H A D | AMDGPUBaseInfo.h | 329 unsigned getMinNumVGPRs(const MCSubtargetInfo *STI, unsigned WavesPerEU,
|
| H A D | AMDGPUBaseInfo.cpp | 1407 unsigned getMinNumVGPRs(const MCSubtargetInfo *STI, unsigned WavesPerEU, in getMinNumVGPRs() function 1427 return getMinNumVGPRs(STI, MinWavesPerEU, DynamicVGPRBlockSize); in getMinNumVGPRs()
|