Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp11220 SmallVector<std::pair<unsigned, int>> EntryLanes; in isGatherShuffledSingleRegisterEntry() local
11234 EntryLanes.emplace_back(Idx, I); in isGatherShuffledSingleRegisterEntry()
11247 for (std::pair<unsigned, int> &Pair : EntryLanes) in isGatherShuffledSingleRegisterEntry()
11253 if (EntryLanes.size() == Entries.size() && in isGatherShuffledSingleRegisterEntry()
11268 for (const std::pair<unsigned, int> &Pair : EntryLanes) { in isGatherShuffledSingleRegisterEntry()
11280 if (IsIdentity || EntryLanes.size() > 1 || VL.size() <= 2) in isGatherShuffledSingleRegisterEntry()
11284 if (EntryLanes.size() > 2 || VL.size() <= 2) in isGatherShuffledSingleRegisterEntry()