Home
last modified time | relevance | path

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

12

/freebsd-12-stable/sys/contrib/dev/acpica/components/utilities/
Dutcache.c179 UINT16 MaxDepth, in AcpiOsCreateCache() argument
206 Cache->MaxDepth = MaxDepth; in AcpiOsCreateCache()
335 if (Cache->CurrentDepth >= Cache->MaxDepth) in AcpiOsReleaseObject()
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
DMachinePipeliner.h316 unsigned MaxDepth = 0; variable
379 MaxDepth = std::max(MaxDepth, SSD->getDepth(SU)); in computeNodeSetInfo()
385 unsigned getMaxDepth() { return MaxDepth; } in getMaxDepth()
392 MaxDepth = 0; in clear()
408 return MaxDepth > RHS.MaxDepth;
416 MaxDepth == RHS.MaxDepth;
DMachineInstr.h277 dumprImpl(const MachineRegisterInfo &MRI, unsigned Depth, unsigned MaxDepth,
1714 unsigned MaxDepth = UINT_MAX) const;
/freebsd-12-stable/sys/contrib/dev/acpica/components/namespace/
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()
Dnswalk.c301 UINT32 MaxDepth, in AcpiNsWalkNamespace() argument
440 (Level < MaxDepth) && in AcpiNsWalkNamespace()
Dnsxfeval.c751 UINT32 MaxDepth, in AcpiWalkNamespace() argument
766 (!MaxDepth) || in AcpiWalkNamespace()
809 Status = AcpiNsWalkNamespace (Type, StartObject, MaxDepth, in AcpiWalkNamespace()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Analysis/
DLoads.cpp48 unsigned MaxDepth) { in isDereferenceableAndAlignedPointer() argument
52 if (MaxDepth-- == 0) in isDereferenceableAndAlignedPointer()
66 MaxDepth) && in isDereferenceableAndAlignedPointer()
69 MaxDepth); in isDereferenceableAndAlignedPointer()
77 Visited, MaxDepth); in isDereferenceableAndAlignedPointer()
141 CtxI, DT, TLI, Visited, MaxDepth); in isDereferenceableAndAlignedPointer()
148 TLI, Visited, MaxDepth); in isDereferenceableAndAlignedPointer()
153 Visited, MaxDepth); in isDereferenceableAndAlignedPointer()
158 DT, TLI, Visited, MaxDepth); in isDereferenceableAndAlignedPointer()
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
DGISelKnownBits.h34 unsigned MaxDepth; variable
46 GISelKnownBits(MachineFunction &MF, unsigned MaxDepth = 6);
102 unsigned getMaxDepth() const { return MaxDepth; } in getMaxDepth()
/freebsd-12-stable/sys/contrib/dev/acpica/components/debugger/
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()
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-12-stable/sys/contrib/dev/acpica/include/
Dacnamesp.h236 UINT32 MaxDepth,
372 UINT32 MaxDepth);
402 UINT32 MaxDepth,
410 UINT32 MaxDepth,
Dacpiosxf.h388 UINT16 MaxDepth,
Dactypes.h1466 UINT16 MaxDepth; member
Dacpixf.h744 UINT32 MaxDepth,
/freebsd-12-stable/contrib/llvm-project/clang/lib/ASTMatchers/
DASTMatchFinder.cpp97 BoundNodesTreeBuilder *Builder, int MaxDepth, in MatchChildASTVisitor() argument
101 MaxDepth(MaxDepth), IgnoreImplicitChildren(IgnoreImplicitChildren), in MatchChildASTVisitor()
175 if (CurrentDepth == 0 || (CurrentDepth <= MaxDepth && MaxDepth < INT_MAX)) in TraverseStmt()
356 if (CurrentDepth == 0 || CurrentDepth > MaxDepth) { in match()
395 const int MaxDepth; member in clang::ast_matchers::internal::__anonf1db16cd0111::MatchChildASTVisitor
580 BoundNodesTreeBuilder *Builder, int MaxDepth, in memoizedMatchesRecursively() argument
584 return matchesRecursively(Node, Matcher, Builder, MaxDepth, Bind); in memoizedMatchesRecursively()
593 Key.Type = MaxDepth == 1 ? MatchType::Child : MatchType::Descendants; in memoizedMatchesRecursively()
603 matchesRecursively(Node, Matcher, &Result.Nodes, MaxDepth, Bind); in memoizedMatchesRecursively()
615 BoundNodesTreeBuilder *Builder, int MaxDepth, in matchesRecursively() argument
[all …]
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
DAMDGPULowerModuleLDSPass.cpp338 unsigned MaxDepth = 5) { in refineUsesAlignment() argument
339 if (!MaxDepth || A == 1) in refineUsesAlignment()
370 refineUsesAlignment(GEP, GA, DL, MaxDepth - 1); in refineUsesAlignment()
377 refineUsesAlignment(I, A, DL, MaxDepth - 1); in refineUsesAlignment()
DSIISelLowering.h444 unsigned MaxDepth = 5) const;
446 unsigned MaxDepth = 5) const;
DSIISelLowering.cpp9481 unsigned MaxDepth) const { in isCanonicalized()
9495 if (MaxDepth == 0) in isCanonicalized()
9536 return isCanonicalized(DAG, Op.getOperand(0), MaxDepth - 1); in isCanonicalized()
9566 if (!isCanonicalized(DAG, Op.getOperand(I), MaxDepth - 1)) in isCanonicalized()
9573 return isCanonicalized(DAG, Op.getOperand(1), MaxDepth - 1) && in isCanonicalized()
9574 isCanonicalized(DAG, Op.getOperand(2), MaxDepth - 1); in isCanonicalized()
9579 if (!isCanonicalized(DAG, SrcOp, MaxDepth - 1)) in isCanonicalized()
9587 return isCanonicalized(DAG, Op.getOperand(0), MaxDepth - 1); in isCanonicalized()
9590 return isCanonicalized(DAG, Op.getOperand(0), MaxDepth - 1) && in isCanonicalized()
9591 isCanonicalized(DAG, Op.getOperand(1), MaxDepth - 1); in isCanonicalized()
[all …]
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/X86/
DX86CmovConversion.cpp427 DepthInfo &MaxDepth = LoopDepth[I]; in checkForProfitableCmovCandidates() local
468 MaxDepth.Depth = std::max(MaxDepth.Depth, MIDepth); in checkForProfitableCmovCandidates()
469 MaxDepth.OptDepth = std::max(MaxDepth.OptDepth, MIDepthOpt); in checkForProfitableCmovCandidates()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
DEarlyIfConversion.cpp934 unsigned MaxDepth = Slack + TailTrace.getInstrCycles(*PI.PHI).Depth; in shouldConvertIf() local
939 if (CondDepth > MaxDepth) { in shouldConvertIf()
940 unsigned Extra = CondDepth - MaxDepth; in shouldConvertIf()
952 if (TDepth > MaxDepth) { in shouldConvertIf()
953 unsigned Extra = TDepth - MaxDepth; in shouldConvertIf()
965 if (FDepth > MaxDepth) { in shouldConvertIf()
966 unsigned Extra = FDepth - MaxDepth; in shouldConvertIf()
DScheduleDAG.cpp330 unsigned MaxDepth = BestI->getSUnit()->getDepth(); in biasCriticalPath() local
333 if (I->getKind() == SDep::Data && I->getSUnit()->getDepth() > MaxDepth) in biasCriticalPath()
DMachineInstr.cpp1546 const MachineRegisterInfo &MRI, unsigned Depth, unsigned MaxDepth, in dumprImpl() argument
1548 if (Depth >= MaxDepth) in dumprImpl()
1566 NewMI->dumprImpl(MRI, Depth + 1, MaxDepth, AlreadySeenInstrs); in dumprImpl()
1571 unsigned MaxDepth) const { in dumpr()
1573 dumprImpl(MRI, 0, MaxDepth, AlreadySeenInstrs); in dumpr()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
DGISelKnownBits.cpp31 GISelKnownBits::GISelKnownBits(MachineFunction &MF, unsigned MaxDepth) in GISelKnownBits() argument
33 DL(MF.getFunction().getParent()->getDataLayout()), MaxDepth(MaxDepth) {} in GISelKnownBits()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
DLoadStoreVectorizer.cpp133 static const unsigned MaxDepth = 3; member in __anone2b66d0a0111::Vectorizer
568 if (Depth++ == MaxDepth) in lookThroughSelects()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
DInstCombineMulDivRem.cpp859 static const unsigned MaxDepth = 6; variable
953 if (Depth++ == MaxDepth) in visitUDivOperand()

12