Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86TargetTransformInfo.cpp3827 InstructionCost ArithmeticCost = 0; in getArithmeticReductionCost() local
3834 ArithmeticCost *= LT.first - 1; in getArithmeticReductionCost()
3839 return ArithmeticCost + Entry->Cost; in getArithmeticReductionCost()
3843 return ArithmeticCost + Entry->Cost; in getArithmeticReductionCost()
3847 return ArithmeticCost + Entry->Cost; in getArithmeticReductionCost()
3897 InstructionCost ArithmeticCost = 0; in getArithmeticReductionCost() local
3904 ArithmeticCost *= LT.first - 1; in getArithmeticReductionCost()
3909 return ArithmeticCost + Entry->Cost; in getArithmeticReductionCost()
3912 return ArithmeticCost + Entry->Cost; in getArithmeticReductionCost()
3915 return ArithmeticCost + Entry->Cost; in getArithmeticReductionCost()
[all …]