Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DAMDGPUPromoteAlloca.cpp74 uint32_t LocalMemLimit = 0; member in __anon682394fa0111::AMDGPUPromoteAllocaImpl
794 LocalMemLimit = 0; in hasSufficientLocalMem()
801 LocalMemLimit = ST.getAddressableLocalMemorySize(); in hasSufficientLocalMem()
802 if (LocalMemLimit == 0) in hasSufficientLocalMem()
858 LocalMemLimit = 0; in hasSufficientLocalMem()
914 LocalMemLimit = MaxSizeWithWaveCount; in hasSufficientLocalMem()
920 << " and " << (LocalMemLimit - CurrentLocalMemUsage) in hasSufficientLocalMem()
984 if (NewSize > LocalMemLimit) { in handleAlloca()