Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp15324 SmallDenseMap<Value *, int> UsedValuesEntry; in isGatherShuffledSingleRegisterEntry() local
15337 UsedValuesEntry.try_emplace(V, 0); in isGatherShuffledSingleRegisterEntry()
15484 UsedValuesEntry.try_emplace(V, 0); in isGatherShuffledSingleRegisterEntry()
15515 UsedValuesEntry.try_emplace(V, Idx); in isGatherShuffledSingleRegisterEntry()
15559 for (auto &P : UsedValuesEntry) in isGatherShuffledSingleRegisterEntry()
15610 for (auto &P : UsedValuesEntry) { in isGatherShuffledSingleRegisterEntry()
15658 auto It = UsedValuesEntry.find(V1); in isGatherShuffledSingleRegisterEntry()
15659 if (It != UsedValuesEntry.end()) in isGatherShuffledSingleRegisterEntry()
15660 UsedInSameVTE = It->second == UsedValuesEntry.find(V)->second; in isGatherShuffledSingleRegisterEntry()
15672 auto It = UsedValuesEntry.find(V); in isGatherShuffledSingleRegisterEntry()
[all …]