Searched refs:NumReduxLevels (Results 1 – 1 of 1) sorted by relevance
2035 unsigned NumReduxLevels = Log2_32(NumVecElts); in getTreeReductionCost() local2053 NumReduxLevels -= LongVectorCount; in getTreeReductionCost()2061 ShuffleCost += NumReduxLevels * thisT()->getShuffleCost( in getTreeReductionCost()2063 ArithCost += NumReduxLevels * thisT()->getArithmeticInstrCost(Opcode, Ty); in getTreeReductionCost()2117 unsigned NumReduxLevels = Log2_32(NumVecElts); in getMinMaxReductionCost() local2149 NumReduxLevels -= LongVectorCount; in getMinMaxReductionCost()2155 ShuffleCost += NumReduxLevels * thisT()->getShuffleCost( in getMinMaxReductionCost()2158 NumReduxLevels * in getMinMaxReductionCost()