Home
last modified time | relevance | path

Searched refs:NumReduxLevels (Results 1 – 1 of 1) sorted by relevance

/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h1418 unsigned NumReduxLevels = Log2_32(NumVecElts); in getArithmeticReductionCost() local
1439 NumReduxLevels -= LongVectorCount; in getArithmeticReductionCost()
1449 unsigned NumShuffles = NumReduxLevels; in getArithmeticReductionCost()
1450 if (IsPairwise && NumReduxLevels >= 1) in getArithmeticReductionCost()
1451 NumShuffles += NumReduxLevels - 1; in getArithmeticReductionCost()
1455 ArithCost += NumReduxLevels * in getArithmeticReductionCost()
1503 NumReduxLevels -= LongVectorCount; in getMinMaxReductionCost()
1513 unsigned NumShuffles = NumReduxLevels; in getMinMaxReductionCost()
1514 if (IsPairwise && NumReduxLevels >= 1) in getMinMaxReductionCost()
1515 NumShuffles += NumReduxLevels - 1; in getMinMaxReductionCost()
[all …]