Home
last modified time | relevance | path

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

/NextBSD/sys/contrib/dev/acpica/components/utilities/
HDutcache.c71 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/
HDnsdump.c676 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()
HDnswalk.c193 UINT32 MaxDepth, in AcpiNsWalkNamespace() argument
332 (Level < MaxDepth) && in AcpiNsWalkNamespace()
HDnsxfeval.c612 UINT32 MaxDepth, in AcpiWalkNamespace() argument
627 (!MaxDepth) || in AcpiWalkNamespace()
670 Status = AcpiNsWalkNamespace (Type, StartObject, MaxDepth, in AcpiWalkNamespace()
/NextBSD/contrib/llvm/tools/clang/lib/ASTMatchers/
HDASTMatchFinder.cpp90 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/
HDdbnames.c245 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()
HDdbstats.c127 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/
HDacnamesp.h119 UINT32 MaxDepth,
242 UINT32 MaxDepth);
272 UINT32 MaxDepth,
280 UINT32 MaxDepth,
HDacpiosxf.h279 UINT16 MaxDepth,
HDacpixf.h564 UINT32 MaxDepth,
HDactypes.h1332 UINT16 MaxDepth; member
/NextBSD/contrib/llvm/lib/CodeGen/
HDEarlyIfConversion.cpp730 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()
HDScheduleDAG.cpp303 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/
HDNVPTXFavorNonGenericAddrSpaces.cpp227 const int MaxDepth = 20; in hoistAddrSpaceCastFrom() local
228 if (Depth >= MaxDepth) in hoistAddrSpaceCastFrom()
/NextBSD/contrib/llvm/lib/Analysis/
HDValueTracking.cpp42 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/
HDRAIIObjectsForParser.h380 enum { MaxDepth = 256 }; enumerator
HDParser.cpp2010 if (getDepth() < MaxDepth) in expectAndConsume()
/NextBSD/contrib/llvm/lib/Transforms/Vectorize/
HDBBVectorize.cpp1846 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/
HDInstCombineMulDivRem.cpp926 const unsigned MaxDepth = 6; variable
1022 if (Depth++ == MaxDepth) in visitUDivOperand()