Searched refs:MulCost (Results 1 – 4 of 4) sorted by relevance
945 InstructionCost MulCost = variable949 return DivCost + MulCost + SubCost;2643 InstructionCost MulCost = in getMulAccReductionCost() local2646 return RedCost + MulCost + 2 * ExtCost; in getMulAccReductionCost()
1936 InstructionCost MulCost = in costAndCollectOperands() local1938 Cost = AddCost + MulCost; in costAndCollectOperands()1950 Cost += MulCost * (PolyDegree - 1); in costAndCollectOperands()
5832 InstructionCost MulCost = in getReductionPatternCost() local5842 RedCost < ExtCost * 2 + MulCost + Ext2Cost + BaseCost) in getReductionPatternCost()5880 InstructionCost MulCost = in getReductionPatternCost() local5895 (RedCost + ExtraExtCost) < (ExtCost0 + ExtCost1 + MulCost + BaseCost)) in getReductionPatternCost()5899 InstructionCost MulCost = in getReductionPatternCost() local5905 if (RedCost.isValid() && RedCost < MulCost + BaseCost) in getReductionPatternCost()
3082 InstructionCost MulCost = getArithmeticInstrCost( in getArithmeticInstrCost() local3088 return MulCost * 2 + AddCost * 2 + ShrCost * 2 + 1; in getArithmeticInstrCost()