Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86TargetTransformInfo.cpp5253 InstructionCost ArithmeticCost = 0; in getArithmeticReductionCost() local
5259 ArithmeticCost = getArithmeticInstrCost(Opcode, SingleOpTy, CostKind); in getArithmeticReductionCost()
5260 ArithmeticCost *= LT.first - 1; in getArithmeticReductionCost()
5265 return ArithmeticCost + Entry->Cost; in getArithmeticReductionCost()
5269 return ArithmeticCost + Entry->Cost; in getArithmeticReductionCost()
5273 return ArithmeticCost + Entry->Cost; in getArithmeticReductionCost()
5323 InstructionCost ArithmeticCost = 0; in getArithmeticReductionCost() local
5329 ArithmeticCost = getArithmeticInstrCost(Opcode, SingleOpTy, CostKind); in getArithmeticReductionCost()
5330 ArithmeticCost *= LT.first - 1; in getArithmeticReductionCost()
5335 return ArithmeticCost + Entry->Cost; in getArithmeticReductionCost()
[all …]