Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUPromoteAlloca.cpp1235 SmallVector<std::pair<uint64_t, Align>, 16> AllocatedSizes; in hasSufficientLocalMem() local
1236 AllocatedSizes.reserve(UsedLDS.size()); in hasSufficientLocalMem()
1253 AllocatedSizes.emplace_back(AllocSize, Alignment); in hasSufficientLocalMem()
1260 llvm::sort(AllocatedSizes, llvm::less_second()); in hasSufficientLocalMem()
1269 for (auto Alloc : AllocatedSizes) { in hasSufficientLocalMem()