Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp11321 SmallVectorImpl<const TreeEntry *> &SubEntries = Entries.emplace_back(); in isGatherShuffledEntry() local
11323 isGatherShuffledSingleRegisterEntry(TE, SubVL, Mask, SubEntries, Part, in isGatherShuffledEntry()
11326 SubEntries.clear(); in isGatherShuffledEntry()
11328 if (SubEntries.size() == 1 && *SubRes == TTI::SK_PermuteSingleSrc && in isGatherShuffledEntry()
11329 SubEntries.front()->getVectorFactor() == VL.size() && in isGatherShuffledEntry()
11330 (SubEntries.front()->isSame(TE->Scalars) || in isGatherShuffledEntry()
11331 SubEntries.front()->isSame(VL))) { in isGatherShuffledEntry()
11333 LocalSubEntries.swap(SubEntries); in isGatherShuffledEntry()