Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Vectorize/
DSLPVectorizer.cpp416 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 BoUpSLP
1906 int BoUpSLP::getGatherCost(ArrayRef<Value *> VL) { in getGatherCost() function in BoUpSLP
1913 return getGatherCost(VecTy); in getGatherCost()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Vectorize/
DSLPVectorizer.cpp634 int getGatherCost(Type *Ty, const DenseSet<unsigned> &ShuffledIndices);
639 int getGatherCost(ArrayRef<Value *> VL);
2103 return ReuseShuffleCost + getGatherCost(VL); in getEntryCost()
2179 return ReuseShuffleCost + getGatherCost(VL); in getEntryCost()
2610 int BoUpSLP::getGatherCost(Type *Ty, in getGatherCost() function in BoUpSLP
2621 int BoUpSLP::getGatherCost(ArrayRef<Value *> VL) { in getGatherCost() function in BoUpSLP
2638 return getGatherCost(VecTy, ShuffledElements); in getGatherCost()