Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp2557 unsigned getVectorFactor() const { in getVectorFactor() function
4089 unsigned VF = TE.getVectorFactor(); in getReorderingData()
7283 unsigned VF = E->getVectorFactor(); in createShuffle()
7314 unsigned VF = E->getVectorFactor(); in createShuffle()
7758 unsigned EntryVF = E->getVectorFactor(); in getEntryCost()
8934 E && E->getVectorFactor() == TE.getVectorFactor() && in getTreeCost()
9105 unsigned VecVF = TE->getVectorFactor(); in getTreeCost()
9135 VF = TEs.front()->getVectorFactor(); in getTreeCost()
9156 TEs.front()->getVectorFactor() == TEs.back()->getVectorFactor()) in getTreeCost()
9541 unsigned VF = TE->getVectorFactor(); in isGatherShuffledSingleRegisterEntry()
[all …]
H A DLoadStoreVectorizer.cpp690 auto getVectorFactor = [&](unsigned VF, unsigned LoadStoreSize, in splitChainByAlignment() local
747 unsigned TargetVF = getVectorFactor(VF, VecElemBits, in splitChainByAlignment()