Lines Matching refs:ImmCost
864 unsigned ImmCost; member in __anonb19727160511::Cost
870 : NumRegs(0), AddRecCost(0), NumIVMuls(0), NumBaseAdds(0), ImmCost(0), in Cost()
881 | ImmCost | SetupCost | ScaleCost) != ~0u) in isValid()
883 & ImmCost & SetupCost & ScaleCost) == ~0u); in isValid()
1033 ImmCost += 64; // Handle symbolic values conservatively. in RateFormula()
1036 ImmCost += APInt(64, Offset, true).getMinSignedBits(); in RateFormula()
1047 ImmCost = ~0u; in Lose()
1055 ImmCost, SetupCost) < in operator <()
1057 Other.NumBaseAdds, Other.ScaleCost, Other.ImmCost, in operator <()
1072 if (ImmCost != 0) in print()
1073 OS << ", plus " << ImmCost << " imm cost"; in print()