HomeSort by: relevance | last modified time | path
    Searched refs:MaxDepth (Results 1 - 25 of 28) sorted by relevancy

1 2

  /src/sys/external/bsd/acpica/dist/utilities/
utcache.c 58 * MaxDepth - Maximum depth of the cache (in objects)
71 UINT16 MaxDepth,
98 Cache->MaxDepth = MaxDepth;
227 if (Cache->CurrentDepth >= Cache->MaxDepth)
  /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/namespace/
nswalk.c 162 * MaxDepth - Depth to which search is to reach
193 UINT32 MaxDepth,
339 (Level < MaxDepth) &&
nsdump.c 668 * MaxDepth - Maximum depth of dump. Use ACPI_UINT32_MAX
685 UINT32 MaxDepth,
714 (void) AcpiNsWalkNamespace (Type, StartHandle, MaxDepth,
809 * MaxDepth - Maximum depth of dump. Use ACPI_UINT32_MAX
826 UINT32 MaxDepth,
852 (void) AcpiNsWalkNamespace (Type, StartHandle, MaxDepth,
858 (void) AcpiNsWalkNamespace (Type, StartHandle, MaxDepth,
905 * MaxDepth - Maximum depth of dump. Use INT_MAX
917 UINT32 MaxDepth)
944 AcpiNsDumpObjects (ACPI_TYPE_ANY, ACPI_DISPLAY_OBJECTS, MaxDepth,
    [all...]
nsxfeval.c 612 * MaxDepth - Depth to which search is to reach
643 UINT32 MaxDepth,
658 (!MaxDepth) ||
701 Status = AcpiNsWalkNamespace (Type, StartObject, MaxDepth,
  /src/sys/external/bsd/acpica/dist/debugger/
dbstats.c 125 /* MaxDepth > 0 indicates a cache object */
127 if (List->MaxDepth > 0)
133 List->MaxDepth,
134 List->MaxDepth - List->CurrentDepth,
139 if (List->MaxDepth > 0)
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/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;
MachineInstr.h 277 dumprImpl(const MachineRegisterInfo &MRI, unsigned Depth, unsigned MaxDepth,
1702 /// operands and so on until we reach \p MaxDepth.
1704 unsigned MaxDepth = UINT_MAX) const;
  /src/external/apache2/llvm/dist/llvm/lib/Analysis/
Loads.cpp 48 unsigned MaxDepth) {
52 if (MaxDepth-- == 0)
66 MaxDepth) &&
69 MaxDepth);
77 Visited, MaxDepth);
141 CtxI, DT, TLI, Visited, MaxDepth);
148 TLI, Visited, MaxDepth);
153 Visited, MaxDepth);
158 DT, TLI, Visited, MaxDepth);
  /src/sys/external/bsd/acpica/dist/include/
acnamesp.h 128 UINT32 MaxDepth,
264 UINT32 MaxDepth);
294 UINT32 MaxDepth,
302 UINT32 MaxDepth,
acpiosxf.h 280 UINT16 MaxDepth,
acpixf.h 646 UINT32 MaxDepth,
actypes.h 1396 UINT16 MaxDepth;
  /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/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/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;
ScheduleDAG.cpp 330 unsigned MaxDepth = BestI->getSUnit()->getDepth();
333 if (I->getKind() == SDep::Data && I->getSUnit()->getDepth() > MaxDepth)
MachineInstr.cpp 1546 const MachineRegisterInfo &MRI, unsigned Depth, unsigned MaxDepth,
1548 if (Depth >= MaxDepth)
1566 NewMI->dumprImpl(MRI, Depth + 1, MaxDepth, AlreadySeenInstrs);
1571 unsigned MaxDepth) const {
1573 dumprImpl(MRI, 0, MaxDepth, AlreadySeenInstrs);
  /src/sys/external/bsd/acpica/dist/os_specific/service_layers/
oswinxf.c 1438 UINT16 MaxDepth,
1453 NewCache->MaxDepth = MaxDepth;
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/
GISelKnownBits.cpp 30 GISelKnownBits::GISelKnownBits(MachineFunction &MF, unsigned MaxDepth)
32 DL(MF.getFunction().getParent()->getDataLayout()), MaxDepth(MaxDepth) {}
  /src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
SIISelLowering.h 446 unsigned MaxDepth = 5) const;
448 unsigned MaxDepth = 5) const;
SIISelLowering.cpp 9505 unsigned MaxDepth) const {
9519 if (MaxDepth == 0)
9560 return isCanonicalized(DAG, Op.getOperand(0), MaxDepth - 1);
9590 if (!isCanonicalized(DAG, Op.getOperand(I), MaxDepth - 1))
9597 return isCanonicalized(DAG, Op.getOperand(1), MaxDepth - 1) &&
9598 isCanonicalized(DAG, Op.getOperand(2), MaxDepth - 1);
9603 if (!isCanonicalized(DAG, SrcOp, MaxDepth - 1))
9611 return isCanonicalized(DAG, Op.getOperand(0), MaxDepth - 1);
9614 return isCanonicalized(DAG, Op.getOperand(0), MaxDepth - 1) &&
9615 isCanonicalized(DAG, Op.getOperand(1), MaxDepth - 1)
    [all...]
  /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/Transforms/InstCombine/
InstCombineMulDivRem.cpp 853 static const unsigned MaxDepth = 6;
947 if (Depth++ == MaxDepth)

Completed in 103 milliseconds

1 2