Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUPromoteAlloca.cpp84 uint32_t LocalMemLimit = 0; member in __anon98b3e5030111::AMDGPUPromoteAllocaImpl
1264 LocalMemLimit = 0; in hasSufficientLocalMem()
1271 LocalMemLimit = ST.getAddressableLocalMemorySize(); in hasSufficientLocalMem()
1272 if (LocalMemLimit == 0) in hasSufficientLocalMem()
1328 LocalMemLimit = 0; in hasSufficientLocalMem()
1383 LocalMemLimit = MaxSizeWithWaveCount; in hasSufficientLocalMem()
1389 << " and " << (LocalMemLimit - CurrentLocalMemUsage) in hasSufficientLocalMem()
1446 if (NewSize > LocalMemLimit) { in tryPromoteAllocaToLDS()