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

1 2

  /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 284 unsigned SetupCost;
    [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 284 unsigned SetupCost;
    [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 343 unsigned SetupCost;
    [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 343 unsigned SetupCost;
    [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 343 unsigned SetupCost;
    [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 343 unsigned SetupCost;
    [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 284 unsigned SetupCost;
    [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 284 unsigned SetupCost;
    [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 343 unsigned SetupCost;
    [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 343 unsigned SetupCost;
    [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 343 unsigned SetupCost;
    [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/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
LoopStrengthReduce.cpp 677 unsigned SetupCost;
682 SetupCost(0) {}
692 | ImmCost | SetupCost) != ~0u)
694 & ImmCost & SetupCost) == ~0u);
787 ++SetupCost;
856 SetupCost = ~0u;
871 if (SetupCost != Other.SetupCost)
872 return SetupCost < Other.SetupCost;
    [all...]
  /external/llvm/lib/Transforms/Scalar/
LoopStrengthReduce.cpp 854 unsigned SetupCost;
860 SetupCost(0), ScaleCost(0) {}
870 | ImmCost | SetupCost | ScaleCost) != ~0u)
872 & ImmCost & SetupCost & ScaleCost) == ~0u);
    [all...]

Completed in 1634 milliseconds

1 2