Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
DSLPVectorizer.cpp6893 int ScalarReduxCost = 0; in getReductionCost() local
6896 ScalarReduxCost = in getReductionCost()
6903 ScalarReduxCost = in getReductionCost()
6911 ScalarReduxCost *= (ReduxWidth - 1); in getReductionCost()
6913 LLVM_DEBUG(dbgs() << "SLP: Adding cost " << VecReduxCost - ScalarReduxCost in getReductionCost()
6919 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()