Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/
H A DAMDGPUPromoteAlloca.cpp74 uint32_t LocalMemLimit = 0; member in __anon5770a2330111::AMDGPUPromoteAllocaImpl
703 LocalMemLimit = 0; in hasSufficientLocalMem()
710 LocalMemLimit = ST.getLocalMemorySize(); in hasSufficientLocalMem()
711 if (LocalMemLimit == 0) in hasSufficientLocalMem()
767 LocalMemLimit = 0; in hasSufficientLocalMem()
823 LocalMemLimit = MaxSizeWithWaveCount; in hasSufficientLocalMem()
829 << " and " << (LocalMemLimit - CurrentLocalMemUsage) in hasSufficientLocalMem()
893 if (NewSize > LocalMemLimit) { in handleAlloca()