Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUPromoteAlloca.cpp75 uint32_t LocalMemLimit = 0; member in __anon5c4cf2790111::AMDGPUPromoteAllocaImpl
1182 LocalMemLimit = 0; in hasSufficientLocalMem()
1189 LocalMemLimit = ST.getAddressableLocalMemorySize(); in hasSufficientLocalMem()
1190 if (LocalMemLimit == 0) in hasSufficientLocalMem()
1246 LocalMemLimit = 0; in hasSufficientLocalMem()
1301 LocalMemLimit = MaxSizeWithWaveCount; in hasSufficientLocalMem()
1307 << " and " << (LocalMemLimit - CurrentLocalMemUsage) in hasSufficientLocalMem()
1364 if (NewSize > LocalMemLimit) { in tryPromoteAllocaToLDS()