Searched refs:MaxDepth (Results 1 - 22 of 22) sorted by relevance

/freebsd-11-stable/sys/contrib/dev/acpica/components/utilities/
H A Dutcache.c166 * MaxDepth - Maximum depth of the cache (in objects)
179 UINT16 MaxDepth,
206 Cache->MaxDepth = MaxDepth;
335 if (Cache->CurrentDepth >= Cache->MaxDepth)
176 AcpiOsCreateCache( char *CacheName, UINT16 ObjectSize, UINT16 MaxDepth, ACPI_MEMORY_LIST **ReturnCache) argument
/freebsd-11-stable/sys/contrib/dev/acpica/components/namespace/
H A Dnswalk.c270 * MaxDepth - Depth to which search is to reach
301 UINT32 MaxDepth,
440 (Level < MaxDepth) &&
298 AcpiNsWalkNamespace( ACPI_OBJECT_TYPE Type, ACPI_HANDLE StartNode, UINT32 MaxDepth, UINT32 Flags, ACPI_WALK_CALLBACK DescendingCallback, ACPI_WALK_CALLBACK AscendingCallback, void *Context, void **ReturnValue) argument
H A Dnsdump.c777 * MaxDepth - Maximum depth of dump. Use ACPI_UINT32_MAX
794 UINT32 MaxDepth,
822 (void) AcpiNsWalkNamespace (Type, StartHandle, MaxDepth,
916 * MaxDepth - Maximum depth of dump. Use ACPI_UINT32_MAX
933 UINT32 MaxDepth,
959 (void) AcpiNsWalkNamespace (Type, StartHandle, MaxDepth,
965 (void) AcpiNsWalkNamespace (Type, StartHandle, MaxDepth,
1012 * MaxDepth - Maximum depth of dump. Use INT_MAX
1024 UINT32 MaxDepth)
1051 AcpiNsDumpObjects (ACPI_TYPE_ANY, ACPI_DISPLAY_OBJECTS, MaxDepth,
791 AcpiNsDumpObjects( ACPI_OBJECT_TYPE Type, UINT8 DisplayType, UINT32 MaxDepth, ACPI_OWNER_ID OwnerId, ACPI_HANDLE StartHandle) argument
930 AcpiNsDumpObjectPaths( ACPI_OBJECT_TYPE Type, UINT8 DisplayType, UINT32 MaxDepth, ACPI_OWNER_ID OwnerId, ACPI_HANDLE StartHandle) argument
1022 AcpiNsDumpTables( ACPI_HANDLE SearchBase, UINT32 MaxDepth) argument
[all...]
H A Dnsxfeval.c720 * MaxDepth - Depth to which search is to reach
751 UINT32 MaxDepth,
766 (!MaxDepth) ||
809 Status = AcpiNsWalkNamespace (Type, StartObject, MaxDepth,
748 AcpiWalkNamespace( ACPI_OBJECT_TYPE Type, ACPI_HANDLE StartObject, UINT32 MaxDepth, ACPI_WALK_CALLBACK DescendingCallback, ACPI_WALK_CALLBACK AscendingCallback, void *Context, void **ReturnValue) argument
/freebsd-11-stable/sys/contrib/dev/acpica/include/
H A Dacnamesp.h228 UINT32 MaxDepth,
364 UINT32 MaxDepth);
394 UINT32 MaxDepth,
402 UINT32 MaxDepth,
H A Dacpiosxf.h388 UINT16 MaxDepth,
H A Dactypes.h1455 UINT16 MaxDepth; member in struct:acpi_memory_list
H A Dacpixf.h734 UINT32 MaxDepth,
/freebsd-11-stable/sys/contrib/dev/acpica/components/debugger/
H A Ddbstats.c233 /* MaxDepth > 0 indicates a cache object */
235 if (List->MaxDepth > 0)
241 List->MaxDepth,
242 List->MaxDepth - List->CurrentDepth,
247 if (List->MaxDepth > 0)
H A Ddbnames.c353 UINT32 MaxDepth = ACPI_UINT32_MAX; local
370 MaxDepth = strtoul (DepthArg, NULL, 0);
381 AcpiNsDumpObjects (ACPI_TYPE_ANY, ACPI_DISPLAY_SUMMARY, MaxDepth,
437 UINT32 MaxDepth = ACPI_UINT32_MAX; local
447 MaxDepth = strtoul (DepthArg, NULL, 0);
456 AcpiNsDumpObjects (ACPI_TYPE_ANY, ACPI_DISPLAY_SUMMARY, MaxDepth,
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachinePipeliner.h322 unsigned MaxDepth = 0; member in class:llvm::NodeSet
373 MaxDepth = std::max(MaxDepth, SSD->getDepth(SU));
379 unsigned getMaxDepth() { return MaxDepth; }
386 MaxDepth = 0;
402 return MaxDepth > RHS.MaxDepth;
410 MaxDepth == RHS.MaxDepth;
/freebsd-11-stable/contrib/llvm-project/clang/lib/ASTMatchers/
H A DASTMatchFinder.cpp89 BoundNodesTreeBuilder *Builder, int MaxDepth,
93 MaxDepth(MaxDepth), Traversal(Traversal), Bind(Bind), Matches(false) {}
162 if (CurrentDepth == 0 || (CurrentDepth <= MaxDepth && MaxDepth < INT_MAX))
300 // 0 < CurrentDepth <= MaxDepth.
306 if (CurrentDepth == 0 || CurrentDepth > MaxDepth) {
345 const int MaxDepth; member in class:clang::ast_matchers::internal::__anon287::MatchChildASTVisitor
446 BoundNodesTreeBuilder *Builder, int MaxDepth,
451 return matchesRecursively(Node, Matcher, Builder, MaxDepth, Traversa
88 MatchChildASTVisitor(const DynTypedMatcher *Matcher, ASTMatchFinder *Finder, BoundNodesTreeBuilder *Builder, int MaxDepth, ast_type_traits::TraversalKind Traversal, ASTMatchFinder::BindKind Bind) argument
443 memoizedMatchesRecursively(const ast_type_traits::DynTypedNode &Node, ASTContext &Ctx, const DynTypedMatcher &Matcher, BoundNodesTreeBuilder *Builder, int MaxDepth, ast_type_traits::TraversalKind Traversal, BindKind Bind) argument
480 matchesRecursively(const ast_type_traits::DynTypedNode &Node, const DynTypedMatcher &Matcher, BoundNodesTreeBuilder *Builder, int MaxDepth, ast_type_traits::TraversalKind Traversal, BindKind Bind) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86CmovConversion.cpp426 DepthInfo &MaxDepth = LoopDepth[I]; local
467 MaxDepth.Depth = std::max(MaxDepth.Depth, MIDepth);
468 MaxDepth.OptDepth = std::max(MaxDepth.OptDepth, MIDepthOpt);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DEarlyIfConversion.cpp844 unsigned MaxDepth = Slack + TailTrace.getInstrCycles(*PI.PHI).Depth; local
849 if (CondDepth > MaxDepth) {
850 unsigned Extra = CondDepth - MaxDepth;
860 if (TDepth > MaxDepth) {
861 unsigned Extra = TDepth - MaxDepth;
871 if (FDepth > MaxDepth) {
872 unsigned Extra = FDepth - MaxDepth;
H A DScheduleDAG.cpp330 unsigned MaxDepth = BestI->getSUnit()->getDepth();
333 if (I->getKind() == SDep::Data && I->getSUnit()->getDepth() > MaxDepth)
H A DMachinePipeliner.cpp2863 << " depth " << MaxDepth << " col " << Colocate << "\n";
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DValueTracking.cpp80 const unsigned MaxDepth = 6; variable
120 std::array<const Value *, MaxDepth> Excluded;
689 if (Depth == MaxDepth)
1511 if (Depth < MaxDepth - 1 && !Known.Zero && !Known.One) {
1533 computeKnownBits(IncValue, Known2, MaxDepth - 1, RecQ);
1724 assert(Depth <= MaxDepth && "Limit Search Depth");
1795 if (Depth == MaxDepth)
1831 assert(Depth <= MaxDepth && "Limit Search Depth");
1850 if (Depth++ == MaxDepth)
1979 if (Depth++ >= MaxDepth)
[all...]
H A DVectorUtils.cpp331 const unsigned MaxDepth = 6; variable
334 assert(Depth <= MaxDepth && "Limit Search Depth");
350 if (Depth++ == MaxDepth)
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.h395 unsigned MaxDepth = 5) const;
H A DSIISelLowering.cpp8742 unsigned MaxDepth) const {
8756 if (MaxDepth == 0)
8799 return isCanonicalized(DAG, Op.getOperand(0), MaxDepth - 1);
8829 if (!isCanonicalized(DAG, Op.getOperand(I), MaxDepth - 1))
8836 return isCanonicalized(DAG, Op.getOperand(1), MaxDepth - 1) &&
8837 isCanonicalized(DAG, Op.getOperand(2), MaxDepth - 1);
8842 if (!isCanonicalized(DAG, SrcOp, MaxDepth - 1))
8850 return isCanonicalized(DAG, Op.getOperand(0), MaxDepth - 1);
8853 return isCanonicalized(DAG, Op.getOperand(0), MaxDepth - 1) &&
8854 isCanonicalized(DAG, Op.getOperand(1), MaxDepth
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoadStoreVectorizer.cpp148 static const unsigned MaxDepth = 3; member in class:__anon2810::Vectorizer
490 if (Depth++ == MaxDepth)
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineMulDivRem.cpp812 static const unsigned MaxDepth = 6; variable
903 if (Depth++ == MaxDepth)

Completed in 440 milliseconds