Searched refs:getNumWavesPerEUWithNumVGPRs (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/MCTargetDesc/ |
H A D | AMDGPUMCExpr.cpp | 210 IsaInfo::getNumWavesPerEUWithNumVGPRs( in evaluateOccupancy()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/Utils/ |
H A D | AMDGPUBaseInfo.h | 314 unsigned getNumWavesPerEUWithNumVGPRs(const MCSubtargetInfo *STI, 319 unsigned getNumWavesPerEUWithNumVGPRs(unsigned NumVGPRs, unsigned Granule,
|
H A D | AMDGPUBaseInfo.cpp | 1152 unsigned getNumWavesPerEUWithNumVGPRs(const MCSubtargetInfo *STI, in getNumWavesPerEUWithNumVGPRs() function 1154 return getNumWavesPerEUWithNumVGPRs(NumVGPRs, getVGPRAllocGranule(STI), in getNumWavesPerEUWithNumVGPRs() 1159 unsigned getNumWavesPerEUWithNumVGPRs(unsigned NumVGPRs, unsigned Granule, in getNumWavesPerEUWithNumVGPRs() function 1210 unsigned MinWavesPerEU = getNumWavesPerEUWithNumVGPRs(STI, AddrsableNumVGPRs); in getMinNumVGPRs()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUSubtarget.cpp | 697 return AMDGPU::IsaInfo::getNumWavesPerEUWithNumVGPRs(this, NumVGPRs); in getOccupancyWithNumVGPRs()
|