Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUPromoteAlloca.cpp72 uint32_t LocalMemLimit = 0; member in __anon56378d370111::AMDGPUPromoteAllocaImpl
721 LocalMemLimit = 0; in hasSufficientLocalMem()
728 LocalMemLimit = ST.getLocalMemorySize(); in hasSufficientLocalMem()
729 if (LocalMemLimit == 0) in hasSufficientLocalMem()
833 LocalMemLimit = MaxSizeWithWaveCount; in hasSufficientLocalMem()
839 << " and " << (LocalMemLimit - CurrentLocalMemUsage) in hasSufficientLocalMem()
903 if (NewSize > LocalMemLimit) { in handleAlloca()