Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86TargetTransformInfo.cpp4466 InstructionCost ReductionCost = 0; in getArithmeticReductionCost() local
4474 ReductionCost = getArithmeticInstrCost(Opcode, Ty, CostKind); in getArithmeticReductionCost()
4475 ReductionCost *= LT.first - 1; in getArithmeticReductionCost()
4488 ReductionCost += in getArithmeticReductionCost()
4500 ReductionCost += in getArithmeticReductionCost()
4511 ReductionCost += in getArithmeticReductionCost()
4517 ReductionCost += getArithmeticInstrCost( in getArithmeticReductionCost()
4525 ReductionCost += getArithmeticInstrCost(Opcode, Ty, CostKind); in getArithmeticReductionCost()
4529 return ReductionCost + getVectorInstrCost(Instruction::ExtractElement, Ty, 0); in getArithmeticReductionCost()
/llvm-project-15.0.7/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp11225 InstructionCost ReductionCost = in tryToReduce() local
11227 InstructionCost Cost = TreeCost + ReductionCost; in tryToReduce()