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

1 2

  /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...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Analysis/
TargetTransformInfoImpl.h 236 C1.ScaleCost, C1.ImmCost, C1.SetupCost) <
238 C2.ScaleCost, C2.ImmCost, C2.SetupCost);
TargetTransformInfo.h 283 unsigned ImmCost;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Analysis/
TargetTransformInfoImpl.h 236 C1.ScaleCost, C1.ImmCost, C1.SetupCost) <
238 C2.ScaleCost, C2.ImmCost, C2.SetupCost);
TargetTransformInfo.h 283 unsigned ImmCost;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Analysis/
TargetTransformInfoImpl.h 243 C1.ScaleCost, C1.ImmCost, C1.SetupCost) <
245 C2.ScaleCost, C2.ImmCost, C2.SetupCost);
TargetTransformInfo.h 342 unsigned ImmCost;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Analysis/
TargetTransformInfoImpl.h 243 C1.ScaleCost, C1.ImmCost, C1.SetupCost) <
245 C2.ScaleCost, C2.ImmCost, C2.SetupCost);
TargetTransformInfo.h 342 unsigned ImmCost;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Analysis/
TargetTransformInfoImpl.h 243 C1.ScaleCost, C1.ImmCost, C1.SetupCost) <
245 C2.ScaleCost, C2.ImmCost, C2.SetupCost);
TargetTransformInfo.h 342 unsigned ImmCost;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Analysis/
TargetTransformInfoImpl.h 243 C1.ScaleCost, C1.ImmCost, C1.SetupCost) <
245 C2.ScaleCost, C2.ImmCost, C2.SetupCost);
TargetTransformInfo.h 342 unsigned ImmCost;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Analysis/
TargetTransformInfoImpl.h 236 C1.ScaleCost, C1.ImmCost, C1.SetupCost) <
238 C2.ScaleCost, C2.ImmCost, C2.SetupCost);
TargetTransformInfo.h 283 unsigned ImmCost;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Analysis/
TargetTransformInfoImpl.h 236 C1.ScaleCost, C1.ImmCost, C1.SetupCost) <
238 C2.ScaleCost, C2.ImmCost, C2.SetupCost);
TargetTransformInfo.h 283 unsigned ImmCost;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Analysis/
TargetTransformInfoImpl.h 243 C1.ScaleCost, C1.ImmCost, C1.SetupCost) <
245 C2.ScaleCost, C2.ImmCost, C2.SetupCost);
TargetTransformInfo.h 342 unsigned ImmCost;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Analysis/
TargetTransformInfoImpl.h 243 C1.ScaleCost, C1.ImmCost, C1.SetupCost) <
245 C2.ScaleCost, C2.ImmCost, C2.SetupCost);
TargetTransformInfo.h 342 unsigned ImmCost;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Analysis/
TargetTransformInfoImpl.h 243 C1.ScaleCost, C1.ImmCost, C1.SetupCost) <
245 C2.ScaleCost, C2.ImmCost, C2.SetupCost);
TargetTransformInfo.h 342 unsigned ImmCost;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Analysis/
TargetTransformInfoImpl.h 243 C1.ScaleCost, C1.ImmCost, C1.SetupCost) <
245 C2.ScaleCost, C2.ImmCost, C2.SetupCost);
  /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 1056 milliseconds

1 2