Searched refs:NumReduxLevels (Results 1 – 1 of 1) sorted by relevance
1611 unsigned NumReduxLevels = Log2_32(NumVecElts); in getArithmeticReductionCost() local1632 NumReduxLevels -= LongVectorCount; in getArithmeticReductionCost()1642 unsigned NumShuffles = NumReduxLevels; in getArithmeticReductionCost()1643 if (IsPairwise && NumReduxLevels >= 1) in getArithmeticReductionCost()1644 NumShuffles += NumReduxLevels - 1; in getArithmeticReductionCost()1648 ArithCost += NumReduxLevels * in getArithmeticReductionCost()1662 unsigned NumReduxLevels = Log2_32(NumVecElts); in getMinMaxReductionCost() local1696 NumReduxLevels -= LongVectorCount; in getMinMaxReductionCost()1706 unsigned NumShuffles = NumReduxLevels; in getMinMaxReductionCost()1707 if (IsPairwise && NumReduxLevels >= 1) in getMinMaxReductionCost()[all …]