Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUPromoteAlloca.cpp1317 SmallVector<std::pair<uint64_t, Align>, 16> AllocatedSizes; in hasSufficientLocalMem() local
1318 AllocatedSizes.reserve(UsedLDS.size()); in hasSufficientLocalMem()
1335 AllocatedSizes.emplace_back(AllocSize, Alignment); in hasSufficientLocalMem()
1342 llvm::sort(AllocatedSizes, llvm::less_second()); in hasSufficientLocalMem()
1351 for (auto Alloc : AllocatedSizes) { in hasSufficientLocalMem()