Searched refs:getScalarizationCost (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.0-release/contrib/llvm/lib/Transforms/Vectorize/
H A DVecUtils.h65 int getScalarizationCost(ArrayRef<Value *> VL);
100 int getScalarizationCost(Type *Ty);
H A DVecUtils.cpp181 int BoUpSLP::getScalarizationCost(ArrayRef<Value *> VL) { function in class:llvm::BoUpSLP
188 return getScalarizationCost(VecTy);
191 int BoUpSLP::getScalarizationCost(Type *Ty) { function in class:llvm::BoUpSLP
393 if (Depth == RecursionMaxDepth) return getScalarizationCost(VecTy);
407 return getScalarizationCost(VecTy);
429 return getScalarizationCost(VecTy);
431 if (!VL0) return getScalarizationCost(VecTy);
438 if (!I || Opcode != I->getOpcode()) return getScalarizationCost(VecTy);
480 return getScalarizationCost(VecTy);
537 return getScalarizationCost(VecT
[all...]
H A DSLPVectorizer.cpp193 int ExtrCost = R.getScalarizationCost(VL);

Completed in 105 milliseconds