Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86TargetTransformInfo.cpp4362 InstructionCost ArithmeticCost = 0; in getArithmeticReductionCost() local
4369 ArithmeticCost *= LT.first - 1; in getArithmeticReductionCost()
4374 return ArithmeticCost + Entry->Cost; in getArithmeticReductionCost()
4378 return ArithmeticCost + Entry->Cost; in getArithmeticReductionCost()
4382 return ArithmeticCost + Entry->Cost; in getArithmeticReductionCost()
4432 InstructionCost ArithmeticCost = 0; in getArithmeticReductionCost() local
4439 ArithmeticCost *= LT.first - 1; in getArithmeticReductionCost()
4444 return ArithmeticCost + Entry->Cost; in getArithmeticReductionCost()
4447 return ArithmeticCost + Entry->Cost; in getArithmeticReductionCost()
4450 return ArithmeticCost + Entry->Cost; in getArithmeticReductionCost()
[all …]