Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Vectorize/
DSLPVectorizer.cpp5854 int PairwiseRdxCost; in getReductionCost() local
5858 PairwiseRdxCost = in getReductionCost()
5872 PairwiseRdxCost = in getReductionCost()
5884 IsPairwiseReduction = PairwiseRdxCost < SplittingRdxCost; in getReductionCost()
5885 int VecReduxCost = IsPairwiseReduction ? PairwiseRdxCost : SplittingRdxCost; in getReductionCost()
/external/llvm/lib/Transforms/Vectorize/
DSLPVectorizer.cpp4135 int PairwiseRdxCost = TTI->getReductionCost(ReductionOpcode, VecTy, true); in getReductionCost() local
4138 IsPairwiseReduction = PairwiseRdxCost < SplittingRdxCost; in getReductionCost()
4139 int VecReduxCost = IsPairwiseReduction ? PairwiseRdxCost : SplittingRdxCost; in getReductionCost()