Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp1836 InstructionCost getTreeCost(ArrayRef<Value *> VectorizedVals = {},
3449 const SmallDenseSet<Value *> *VectorizedVals = nullptr) const;
3473 ArrayRef<Value *> VectorizedVals,
10847 Instruction *I, const SmallDenseSet<Value *> *VectorizedVals) const { in areAllUsersVectorized()
10848 return (I->hasOneUse() && (!VectorizedVals || VectorizedVals->contains(I))) || in areAllUsersVectorized()
11999 SmallDenseSet<Value *> VectorizedVals; member in BoUpSLP::ShuffleCostEstimator
12526 ArrayRef<Value *> VectorizedVals, BoUpSLP &R, in ShuffleCostEstimator() argument
12529 VectorizedVals(VectorizedVals.begin(), VectorizedVals.end()), R(R), in ShuffleCostEstimator()
12582 !R.areAllUsersVectorized(cast<Instruction>(V), &VectorizedVals) || in adjustExtracts()
12587 &VectorizedVals); in adjustExtracts()
[all …]