Home
last modified time | relevance | path

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

12

/freebsd-14.2/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-14.2/sys/contrib/dev/acpica/components/namespace/
H A Dnsdump.c794 UINT32 MaxDepth, in AcpiNsDumpObjects() argument
823 (void) AcpiNsWalkNamespace (Type, StartHandle, MaxDepth, in AcpiNsDumpObjects()
935 UINT32 MaxDepth, in AcpiNsDumpObjectPaths() argument
961 (void) AcpiNsWalkNamespace (Type, StartHandle, MaxDepth, in AcpiNsDumpObjectPaths()
967 (void) AcpiNsWalkNamespace (Type, StartHandle, MaxDepth, in AcpiNsDumpObjectPaths()
1026 UINT32 MaxDepth) in AcpiNsDumpTables() argument
1053 AcpiNsDumpObjects (ACPI_TYPE_ANY, ACPI_DISPLAY_OBJECTS, MaxDepth, in AcpiNsDumpTables()
H A Dnswalk.c301 UINT32 MaxDepth, in AcpiNsWalkNamespace() argument
444 (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-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DGISelKnownBits.h34 unsigned MaxDepth; variable
46 GISelKnownBits(MachineFunction &MF, unsigned MaxDepth = 6);
102 unsigned getMaxDepth() const { return MaxDepth; } in getMaxDepth()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachinePipeliner.h328 unsigned MaxDepth = 0; variable
391 MaxDepth = std::max(MaxDepth, SSD->getDepth(SU)); in computeNodeSetInfo()
397 unsigned getMaxDepth() { return MaxDepth; } in getMaxDepth()
404 MaxDepth = 0; in clear()
420 return MaxDepth > RHS.MaxDepth;
428 MaxDepth == RHS.MaxDepth;
H A DMachineInstr.h309 dumprImpl(const MachineRegisterInfo &MRI, unsigned Depth, unsigned MaxDepth,
1794 unsigned MaxDepth = UINT_MAX) const;
/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DLoads.cpp41 unsigned MaxDepth) { in isDereferenceableAndAlignedPointer() argument
45 if (MaxDepth-- == 0) in isDereferenceableAndAlignedPointer()
75 CtxI, AC, DT, TLI, Visited, MaxDepth); in isDereferenceableAndAlignedPointer()
83 Visited, MaxDepth); in isDereferenceableAndAlignedPointer()
90 Visited, MaxDepth) && in isDereferenceableAndAlignedPointer()
93 Visited, MaxDepth); in isDereferenceableAndAlignedPointer()
117 AC, DT, TLI, Visited, MaxDepth); in isDereferenceableAndAlignedPointer()
151 TLI, Visited, MaxDepth); in isDereferenceableAndAlignedPointer()
156 Visited, MaxDepth); in isDereferenceableAndAlignedPointer()
/freebsd-14.2/sys/contrib/dev/acpica/components/debugger/
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()
H A Ddbnames.c354 UINT32 MaxDepth = ACPI_UINT32_MAX; in AcpiDbDumpNamespace() local
371 MaxDepth = strtoul (DepthArg, NULL, 0); in AcpiDbDumpNamespace()
391 AcpiNsDumpObjects (ACPI_TYPE_ANY, ACPI_DISPLAY_SUMMARY, MaxDepth, in AcpiDbDumpNamespace()
447 UINT32 MaxDepth = ACPI_UINT32_MAX; in AcpiDbDumpNamespaceByOwner() local
457 MaxDepth = strtoul (DepthArg, NULL, 0); in AcpiDbDumpNamespaceByOwner()
466 AcpiNsDumpObjects (ACPI_TYPE_ANY, ACPI_DISPLAY_SUMMARY, MaxDepth, in AcpiDbDumpNamespaceByOwner()
/freebsd-14.2/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.h748 UINT32 MaxDepth,
/freebsd-14.2/contrib/llvm-project/clang/lib/ASTMatchers/
H A DASTMatchFinder.cpp100 BoundNodesTreeBuilder *Builder, int MaxDepth, in MatchChildASTVisitor() argument
104 MaxDepth(MaxDepth), IgnoreImplicitChildren(IgnoreImplicitChildren), in MatchChildASTVisitor()
180 if (CurrentDepth == 0 || (CurrentDepth <= MaxDepth && MaxDepth < INT_MAX)) in TraverseStmt()
373 if (CurrentDepth == 0 || CurrentDepth > MaxDepth) { in match()
412 const int MaxDepth; member in clang::ast_matchers::internal::__anon995a12ab0111::MatchChildASTVisitor
598 BoundNodesTreeBuilder *Builder, int MaxDepth, in memoizedMatchesRecursively() argument
602 return matchesRecursively(Node, Matcher, Builder, MaxDepth, Bind); in memoizedMatchesRecursively()
611 Key.Type = MaxDepth == 1 ? MatchType::Child : MatchType::Descendants; in memoizedMatchesRecursively()
621 matchesRecursively(Node, Matcher, &Result.Nodes, MaxDepth, Bind); in memoizedMatchesRecursively()
633 BoundNodesTreeBuilder *Builder, int MaxDepth, in matchesRecursively() argument
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86CmovConversion.cpp444 for (DepthInfo &MaxDepth : LoopDepth) { in checkForProfitableCmovCandidates()
485 MaxDepth.Depth = std::max(MaxDepth.Depth, MIDepth); in checkForProfitableCmovCandidates()
486 MaxDepth.OptDepth = std::max(MaxDepth.OptDepth, MIDepthOpt); in checkForProfitableCmovCandidates()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DEarlyIfConversion.cpp968 unsigned MaxDepth = Slack + TailTrace.getInstrCycles(*PI.PHI).Depth; in shouldConvertIf() local
973 if (CondDepth > MaxDepth) { in shouldConvertIf()
974 unsigned Extra = CondDepth - MaxDepth; in shouldConvertIf()
986 if (TDepth > MaxDepth) { in shouldConvertIf()
987 unsigned Extra = TDepth - MaxDepth; in shouldConvertIf()
999 if (FDepth > MaxDepth) { in shouldConvertIf()
1000 unsigned Extra = FDepth - MaxDepth; in shouldConvertIf()
H A DScheduleDAG.cpp331 unsigned MaxDepth = BestI->getSUnit()->getDepth(); in biasCriticalPath() local
334 if (I->getKind() == SDep::Data && I->getSUnit()->getDepth() > MaxDepth) in biasCriticalPath()
H A DMachineInstr.cpp1571 const MachineRegisterInfo &MRI, unsigned Depth, unsigned MaxDepth, in dumprImpl() argument
1573 if (Depth >= MaxDepth) in dumprImpl()
1591 NewMI->dumprImpl(MRI, Depth + 1, MaxDepth, AlreadySeenInstrs); in dumprImpl()
1596 unsigned MaxDepth) const { in dumpr()
1598 dumprImpl(MRI, 0, MaxDepth, AlreadySeenInstrs); in dumpr()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DGISelKnownBits.cpp33 GISelKnownBits::GISelKnownBits(MachineFunction &MF, unsigned MaxDepth) in GISelKnownBits() argument
35 DL(MF.getFunction().getParent()->getDataLayout()), MaxDepth(MaxDepth) {} in GISelKnownBits()
780 unsigned MaxDepth = in get() local
782 Info = std::make_unique<GISelKnownBits>(MF, MaxDepth); in get()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPULowerModuleLDSPass.cpp1524 MDNode *NoAlias, unsigned MaxDepth = 5) { in refineUsesAlignmentAndAA() argument
1525 if (!MaxDepth || (A == 1 && !AliasScope)) in refineUsesAlignmentAndAA()
1571 MaxDepth - 1); in refineUsesAlignmentAndAA()
1578 refineUsesAlignmentAndAA(I, A, DL, AliasScope, NoAlias, MaxDepth - 1); in refineUsesAlignmentAndAA()
H A DSIISelLowering.h520 unsigned MaxDepth = 5) const;
522 unsigned MaxDepth = 5) const;
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLoopPeel.cpp354 const unsigned MaxDepth = 4; in countToEliminateCompares() local
357 if (!Condition->getType()->isIntegerTy() || Depth >= MaxDepth) in countToEliminateCompares()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Analysis/FlowSensitive/
H A DDataflowEnvironment.h625 bool canDescend(unsigned MaxDepth, const DeclContext *Callee) const;
/freebsd-14.2/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/
H A DDataflowEnvironment.cpp481 bool Environment::canDescend(unsigned MaxDepth, in canDescend() argument
483 return CallStack.size() <= MaxDepth && !llvm::is_contained(CallStack, Callee); in canDescend()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoadStoreVectorizer.cpp260 static const unsigned MaxDepth = 3; member in __anona12741a80111::Vectorizer
1281 if (Depth++ == MaxDepth) in getConstantOffsetSelects()

12