Lines Matching refs:ArithmeticCost
3827 InstructionCost ArithmeticCost = 0; in getArithmeticReductionCost() local
3833 ArithmeticCost = getArithmeticInstrCost(Opcode, SingleOpTy, CostKind); in getArithmeticReductionCost()
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
3903 ArithmeticCost = getArithmeticInstrCost(Opcode, SingleOpTy, CostKind); in getArithmeticReductionCost()
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()
3918 return ArithmeticCost + Entry->Cost; in getArithmeticReductionCost()