Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DAMDGPUSubtarget.h113 unsigned getMaxLocalMemSizeWithWaveCount(unsigned WaveCount,
H A DGCNSubtarget.h470 unsigned getMaxLocalMemSizeWithWaveCount(unsigned WaveCount,
H A DAMDGPUSubtarget.cpp317 AMDGPUSubtarget::getMaxLocalMemSizeWithWaveCount(unsigned NWaves, in getMaxLocalMemSizeWithWaveCount() function in AMDGPUSubtarget
H A DAMDGPUPromoteAlloca.cpp908 = ST.getMaxLocalMemSizeWithWaveCount(MaxOccupancy, F); in hasSufficientLocalMem()