Home
last modified time | relevance | path

Searched refs:MaxDepth (Results 1 – 21 of 21) sorted by relevance

/freebsd-12.1/sys/contrib/dev/acpica/components/utilities/
H A Dutcache.c179 UINT16 MaxDepth, in AcpiOsCreateCache() argument
206 Cache->MaxDepth = MaxDepth; in AcpiOsCreateCache()
335 if (Cache->CurrentDepth >= Cache->MaxDepth) in AcpiOsReleaseObject()
/freebsd-12.1/sys/contrib/dev/acpica/components/namespace/
H A Dnsdump.c796 UINT32 MaxDepth, in AcpiNsDumpObjects() argument
825 (void) AcpiNsWalkNamespace (Type, StartHandle, MaxDepth, in AcpiNsDumpObjects()
937 UINT32 MaxDepth, in AcpiNsDumpObjectPaths() argument
963 (void) AcpiNsWalkNamespace (Type, StartHandle, MaxDepth, in AcpiNsDumpObjectPaths()
969 (void) AcpiNsWalkNamespace (Type, StartHandle, MaxDepth, in AcpiNsDumpObjectPaths()
1028 UINT32 MaxDepth) in AcpiNsDumpTables() argument
1055 AcpiNsDumpObjects (ACPI_TYPE_ANY, ACPI_DISPLAY_OBJECTS, MaxDepth, in AcpiNsDumpTables()
H A Dnswalk.c301 UINT32 MaxDepth, in AcpiNsWalkNamespace() argument
440 (Level < MaxDepth) && in AcpiNsWalkNamespace()
H A Dnsxfeval.c751 UINT32 MaxDepth, in AcpiWalkNamespace() argument
766 (!MaxDepth) || in AcpiWalkNamespace()
809 Status = AcpiNsWalkNamespace (Type, StartObject, MaxDepth, in AcpiWalkNamespace()
/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DMachinePipeliner.h358 unsigned MaxDepth = 0; variable
409 MaxDepth = std::max(MaxDepth, SSD->getDepth(SU)); in computeNodeSetInfo()
415 unsigned getMaxDepth() { return MaxDepth; } in getMaxDepth()
422 MaxDepth = 0; in clear()
438 return MaxDepth > RHS.MaxDepth;
446 MaxDepth == RHS.MaxDepth;
/freebsd-12.1/contrib/llvm/tools/clang/lib/ASTMatchers/
H A DASTMatchFinder.cpp90 int MaxDepth, in MatchChildASTVisitor() argument
97 MaxDepth(MaxDepth), in MatchChildASTVisitor()
150 if (CurrentDepth == 0 || (CurrentDepth <= MaxDepth && MaxDepth < INT_MAX)) in TraverseStmt()
263 if (CurrentDepth == 0 || CurrentDepth > MaxDepth) { in match()
302 const int MaxDepth; member in clang::ast_matchers::internal::__anon99630ca40111::MatchChildASTVisitor
396 BoundNodesTreeBuilder *Builder, int MaxDepth, in memoizedMatchesRecursively() argument
400 return matchesRecursively(Node, Matcher, Builder, MaxDepth, Traversal, in memoizedMatchesRecursively()
418 MaxDepth, Traversal, Bind); in memoizedMatchesRecursively()
430 BoundNodesTreeBuilder *Builder, int MaxDepth, in matchesRecursively() argument
433 &Matcher, this, Builder, MaxDepth, Traversal, Bind); in matchesRecursively()
/freebsd-12.1/sys/contrib/dev/acpica/components/debugger/
H A Ddbnames.c353 UINT32 MaxDepth = ACPI_UINT32_MAX; in AcpiDbDumpNamespace() local
370 MaxDepth = strtoul (DepthArg, NULL, 0); in AcpiDbDumpNamespace()
390 AcpiNsDumpObjects (ACPI_TYPE_ANY, ACPI_DISPLAY_SUMMARY, MaxDepth, in AcpiDbDumpNamespace()
446 UINT32 MaxDepth = ACPI_UINT32_MAX; in AcpiDbDumpNamespaceByOwner() local
456 MaxDepth = strtoul (DepthArg, NULL, 0); in AcpiDbDumpNamespaceByOwner()
465 AcpiNsDumpObjects (ACPI_TYPE_ANY, ACPI_DISPLAY_SUMMARY, MaxDepth, in AcpiDbDumpNamespaceByOwner()
H A Ddbstats.c235 if (List->MaxDepth > 0) in AcpiDbListInfo()
241 List->MaxDepth, in AcpiDbListInfo()
242 List->MaxDepth - List->CurrentDepth, in AcpiDbListInfo()
247 if (List->MaxDepth > 0) in AcpiDbListInfo()
/freebsd-12.1/sys/contrib/dev/acpica/include/
H A Dacnamesp.h236 UINT32 MaxDepth,
372 UINT32 MaxDepth);
402 UINT32 MaxDepth,
410 UINT32 MaxDepth,
H A Dacpiosxf.h388 UINT16 MaxDepth,
H A Dacpixf.h740 UINT32 MaxDepth,
H A Dactypes.h1459 UINT16 MaxDepth; member
/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DEarlyIfConversion.cpp738 unsigned MaxDepth = Slack + TailTrace.getInstrCycles(*PI.PHI).Depth; in shouldConvertIf() local
743 if (CondDepth > MaxDepth) { in shouldConvertIf()
744 unsigned Extra = CondDepth - MaxDepth; in shouldConvertIf()
754 if (TDepth > MaxDepth) { in shouldConvertIf()
755 unsigned Extra = TDepth - MaxDepth; in shouldConvertIf()
765 if (FDepth > MaxDepth) { in shouldConvertIf()
766 unsigned Extra = FDepth - MaxDepth; in shouldConvertIf()
H A DScheduleDAG.cpp326 unsigned MaxDepth = BestI->getSUnit()->getDepth(); in biasCriticalPath() local
329 if (I->getKind() == SDep::Data && I->getSUnit()->getDepth() > MaxDepth) in biasCriticalPath()
H A DMachinePipeliner.cpp3715 << " depth " << MaxDepth << " col " << Colocate << "\n"; in print()
/freebsd-12.1/contrib/llvm/lib/Target/X86/
H A DX86CmovConversion.cpp426 DepthInfo &MaxDepth = LoopDepth[I]; in checkForProfitableCmovCandidates() local
467 MaxDepth.Depth = std::max(MaxDepth.Depth, MIDepth); in checkForProfitableCmovCandidates()
468 MaxDepth.OptDepth = std::max(MaxDepth.OptDepth, MIDepthOpt); in checkForProfitableCmovCandidates()
/freebsd-12.1/contrib/llvm/lib/Analysis/
H A DValueTracking.cpp80 const unsigned MaxDepth = 6; variable
617 if (Depth == MaxDepth) in computeKnownBitsFromAssume()
1670 if (Depth == MaxDepth) in computeKnownBits()
1725 if (Depth++ == MaxDepth) in isKnownToBeAPowerOfTwo()
2007 if (Depth++ >= MaxDepth) in isKnownNonZero()
2322 if (Depth == MaxDepth) in ComputeNumSignBitsImpl()
2830 if (Depth == MaxDepth) in CannotBeNegativeZero()
2903 if (Depth == MaxDepth) in cannotBeOrderedLessThanZeroImpl()
3040 if (Depth == MaxDepth) in isKnownNeverNaN()
5084 if (Depth >= MaxDepth) in matchSelectPattern()
[all …]
/freebsd-12.1/contrib/llvm/lib/Transforms/Vectorize/
H A DLoadStoreVectorizer.cpp148 static const unsigned MaxDepth = 3; member in __anon3a357e170111::Vectorizer
475 if (Depth++ == MaxDepth) in lookThroughSelects()
/freebsd-12.1/contrib/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.h348 unsigned MaxDepth = 5) const;
H A DSIISelLowering.cpp7713 unsigned MaxDepth) const { in isCanonicalized()
7727 if (MaxDepth == 0) in isCanonicalized()
7770 return isCanonicalized(DAG, Op.getOperand(0), MaxDepth - 1); in isCanonicalized()
7800 if (!isCanonicalized(DAG, Op.getOperand(I), MaxDepth - 1)) in isCanonicalized()
7807 return isCanonicalized(DAG, Op.getOperand(1), MaxDepth - 1) && in isCanonicalized()
7808 isCanonicalized(DAG, Op.getOperand(2), MaxDepth - 1); in isCanonicalized()
7813 if (!isCanonicalized(DAG, SrcOp, MaxDepth - 1)) in isCanonicalized()
7821 return isCanonicalized(DAG, Op.getOperand(0), MaxDepth - 1); in isCanonicalized()
7824 return isCanonicalized(DAG, Op.getOperand(0), MaxDepth - 1) && in isCanonicalized()
7825 isCanonicalized(DAG, Op.getOperand(1), MaxDepth - 1); in isCanonicalized()
[all …]
/freebsd-12.1/contrib/llvm/lib/Transforms/InstCombine/
H A DInstCombineMulDivRem.cpp724 static const unsigned MaxDepth = 6; variable
815 if (Depth++ == MaxDepth) in visitUDivOperand()