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

/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp676 unsigned ImmCost; member in class:__anon20232::Cost
681 : NumRegs(0), AddRecCost(0), NumIVMuls(0), NumBaseAdds(0), ImmCost(0),
692 | ImmCost | SetupCost) != ~0u)
694 & ImmCost & SetupCost) == ~0u);
841 ImmCost += 64; // Handle symbolic values conservatively.
844 ImmCost += APInt(64, Offset, true).getMinSignedBits();
855 ImmCost = ~0u;
869 if (ImmCost != Other.ImmCost)
870 return ImmCost < Othe
886 OS << ", plus " << ImmCost << " imm cost"; local
[all...]
/external/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp853 unsigned ImmCost; member in class:__anon13501::Cost
859 : NumRegs(0), AddRecCost(0), NumIVMuls(0), NumBaseAdds(0), ImmCost(0),
870 | ImmCost | SetupCost | ScaleCost) != ~0u)
872 & ImmCost & SetupCost & ScaleCost) == ~0u);
1019 ImmCost += 64; // Handle symbolic values conservatively.
1022 ImmCost += APInt(64, Offset, true).getMinSignedBits();
1033 ImmCost = ~0u;
1041 ImmCost, SetupCost) <
1043 Other.NumBaseAdds, Other.ScaleCost, Other.ImmCost,
1058 if (ImmCost !
1059 OS << ", plus " << ImmCost << " imm cost"; local
[all...]

Completed in 114 milliseconds