HomeSort by relevance Sort by last modified time
    Searched refs:ImmCost (Results 1 - 2 of 2) sorted by null

  /external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
LoopStrengthReduce.cpp 676 unsigned ImmCost;
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 < Other.ImmCost
    [all...]
  /external/llvm/lib/Transforms/Scalar/
LoopStrengthReduce.cpp 853 unsigned ImmCost;
859 : NumRegs(0), AddRecCost(0), NumIVMuls(0), NumBaseAdds(0), ImmCost(0),
870 | ImmCost | SetupCost | ScaleCost) != ~0u)
872 & ImmCost & SetupCost & ScaleCost) == ~0u);
    [all...]

Completed in 62 milliseconds