HomeSort by: relevance | last modified time | path
    Searched defs:MaxDepth (Results 1 - 10 of 10) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/GlobalISel/
GISelKnownBits.h 34 unsigned MaxDepth;
46 GISelKnownBits(MachineFunction &MF, unsigned MaxDepth = 6);
102 unsigned getMaxDepth() const { return MaxDepth; }
  /src/sys/external/bsd/acpica/dist/debugger/
dbnames.c 246 UINT32 MaxDepth = ACPI_UINT32_MAX;
263 MaxDepth = strtoul (DepthArg, NULL, 0);
283 AcpiNsDumpObjects (ACPI_TYPE_ANY, ACPI_DISPLAY_SUMMARY, MaxDepth,
339 UINT32 MaxDepth = ACPI_UINT32_MAX;
349 MaxDepth = strtoul (DepthArg, NULL, 0);
358 AcpiNsDumpObjects (ACPI_TYPE_ANY, ACPI_DISPLAY_SUMMARY, MaxDepth,
  /src/external/apache2/llvm/dist/llvm/lib/Target/X86/
X86CmovConversion.cpp 426 DepthInfo &MaxDepth = LoopDepth[I];
467 MaxDepth.Depth = std::max(MaxDepth.Depth, MIDepth);
468 MaxDepth.OptDepth = std::max(MaxDepth.OptDepth, MIDepthOpt);
  /src/external/apache2/llvm/dist/clang/lib/ASTMatchers/
ASTMatchFinder.cpp 97 BoundNodesTreeBuilder *Builder, int MaxDepth,
101 MaxDepth(MaxDepth), IgnoreImplicitChildren(IgnoreImplicitChildren),
175 if (CurrentDepth == 0 || (CurrentDepth <= MaxDepth && MaxDepth < INT_MAX))
350 // 0 < CurrentDepth <= MaxDepth.
356 if (CurrentDepth == 0 || CurrentDepth > MaxDepth) {
395 const int MaxDepth;
580 BoundNodesTreeBuilder *Builder, int MaxDepth,
584 return matchesRecursively(Node, Matcher, Builder, MaxDepth, Bind)
    [all...]
  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
MachinePipeliner.h 316 unsigned MaxDepth = 0;
379 MaxDepth = std::max(MaxDepth, SSD->getDepth(SU));
385 unsigned getMaxDepth() { return MaxDepth; }
392 MaxDepth = 0;
408 return MaxDepth > RHS.MaxDepth;
416 MaxDepth == RHS.MaxDepth;
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
EarlyIfConversion.cpp 934 unsigned MaxDepth = Slack + TailTrace.getInstrCycles(*PI.PHI).Depth;
939 if (CondDepth > MaxDepth) {
940 unsigned Extra = CondDepth - MaxDepth;
952 if (TDepth > MaxDepth) {
953 unsigned Extra = TDepth - MaxDepth;
965 if (FDepth > MaxDepth) {
966 unsigned Extra = FDepth - MaxDepth;
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
InstCombineMulDivRem.cpp 853 static const unsigned MaxDepth = 6;
947 if (Depth++ == MaxDepth)
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
LoadStoreVectorizer.cpp 133 static const unsigned MaxDepth = 3;
536 if (Depth++ == MaxDepth)
  /src/external/apache2/llvm/dist/llvm/lib/Analysis/
ValueTracking.cpp 5009 const unsigned MaxDepth = 2;
5010 if (Depth >= MaxDepth)
5043 const unsigned MaxDepth = 2;
5044 if (Depth >= MaxDepth)
  /src/sys/external/bsd/acpica/dist/include/
actypes.h 1396 UINT16 MaxDepth;

Completed in 27 milliseconds