Searched refs:VectorizedVals (Results 1 – 1 of 1) sorted by relevance
1836 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::ShuffleCostEstimator12526 ArrayRef<Value *> VectorizedVals, BoUpSLP &R, in ShuffleCostEstimator() argument12529 VectorizedVals(VectorizedVals.begin(), VectorizedVals.end()), R(R), in ShuffleCostEstimator()12582 !R.areAllUsersVectorized(cast<Instruction>(V), &VectorizedVals) || in adjustExtracts()12587 &VectorizedVals); in adjustExtracts()[all …]