Searched refs:PairwiseRdxCost (Results 1 – 2 of 2) sorted by relevance
5854 int PairwiseRdxCost; in getReductionCost() local5858 PairwiseRdxCost = in getReductionCost()5872 PairwiseRdxCost = in getReductionCost()5884 IsPairwiseReduction = PairwiseRdxCost < SplittingRdxCost; in getReductionCost()5885 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()