| /freebsd-12.1/sys/contrib/dev/acpica/components/utilities/ |
| H A D | utcache.c | 179 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 D | nsdump.c | 796 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 D | nswalk.c | 301 UINT32 MaxDepth, in AcpiNsWalkNamespace() argument 440 (Level < MaxDepth) && in AcpiNsWalkNamespace()
|
| H A D | nsxfeval.c | 751 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 D | MachinePipeliner.h | 358 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 D | ASTMatchFinder.cpp | 90 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 D | dbnames.c | 353 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 D | dbstats.c | 235 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 D | acnamesp.h | 236 UINT32 MaxDepth, 372 UINT32 MaxDepth); 402 UINT32 MaxDepth, 410 UINT32 MaxDepth,
|
| H A D | acpiosxf.h | 388 UINT16 MaxDepth,
|
| H A D | acpixf.h | 740 UINT32 MaxDepth,
|
| H A D | actypes.h | 1459 UINT16 MaxDepth; member
|
| /freebsd-12.1/contrib/llvm/lib/CodeGen/ |
| H A D | EarlyIfConversion.cpp | 738 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 D | ScheduleDAG.cpp | 326 unsigned MaxDepth = BestI->getSUnit()->getDepth(); in biasCriticalPath() local 329 if (I->getKind() == SDep::Data && I->getSUnit()->getDepth() > MaxDepth) in biasCriticalPath()
|
| H A D | MachinePipeliner.cpp | 3715 << " depth " << MaxDepth << " col " << Colocate << "\n"; in print()
|
| /freebsd-12.1/contrib/llvm/lib/Target/X86/ |
| H A D | X86CmovConversion.cpp | 426 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 D | ValueTracking.cpp | 80 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 D | LoadStoreVectorizer.cpp | 148 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 D | SIISelLowering.h | 348 unsigned MaxDepth = 5) const;
|
| H A D | SIISelLowering.cpp | 7713 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 D | InstCombineMulDivRem.cpp | 724 static const unsigned MaxDepth = 6; variable 815 if (Depth++ == MaxDepth) in visitUDivOperand()
|