Lines Matching refs:ImmCost
869 unsigned ImmCost; member in __anonb19727160511::Cost
875 : NumRegs(0), AddRecCost(0), NumIVMuls(0), NumBaseAdds(0), ImmCost(0), in Cost()
886 | ImmCost | SetupCost | ScaleCost) != ~0u) in isValid()
888 & ImmCost & SetupCost & ScaleCost) == ~0u); in isValid()
1035 ImmCost += 64; // Handle symbolic values conservatively. in RateFormula()
1038 ImmCost += APInt(64, Offset, true).getMinSignedBits(); in RateFormula()
1049 ImmCost = ~0u; in Lose()
1057 ImmCost, SetupCost) < in operator <()
1059 Other.NumBaseAdds, Other.ScaleCost, Other.ImmCost, in operator <()
1074 if (ImmCost != 0) in print()
1075 OS << ", plus " << ImmCost << " imm cost"; in print()