Searched refs:AllocatedSizes (Results 1 – 1 of 1) sorted by relevance
774 SmallVector<std::pair<uint64_t, Align>, 16> AllocatedSizes; in hasSufficientLocalMem() local775 AllocatedSizes.reserve(UsedLDS.size()); in hasSufficientLocalMem()781 AllocatedSizes.emplace_back(AllocSize, Alignment); in hasSufficientLocalMem()788 llvm::sort(AllocatedSizes, [](std::pair<uint64_t, Align> LHS, in hasSufficientLocalMem()800 for (auto Alloc : AllocatedSizes) { in hasSufficientLocalMem()