Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DBasicTTIImpl.h1611 unsigned NumReduxLevels = Log2_32(NumVecElts); in getArithmeticReductionCost() local
1632 NumReduxLevels -= LongVectorCount; in getArithmeticReductionCost()
1642 unsigned NumShuffles = NumReduxLevels; in getArithmeticReductionCost()
1643 if (IsPairwise && NumReduxLevels >= 1) in getArithmeticReductionCost()
1644 NumShuffles += NumReduxLevels - 1; in getArithmeticReductionCost()
1648 ArithCost += NumReduxLevels * in getArithmeticReductionCost()
1662 unsigned NumReduxLevels = Log2_32(NumVecElts); in getMinMaxReductionCost() local
1696 NumReduxLevels -= LongVectorCount; in getMinMaxReductionCost()
1706 unsigned NumShuffles = NumReduxLevels; in getMinMaxReductionCost()
1707 if (IsPairwise && NumReduxLevels >= 1) in getMinMaxReductionCost()
[all …]