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.cpp97 uint32_t LocalMemLimit = 0; member in __anon98b3e5030111::AMDGPUPromoteAllocaImpl
1358 LocalMemLimit = 0; in hasSufficientLocalMem()
1365 LocalMemLimit = ST.getAddressableLocalMemorySize(); in hasSufficientLocalMem()
1366 if (LocalMemLimit == 0) in hasSufficientLocalMem()
1422 LocalMemLimit = 0; in hasSufficientLocalMem()
1462 LocalMemLimit = MaxSizeWithWaveCount; in hasSufficientLocalMem()
1468 << " and " << (LocalMemLimit - CurrentLocalMemUsage) in hasSufficientLocalMem()
1525 if (NewSize > LocalMemLimit) { in tryPromoteAllocaToLDS()