Searched refs:NumReduxLevels (Results 1 – 1 of 1) sorted by relevance
2485 unsigned NumReduxLevels = Log2_32(NumVecElts); in getTreeReductionCost() local2503 NumReduxLevels -= LongVectorCount; in getTreeReductionCost()2512 NumReduxLevels * thisT()->getShuffleCost(TTI::SK_PermuteSingleSrc, Ty, in getTreeReductionCost()2515 NumReduxLevels * thisT()->getArithmeticInstrCost(Opcode, Ty, CostKind); in getTreeReductionCost()2575 unsigned NumReduxLevels = Log2_32(NumVecElts); in getMinMaxReductionCost() local2596 NumReduxLevels -= LongVectorCount; in getMinMaxReductionCost()2603 NumReduxLevels * thisT()->getShuffleCost(TTI::SK_PermuteSingleSrc, Ty, in getMinMaxReductionCost()2606 MinMaxCost += NumReduxLevels * getIntrinsicInstrCost(Attrs, CostKind); in getMinMaxReductionCost()