Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
DSLPVectorizer.cpp6861 int SplittingRdxCost; in getReductionCost() local
6867 SplittingRdxCost = in getReductionCost()
6881 SplittingRdxCost = in getReductionCost()
6890 IsPairwiseReduction = PairwiseRdxCost < SplittingRdxCost; in getReductionCost()
6891 int VecReduxCost = IsPairwiseReduction ? PairwiseRdxCost : SplittingRdxCost; in getReductionCost()