Searched refs:getGatherCost (Results 1 – 1 of 1) 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()