Home
last modified time | relevance | path

Searched refs:ImmCost (Results 1 – 1 of 1) sorted by relevance

/external/llvm/lib/Transforms/Scalar/
DLoopStrengthReduce.cpp864 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()
[all …]