Searched refs:LocalMemLimit (Results 1 – 1 of 1) sorted by relevance
75 uint32_t LocalMemLimit = 0; member in __anon5c4cf2790111::AMDGPUPromoteAllocaImpl1182 LocalMemLimit = 0; in hasSufficientLocalMem()1189 LocalMemLimit = ST.getAddressableLocalMemorySize(); in hasSufficientLocalMem()1190 if (LocalMemLimit == 0) in hasSufficientLocalMem()1246 LocalMemLimit = 0; in hasSufficientLocalMem()1301 LocalMemLimit = MaxSizeWithWaveCount; in hasSufficientLocalMem()1307 << " and " << (LocalMemLimit - CurrentLocalMemUsage) in hasSufficientLocalMem()1364 if (NewSize > LocalMemLimit) { in tryPromoteAllocaToLDS()