Home
last modified time | relevance | path

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

/external/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()
/external/llvm-project/llvm/lib/Transforms/Vectorize/
DSLPVectorizer.cpp7176 int SplittingRdxCost; in getReductionCost() local
7182 SplittingRdxCost = in getReductionCost()
7196 SplittingRdxCost = in getReductionCost()
7205 IsPairwiseReduction = PairwiseRdxCost < SplittingRdxCost; in getReductionCost()
7206 int VecReduxCost = IsPairwiseReduction ? PairwiseRdxCost : SplittingRdxCost; in getReductionCost()
/external/llvm/lib/Transforms/Vectorize/
DSLPVectorizer.cpp4136 int SplittingRdxCost = TTI->getReductionCost(ReductionOpcode, VecTy, false); in getReductionCost() local
4138 IsPairwiseReduction = PairwiseRdxCost < SplittingRdxCost; in getReductionCost()
4139 int VecReduxCost = IsPairwiseReduction ? PairwiseRdxCost : SplittingRdxCost; in getReductionCost()