Lines Matching refs:ArithmeticCost
4362 InstructionCost ArithmeticCost = 0; in getArithmeticReductionCost() local
4368 ArithmeticCost = getArithmeticInstrCost(Opcode, SingleOpTy, CostKind); in getArithmeticReductionCost()
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
4438 ArithmeticCost = getArithmeticInstrCost(Opcode, SingleOpTy, CostKind); in getArithmeticReductionCost()
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()
4453 return ArithmeticCost + Entry->Cost; in getArithmeticReductionCost()