Searched refs:NumReduxLevels (Results 1 – 1 of 1) sorted by relevance
2177 unsigned NumReduxLevels = Log2_32(NumVecElts); in getTreeReductionCost() local2195 NumReduxLevels -= LongVectorCount; in getTreeReductionCost()2203 ShuffleCost += NumReduxLevels * thisT()->getShuffleCost( in getTreeReductionCost()2206 NumReduxLevels * thisT()->getArithmeticInstrCost(Opcode, Ty, CostKind); in getTreeReductionCost()2265 unsigned NumReduxLevels = Log2_32(NumVecElts); in getMinMaxReductionCost() local2297 NumReduxLevels -= LongVectorCount; in getMinMaxReductionCost()2303 ShuffleCost += NumReduxLevels * thisT()->getShuffleCost( in getMinMaxReductionCost()2306 NumReduxLevels * in getMinMaxReductionCost()