Searched refs:getGatherCost (Results 1 – 3 of 3) sorted by relevance
416 int getGatherCost(Type *Ty);421 int getGatherCost(ArrayRef<Value *> VL);1548 return getGatherCost(E->Scalars); in getEntryCost()1570 return getGatherCost(VecTy); in getEntryCost()1899 int BoUpSLP::getGatherCost(Type *Ty) { in getGatherCost() function in BoUpSLP1906 int BoUpSLP::getGatherCost(ArrayRef<Value *> VL) { in getGatherCost() function in BoUpSLP1913 return getGatherCost(VecTy); in getGatherCost()
1403 int getGatherCost(Type *Ty, const DenseSet<unsigned> &ShuffledIndices) const;1408 int getGatherCost(ArrayRef<Value *> VL) const;3267 return ReuseShuffleCost + getGatherCost(VL); in getEntryCost()3342 return ReuseShuffleCost + getGatherCost(VL); in getEntryCost()3827 int BoUpSLP::getGatherCost(Type *Ty, in getGatherCost() function in BoUpSLP3838 int BoUpSLP::getGatherCost(ArrayRef<Value *> VL) const { in getGatherCost() function in BoUpSLP3855 return getGatherCost(VecTy, ShuffledElements); in getGatherCost()
1508 int getGatherCost(FixedVectorType *Ty,1514 int getGatherCost(ArrayRef<Value *> VL) const;3468 return ReuseShuffleCost + getGatherCost(VL); in getEntryCost()4107 int BoUpSLP::getGatherCost(FixedVectorType *Ty, in getGatherCost() function in BoUpSLP4121 int BoUpSLP::getGatherCost(ArrayRef<Value *> VL) const { in getGatherCost() function in BoUpSLP4138 return getGatherCost(VecTy, ShuffledElements); in getGatherCost()