Lines Matching refs:ArithmeticCost
5122 InstructionCost ArithmeticCost = 0; in getArithmeticReductionCost() local
5128 ArithmeticCost = getArithmeticInstrCost(Opcode, SingleOpTy, CostKind); in getArithmeticReductionCost()
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
5198 ArithmeticCost = getArithmeticInstrCost(Opcode, SingleOpTy, CostKind); in getArithmeticReductionCost()
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()
5213 return ArithmeticCost + Entry->Cost; in getArithmeticReductionCost()