Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h2264 unsigned NumReduxLevels = Log2_32(NumVecElts); in getTreeReductionCost() local
2282 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() local
2386 NumReduxLevels -= LongVectorCount; in getMinMaxReductionCost()
2393 NumReduxLevels * thisT()->getShuffleCost(TTI::SK_PermuteSingleSrc, Ty, in getMinMaxReductionCost()
2396 NumReduxLevels * in getMinMaxReductionCost()