Home
last modified time | relevance | path

Searched refs:getMaxLocalMemSizeWithWaveCount (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DAMDGPUSubtarget.h97 unsigned getMaxLocalMemSizeWithWaveCount(unsigned WaveCount,
H A DGCNSubtarget.h452 unsigned getMaxLocalMemSizeWithWaveCount(unsigned WaveCount,
H A DAMDGPUSubtarget.cpp355 unsigned AMDGPUSubtarget::getMaxLocalMemSizeWithWaveCount(unsigned NWaves, in getMaxLocalMemSizeWithWaveCount() function in AMDGPUSubtarget
H A DAMDGPUPromoteAlloca.cpp827 = ST.getMaxLocalMemSizeWithWaveCount(MaxOccupancy, F); in hasSufficientLocalMem()