Searched refs:PairwiseRdxCost (Results 1 – 3 of 3) sorted by relevance
6860 int PairwiseRdxCost; in getReductionCost() local6864 PairwiseRdxCost = in getReductionCost()6878 PairwiseRdxCost = in getReductionCost()6890 IsPairwiseReduction = PairwiseRdxCost < SplittingRdxCost; in getReductionCost()6891 int VecReduxCost = IsPairwiseReduction ? PairwiseRdxCost : SplittingRdxCost; in getReductionCost()
7175 int PairwiseRdxCost; in getReductionCost() local7179 PairwiseRdxCost = in getReductionCost()7193 PairwiseRdxCost = in getReductionCost()7205 IsPairwiseReduction = PairwiseRdxCost < SplittingRdxCost; in getReductionCost()7206 int VecReduxCost = IsPairwiseReduction ? PairwiseRdxCost : SplittingRdxCost; in getReductionCost()
4135 int PairwiseRdxCost = TTI->getReductionCost(ReductionOpcode, VecTy, true); in getReductionCost() local4138 IsPairwiseReduction = PairwiseRdxCost < SplittingRdxCost; in getReductionCost()4139 int VecReduxCost = IsPairwiseReduction ? PairwiseRdxCost : SplittingRdxCost; in getReductionCost()