Searched refs:ArithmeticCost (Results 1 – 1 of 1) sorted by relevance
5253 InstructionCost ArithmeticCost = 0; in getArithmeticReductionCost() local5259 ArithmeticCost = getArithmeticInstrCost(Opcode, SingleOpTy, CostKind); in getArithmeticReductionCost()5260 ArithmeticCost *= LT.first - 1; in getArithmeticReductionCost()5265 return ArithmeticCost + Entry->Cost; in getArithmeticReductionCost()5269 return ArithmeticCost + Entry->Cost; in getArithmeticReductionCost()5273 return ArithmeticCost + Entry->Cost; in getArithmeticReductionCost()5323 InstructionCost ArithmeticCost = 0; in getArithmeticReductionCost() local5329 ArithmeticCost = getArithmeticInstrCost(Opcode, SingleOpTy, CostKind); in getArithmeticReductionCost()5330 ArithmeticCost *= LT.first - 1; in getArithmeticReductionCost()5335 return ArithmeticCost + Entry->Cost; in getArithmeticReductionCost()[all …]