Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp8225 SmallVector<PointerUnion<Value *, const TreeEntry *>, 2> InVectors; member in BoUpSLP::ShuffleCostEstimator
8266 (InVectors.empty() && in getBuildVectorCost()
8598 if ((InVectors.size() == 2 && in estimateNodesPermuteCost()
8599 InVectors.front().get<const TreeEntry *>() == &E1 && in estimateNodesPermuteCost()
8600 InVectors.back().get<const TreeEntry *>() == E2) || in estimateNodesPermuteCost()
8601 (!E2 && InVectors.front().get<const TreeEntry *>() == &E1)) { in estimateNodesPermuteCost()
8612 Cost += createShuffle(InVectors.front(), in estimateNodesPermuteCost()
8613 InVectors.size() == 1 ? nullptr : InVectors.back(), in estimateNodesPermuteCost()
8618 if (!E2 && InVectors in estimateNodesPermuteCost()
11739 SmallVector<Value *, 2> InVectors; global() member in BoUpSLP::ShuffleInstructionBuilder
[all...]