Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/AMDGPU/
H A DAMDGPUPromoteAlloca.cpp86 uint32_t LocalMemLimit = 0; member in __anone600ddc80111::AMDGPUPromoteAlloca
632 LocalMemLimit = 0; in hasSufficientLocalMem()
639 LocalMemLimit = ST.getLocalMemorySize(); in hasSufficientLocalMem()
640 if (LocalMemLimit == 0) in hasSufficientLocalMem()
701 LocalMemLimit = MaxSizeWithWaveCount; in hasSufficientLocalMem()
707 << " and " << (LocalMemLimit - CurrentLocalMemUsage) in hasSufficientLocalMem()
773 if (NewSize > LocalMemLimit) { in handleAlloca()