Searched defs:ImmCost (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp865 unsigned ImmCost; member in class:__anon26299::Cost
871 : NumRegs(0), AddRecCost(0), NumIVMuls(0), NumBaseAdds(0), ImmCost(0),
882 | ImmCost | SetupCost | ScaleCost) != ~0u)
884 & ImmCost & SetupCost & ScaleCost) == ~0u);
1034 ImmCost += 64; // Handle symbolic values conservatively.
1037 ImmCost += APInt(64, Offset, true).getMinSignedBits();
1048 ImmCost = ~0u;
1056 ImmCost, SetupCost) <
1058 Other.NumBaseAdds, Other.ScaleCost, Other.ImmCost,
1073 if (ImmCost !
1074 OS << ", plus " << ImmCost << " imm cost"; local
[all...]

Completed in 68 milliseconds