Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h2177 unsigned NumReduxLevels = Log2_32(NumVecElts); in getTreeReductionCost() local
2195 NumReduxLevels -= LongVectorCount; in getTreeReductionCost()
2203 ShuffleCost += NumReduxLevels * thisT()->getShuffleCost( in getTreeReductionCost()
2206 NumReduxLevels * thisT()->getArithmeticInstrCost(Opcode, Ty, CostKind); in getTreeReductionCost()
2265 unsigned NumReduxLevels = Log2_32(NumVecElts); in getMinMaxReductionCost() local
2297 NumReduxLevels -= LongVectorCount; in getMinMaxReductionCost()
2303 ShuffleCost += NumReduxLevels * thisT()->getShuffleCost( in getMinMaxReductionCost()
2306 NumReduxLevels * in getMinMaxReductionCost()