Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DAMDGPUPromoteAlloca.cpp847 SmallVector<std::pair<uint64_t, Align>, 16> AllocatedSizes; in hasSufficientLocalMem() local
848 AllocatedSizes.reserve(UsedLDS.size()); in hasSufficientLocalMem()
865 AllocatedSizes.emplace_back(AllocSize, Alignment); in hasSufficientLocalMem()
872 llvm::sort(AllocatedSizes, llvm::less_second()); in hasSufficientLocalMem()
881 for (auto Alloc : AllocatedSizes) { in hasSufficientLocalMem()