| /NextBSD/sys/contrib/dev/acpica/components/utilities/ |
| HD | utcache.c | 71 UINT16 MaxDepth, in AcpiOsCreateCache() argument 98 Cache->MaxDepth = MaxDepth; in AcpiOsCreateCache() 227 if (Cache->CurrentDepth >= Cache->MaxDepth) in AcpiOsReleaseObject()
|
| /NextBSD/sys/contrib/dev/acpica/components/namespace/ |
| HD | nsdump.c | 676 UINT32 MaxDepth, in AcpiNsDumpObjects() argument 704 (void) AcpiNsWalkNamespace (Type, StartHandle, MaxDepth, in AcpiNsDumpObjects() 815 UINT32 MaxDepth, in AcpiNsDumpObjectPaths() argument 841 (void) AcpiNsWalkNamespace (Type, StartHandle, MaxDepth, in AcpiNsDumpObjectPaths() 847 (void) AcpiNsWalkNamespace (Type, StartHandle, MaxDepth, in AcpiNsDumpObjectPaths() 906 UINT32 MaxDepth) in AcpiNsDumpTables() argument 932 AcpiNsDumpObjects (ACPI_TYPE_ANY, ACPI_DISPLAY_OBJECTS, MaxDepth, in AcpiNsDumpTables()
|
| HD | nswalk.c | 193 UINT32 MaxDepth, in AcpiNsWalkNamespace() argument 332 (Level < MaxDepth) && in AcpiNsWalkNamespace()
|
| HD | nsxfeval.c | 612 UINT32 MaxDepth, in AcpiWalkNamespace() argument 627 (!MaxDepth) || in AcpiWalkNamespace() 670 Status = AcpiNsWalkNamespace (Type, StartObject, MaxDepth, in AcpiWalkNamespace()
|
| /NextBSD/contrib/llvm/tools/clang/lib/ASTMatchers/ |
| HD | ASTMatchFinder.cpp | 90 int MaxDepth, in MatchChildASTVisitor() argument 97 MaxDepth(MaxDepth), in MatchChildASTVisitor() 249 if (CurrentDepth == 0 || CurrentDepth > MaxDepth) { in match() 288 const int MaxDepth; member in clang::ast_matchers::internal::__anonee074a4e0111::MatchChildASTVisitor 381 BoundNodesTreeBuilder *Builder, int MaxDepth, in memoizedMatchesRecursively() argument 385 return matchesRecursively(Node, Matcher, Builder, MaxDepth, Traversal, in memoizedMatchesRecursively() 403 MaxDepth, Traversal, Bind); in memoizedMatchesRecursively() 415 BoundNodesTreeBuilder *Builder, int MaxDepth, in matchesRecursively() argument 418 &Matcher, this, Builder, MaxDepth, Traversal, Bind); in matchesRecursively()
|
| /NextBSD/sys/contrib/dev/acpica/components/debugger/ |
| HD | dbnames.c | 245 UINT32 MaxDepth = ACPI_UINT32_MAX; in AcpiDbDumpNamespace() local 262 MaxDepth = strtoul (DepthArg, NULL, 0); in AcpiDbDumpNamespace() 273 AcpiNsDumpObjects (ACPI_TYPE_ANY, ACPI_DISPLAY_SUMMARY, MaxDepth, in AcpiDbDumpNamespace() 329 UINT32 MaxDepth = ACPI_UINT32_MAX; in AcpiDbDumpNamespaceByOwner() local 339 MaxDepth = strtoul (DepthArg, NULL, 0); in AcpiDbDumpNamespaceByOwner() 348 AcpiNsDumpObjects (ACPI_TYPE_ANY, ACPI_DISPLAY_SUMMARY, MaxDepth, in AcpiDbDumpNamespaceByOwner()
|
| HD | dbstats.c | 127 if (List->MaxDepth > 0) in AcpiDbListInfo() 133 List->MaxDepth, in AcpiDbListInfo() 134 List->MaxDepth - List->CurrentDepth, in AcpiDbListInfo() 139 if (List->MaxDepth > 0) in AcpiDbListInfo()
|
| /NextBSD/sys/contrib/dev/acpica/include/ |
| HD | acnamesp.h | 119 UINT32 MaxDepth, 242 UINT32 MaxDepth); 272 UINT32 MaxDepth, 280 UINT32 MaxDepth,
|
| HD | acpiosxf.h | 279 UINT16 MaxDepth,
|
| HD | acpixf.h | 564 UINT32 MaxDepth,
|
| HD | actypes.h | 1332 UINT16 MaxDepth; member
|
| /NextBSD/contrib/llvm/lib/CodeGen/ |
| HD | EarlyIfConversion.cpp | 730 unsigned MaxDepth = Slack + TailTrace.getInstrCycles(PI.PHI).Depth; in shouldConvertIf() local 735 if (CondDepth > MaxDepth) { in shouldConvertIf() 736 unsigned Extra = CondDepth - MaxDepth; in shouldConvertIf() 746 if (TDepth > MaxDepth) { in shouldConvertIf() 747 unsigned Extra = TDepth - MaxDepth; in shouldConvertIf() 757 if (FDepth > MaxDepth) { in shouldConvertIf() 758 unsigned Extra = FDepth - MaxDepth; in shouldConvertIf()
|
| HD | ScheduleDAG.cpp | 303 unsigned MaxDepth = BestI->getSUnit()->getDepth(); in biasCriticalPath() local 306 if (I->getKind() == SDep::Data && I->getSUnit()->getDepth() > MaxDepth) in biasCriticalPath()
|
| /NextBSD/contrib/llvm/lib/Target/NVPTX/ |
| HD | NVPTXFavorNonGenericAddrSpaces.cpp | 227 const int MaxDepth = 20; in hoistAddrSpaceCastFrom() local 228 if (Depth >= MaxDepth) in hoistAddrSpaceCastFrom()
|
| /NextBSD/contrib/llvm/lib/Analysis/ |
| HD | ValueTracking.cpp | 42 const unsigned MaxDepth = 6; variable 732 if (Depth == MaxDepth) in computeKnownBitsFromAssume() 1309 if (Depth < MaxDepth - 1 && !KnownZero && !KnownOne) { in computeKnownBitsFromOperator() 1325 MaxDepth - 1, Q); in computeKnownBitsFromOperator() 1415 assert(Depth <= MaxDepth && "Limit Search Depth"); in computeKnownBits() 1515 if (Depth == MaxDepth) in computeKnownBits() 1586 if (Depth++ == MaxDepth) in isKnownToBeAPowerOfTwo() 1708 if (Depth++ >= MaxDepth) in isGEPKnownNonNull() 1766 if (Depth++ >= MaxDepth) in isKnownNonZero() 2134 const unsigned MaxDepth = 6; in ComputeMultiple() local [all …]
|
| /NextBSD/contrib/llvm/tools/clang/lib/Parse/ |
| HD | RAIIObjectsForParser.h | 380 enum { MaxDepth = 256 }; enumerator
|
| HD | Parser.cpp | 2010 if (getDepth() < MaxDepth) in expectAndConsume()
|
| /NextBSD/contrib/llvm/lib/Transforms/Vectorize/ |
| HD | BBVectorize.cpp | 1846 size_t MaxDepth = DAG.lookup(IJ); in findBestDAGFor() local 1850 MaxDepth << " and size " << DAG.size() << "\n"); in findBestDAGFor() 2163 MaxDepth << " and size " << PrunedDAG.size() << in findBestDAGFor() 2166 MaxDepth >= Config.ReqChainDepth) && in findBestDAGFor() 2168 BestMaxDepth = MaxDepth; in findBestDAGFor()
|
| /NextBSD/contrib/llvm/lib/Transforms/InstCombine/ |
| HD | InstCombineMulDivRem.cpp | 926 const unsigned MaxDepth = 6; variable 1022 if (Depth++ == MaxDepth) in visitUDivOperand()
|