Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
DBasicTTIImpl.h2035 unsigned NumReduxLevels = Log2_32(NumVecElts); in getTreeReductionCost() local
2053 NumReduxLevels -= LongVectorCount; in getTreeReductionCost()
2061 ShuffleCost += NumReduxLevels * thisT()->getShuffleCost( in getTreeReductionCost()
2063 ArithCost += NumReduxLevels * thisT()->getArithmeticInstrCost(Opcode, Ty); in getTreeReductionCost()
2117 unsigned NumReduxLevels = Log2_32(NumVecElts); in getMinMaxReductionCost() local
2149 NumReduxLevels -= LongVectorCount; in getMinMaxReductionCost()
2155 ShuffleCost += NumReduxLevels * thisT()->getShuffleCost( in getMinMaxReductionCost()
2158 NumReduxLevels * in getMinMaxReductionCost()