Searched refs:CurrentLocalMemUsage (Results 1 – 1 of 1) sorted by relevance
76 uint32_t CurrentLocalMemUsage = 0; member in __anon5c4cf2790111::AMDGPUPromoteAllocaImpl1263 CurrentLocalMemUsage = 0; in hasSufficientLocalMem()1270 CurrentLocalMemUsage = alignTo(CurrentLocalMemUsage, Alloc.second); in hasSufficientLocalMem()1271 CurrentLocalMemUsage += Alloc.first; in hasSufficientLocalMem()1275 ST.getOccupancyWithLocalMemSize(CurrentLocalMemUsage, F); in hasSufficientLocalMem()1298 if (CurrentLocalMemUsage > MaxSizeWithWaveCount) in hasSufficientLocalMem()1303 LLVM_DEBUG(dbgs() << F.getName() << " uses " << CurrentLocalMemUsage in hasSufficientLocalMem()1307 << " and " << (LocalMemLimit - CurrentLocalMemUsage) in hasSufficientLocalMem()1359 uint32_t NewSize = alignTo(CurrentLocalMemUsage, Alignment); in tryPromoteAllocaToLDS()1370 CurrentLocalMemUsage = NewSize; in tryPromoteAllocaToLDS()