Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp15566 DenseMap<int, const TreeEntry *> VFToTE; in isGatherShuffledSingleRegisterEntry() local
15569 auto It = VFToTE.find(VF); in isGatherShuffledSingleRegisterEntry()
15570 if (It != VFToTE.end()) { in isGatherShuffledSingleRegisterEntry()
15575 VFToTE.try_emplace(VF, TE); in isGatherShuffledSingleRegisterEntry()
15584 auto It = VFToTE.find(TE->getVectorFactor()); in isGatherShuffledSingleRegisterEntry()
15585 if (It != VFToTE.end()) { in isGatherShuffledSingleRegisterEntry()