Searched refs:NumReduxLevels (Results 1 – 1 of 1) sorted by relevance
2264 unsigned NumReduxLevels = Log2_32(NumVecElts); in getTreeReductionCost() local2282 NumReduxLevels -= LongVectorCount; in getTreeReductionCost()2291 NumReduxLevels * thisT()->getShuffleCost(TTI::SK_PermuteSingleSrc, Ty, in getTreeReductionCost()2294 NumReduxLevels * thisT()->getArithmeticInstrCost(Opcode, Ty, CostKind); in getTreeReductionCost()2354 unsigned NumReduxLevels = Log2_32(NumVecElts); in getMinMaxReductionCost() local2386 NumReduxLevels -= LongVectorCount; in getMinMaxReductionCost()2393 NumReduxLevels * thisT()->getShuffleCost(TTI::SK_PermuteSingleSrc, Ty, in getMinMaxReductionCost()2396 NumReduxLevels * in getMinMaxReductionCost()