Searched refs:NumReduxLevels (Results 1 – 1 of 1) sorted by relevance
1418 unsigned NumReduxLevels = Log2_32(NumVecElts); in getArithmeticReductionCost() local1439 NumReduxLevels -= LongVectorCount; in getArithmeticReductionCost()1449 unsigned NumShuffles = NumReduxLevels; in getArithmeticReductionCost()1450 if (IsPairwise && NumReduxLevels >= 1) in getArithmeticReductionCost()1451 NumShuffles += NumReduxLevels - 1; in getArithmeticReductionCost()1455 ArithCost += NumReduxLevels * in getArithmeticReductionCost()1503 NumReduxLevels -= LongVectorCount; in getMinMaxReductionCost()1513 unsigned NumShuffles = NumReduxLevels; in getMinMaxReductionCost()1514 if (IsPairwise && NumReduxLevels >= 1) in getMinMaxReductionCost()1515 NumShuffles += NumReduxLevels - 1; in getMinMaxReductionCost()[all …]