Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp9404 DenseMap<Value *, int> UsedValuesEntry; in isGatherShuffledSingleRegisterEntry() local
9461 UsedValuesEntry.try_emplace(V, 0); in isGatherShuffledSingleRegisterEntry()
9492 UsedValuesEntry.try_emplace(V, Idx); in isGatherShuffledSingleRegisterEntry()
9618 auto It = UsedValuesEntry.find(V1); in isGatherShuffledSingleRegisterEntry()
9619 if (It != UsedValuesEntry.end()) in isGatherShuffledSingleRegisterEntry()
9620 UsedInSameVTE = It->second == UsedValuesEntry.find(V)->second; in isGatherShuffledSingleRegisterEntry()
9632 auto It = UsedValuesEntry.find(V); in isGatherShuffledSingleRegisterEntry()
9633 if (It == UsedValuesEntry.end()) in isGatherShuffledSingleRegisterEntry()