Home
last modified time | relevance | path

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