Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Vectorize/
DSLPVectorizer.cpp5887 int ScalarReduxCost; in getReductionCost() local
5890 ScalarReduxCost = in getReductionCost()
5897 ScalarReduxCost = in getReductionCost()
5905 ScalarReduxCost *= (ReduxWidth - 1); in getReductionCost()
5907 LLVM_DEBUG(dbgs() << "SLP: Adding cost " << VecReduxCost - ScalarReduxCost in getReductionCost()
5913 return VecReduxCost - ScalarReduxCost; in getReductionCost()
/external/llvm/lib/Transforms/Vectorize/
DSLPVectorizer.cpp4141 int ScalarReduxCost = in getReductionCost() local
4144 DEBUG(dbgs() << "SLP: Adding cost " << VecReduxCost - ScalarReduxCost in getReductionCost()
4150 return VecReduxCost - ScalarReduxCost; in getReductionCost()