Searched refs:VectorizedVals (Results 1 – 1 of 1) sorted by relevance
1189 InstructionCost getTreeCost(ArrayRef<Value *> VectorizedVals = std::nullopt);2701 const SmallDenseSet<Value *> *VectorizedVals = nullptr) const;2716 ArrayRef<Value *> VectorizedVals,7588 Instruction *I, const SmallDenseSet<Value *> *VectorizedVals) const { in areAllUsersVectorized()7589 return (I->hasOneUse() && (!VectorizedVals || VectorizedVals->contains(I))) || in areAllUsersVectorized()8229 SmallDenseSet<Value *> VectorizedVals; member in BoUpSLP::ShuffleCostEstimator8893 ArrayRef<Value *> VectorizedVals, BoUpSLP &R, in ShuffleCostEstimator() argument8896 VectorizedVals(VectorizedVals.begin(), VectorizedVals.end()), R(R), in ShuffleCostEstimator()8945 !R.areAllUsersVectorized(cast<Instruction>(V), &VectorizedVals) || in adjustExtracts()8950 &VectorizedVals); in adjustExtracts()[all …]