Searched refs:NumReduxLevels (Results 1 – 1 of 1) sorted by relevance
2395 unsigned NumReduxLevels = Log2_32(NumVecElts); in getTreeReductionCost() local2413 NumReduxLevels -= LongVectorCount; in getTreeReductionCost()2422 NumReduxLevels * thisT()->getShuffleCost(TTI::SK_PermuteSingleSrc, Ty, in getTreeReductionCost()2425 NumReduxLevels * thisT()->getArithmeticInstrCost(Opcode, Ty, CostKind); in getTreeReductionCost()2485 unsigned NumReduxLevels = Log2_32(NumVecElts); in getMinMaxReductionCost() local2506 NumReduxLevels -= LongVectorCount; in getMinMaxReductionCost()2513 NumReduxLevels * thisT()->getShuffleCost(TTI::SK_PermuteSingleSrc, Ty, in getMinMaxReductionCost()2516 MinMaxCost += NumReduxLevels * getIntrinsicInstrCost(Attrs, CostKind); in getMinMaxReductionCost()