Searched refs:LocalMemLimit (Results 1 – 1 of 1) sorted by relevance
97 uint32_t LocalMemLimit = 0; member in __anon98b3e5030111::AMDGPUPromoteAllocaImpl1358 LocalMemLimit = 0; in hasSufficientLocalMem()1365 LocalMemLimit = ST.getAddressableLocalMemorySize(); in hasSufficientLocalMem()1366 if (LocalMemLimit == 0) in hasSufficientLocalMem()1422 LocalMemLimit = 0; in hasSufficientLocalMem()1462 LocalMemLimit = MaxSizeWithWaveCount; in hasSufficientLocalMem()1468 << " and " << (LocalMemLimit - CurrentLocalMemUsage) in hasSufficientLocalMem()1525 if (NewSize > LocalMemLimit) { in tryPromoteAllocaToLDS()