Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86TargetTransformInfo.cpp5122 InstructionCost ArithmeticCost = 0; in getArithmeticReductionCost() local
5129 ArithmeticCost *= LT.first - 1; in getArithmeticReductionCost()
5134 return ArithmeticCost + Entry->Cost; in getArithmeticReductionCost()
5138 return ArithmeticCost + Entry->Cost; in getArithmeticReductionCost()
5142 return ArithmeticCost + Entry->Cost; in getArithmeticReductionCost()
5192 InstructionCost ArithmeticCost = 0; in getArithmeticReductionCost() local
5199 ArithmeticCost *= LT.first - 1; in getArithmeticReductionCost()
5204 return ArithmeticCost + Entry->Cost; in getArithmeticReductionCost()
5207 return ArithmeticCost + Entry->Cost; in getArithmeticReductionCost()
5210 return ArithmeticCost + Entry->Cost; in getArithmeticReductionCost()
[all …]