Home
last modified time | relevance | path

Searched refs:getGatherCost (Results 1 – 3 of 3) 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-10.0/llvm/lib/Transforms/Vectorize/
DSLPVectorizer.cpp1403 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 BoUpSLP
3838 int BoUpSLP::getGatherCost(ArrayRef<Value *> VL) const { in getGatherCost() function in BoUpSLP
3855 return getGatherCost(VecTy, ShuffledElements); in getGatherCost()
/external/llvm-project/llvm/lib/Transforms/Vectorize/
DSLPVectorizer.cpp1508 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 BoUpSLP
4121 int BoUpSLP::getGatherCost(ArrayRef<Value *> VL) const { in getGatherCost() function in BoUpSLP
4138 return getGatherCost(VecTy, ShuffledElements); in getGatherCost()