| /netbsd-src/sys/external/bsd/acpica/dist/utilities/ |
| H A D | utcache.c | 71 UINT16 MaxDepth, in AcpiOsCreateCache() argument 98 Cache->MaxDepth = MaxDepth; in AcpiOsCreateCache() 227 if (Cache->CurrentDepth >= Cache->MaxDepth) in AcpiOsReleaseObject()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/ |
| H A D | MachinePipeliner.h | 316 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;
|
| H A D | MachineInstr.h | 277 dumprImpl(const MachineRegisterInfo &MRI, unsigned Depth, unsigned MaxDepth, 1704 unsigned MaxDepth = UINT_MAX) const;
|
| /netbsd-src/sys/external/bsd/acpica/dist/namespace/ |
| H A D | nsdump.c | 685 UINT32 MaxDepth, in AcpiNsDumpObjects() argument 714 (void) AcpiNsWalkNamespace (Type, StartHandle, MaxDepth, in AcpiNsDumpObjects() 826 UINT32 MaxDepth, in AcpiNsDumpObjectPaths() argument 852 (void) AcpiNsWalkNamespace (Type, StartHandle, MaxDepth, in AcpiNsDumpObjectPaths() 858 (void) AcpiNsWalkNamespace (Type, StartHandle, MaxDepth, in AcpiNsDumpObjectPaths() 917 UINT32 MaxDepth) in AcpiNsDumpTables() argument 944 AcpiNsDumpObjects (ACPI_TYPE_ANY, ACPI_DISPLAY_OBJECTS, MaxDepth, in AcpiNsDumpTables()
|
| H A D | nswalk.c | 193 UINT32 MaxDepth, in AcpiNsWalkNamespace() argument 336 (Level < MaxDepth) && in AcpiNsWalkNamespace()
|
| H A D | nsxfeval.c | 643 UINT32 MaxDepth, in AcpiWalkNamespace() argument 658 (!MaxDepth) || in AcpiWalkNamespace() 701 Status = AcpiNsWalkNamespace (Type, StartObject, MaxDepth, in AcpiWalkNamespace()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/ |
| H A D | Loads.cpp | 48 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()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/GlobalISel/ |
| H A D | GISelKnownBits.h | 34 unsigned MaxDepth; variable 46 GISelKnownBits(MachineFunction &MF, unsigned MaxDepth = 6); 102 unsigned getMaxDepth() const { return MaxDepth; } in getMaxDepth()
|
| /netbsd-src/sys/external/bsd/acpica/dist/debugger/ |
| H A D | 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()
|
| H A D | dbnames.c | 246 UINT32 MaxDepth = ACPI_UINT32_MAX; in AcpiDbDumpNamespace() local 263 MaxDepth = strtoul (DepthArg, NULL, 0); in AcpiDbDumpNamespace() 283 AcpiNsDumpObjects (ACPI_TYPE_ANY, ACPI_DISPLAY_SUMMARY, MaxDepth, in AcpiDbDumpNamespace() 339 UINT32 MaxDepth = ACPI_UINT32_MAX; in AcpiDbDumpNamespaceByOwner() local 349 MaxDepth = strtoul (DepthArg, NULL, 0); in AcpiDbDumpNamespaceByOwner() 358 AcpiNsDumpObjects (ACPI_TYPE_ANY, ACPI_DISPLAY_SUMMARY, MaxDepth, in AcpiDbDumpNamespaceByOwner()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/ASTMatchers/ |
| H A D | ASTMatchFinder.cpp | 97 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::__anon62d4f9200111::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 …]
|
| /netbsd-src/sys/external/bsd/acpica/dist/include/ |
| H A D | acnamesp.h | 128 UINT32 MaxDepth, 264 UINT32 MaxDepth); 294 UINT32 MaxDepth, 302 UINT32 MaxDepth,
|
| H A D | acpiosxf.h | 280 UINT16 MaxDepth,
|
| H A D | actypes.h | 1394 UINT16 MaxDepth; member
|
| H A D | acpixf.h | 640 UINT32 MaxDepth,
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/ |
| H A D | X86CmovConversion.cpp | 426 DepthInfo &MaxDepth = LoopDepth[I]; in checkForProfitableCmovCandidates() local 467 MaxDepth.Depth = std::max(MaxDepth.Depth, MIDepth); in checkForProfitableCmovCandidates() 468 MaxDepth.OptDepth = std::max(MaxDepth.OptDepth, MIDepthOpt); in checkForProfitableCmovCandidates()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
| H A D | EarlyIfConversion.cpp | 934 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()
|
| H A D | ScheduleDAG.cpp | 330 unsigned MaxDepth = BestI->getSUnit()->getDepth(); in biasCriticalPath() local 333 if (I->getKind() == SDep::Data && I->getSUnit()->getDepth() > MaxDepth) in biasCriticalPath()
|
| H A D | MachineInstr.cpp | 1546 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()
|
| /netbsd-src/sys/external/bsd/acpica/dist/os_specific/service_layers/ |
| H A D | oswinxf.c | 1438 UINT16 MaxDepth, in AcpiOsCreateCache() argument 1453 NewCache->MaxDepth = MaxDepth; in AcpiOsCreateCache()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/ |
| H A D | GISelKnownBits.cpp | 30 GISelKnownBits::GISelKnownBits(MachineFunction &MF, unsigned MaxDepth) in GISelKnownBits() argument 32 DL(MF.getFunction().getParent()->getDataLayout()), MaxDepth(MaxDepth) {} in GISelKnownBits()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/ |
| H A D | SIISelLowering.h | 446 unsigned MaxDepth = 5) const; 448 unsigned MaxDepth = 5) const;
|
| H A D | SIISelLowering.cpp | 9505 unsigned MaxDepth) const { in isCanonicalized() 9519 if (MaxDepth == 0) in isCanonicalized() 9560 return isCanonicalized(DAG, Op.getOperand(0), MaxDepth - 1); in isCanonicalized() 9590 if (!isCanonicalized(DAG, Op.getOperand(I), MaxDepth - 1)) in isCanonicalized() 9597 return isCanonicalized(DAG, Op.getOperand(1), MaxDepth - 1) && in isCanonicalized() 9598 isCanonicalized(DAG, Op.getOperand(2), MaxDepth - 1); in isCanonicalized() 9603 if (!isCanonicalized(DAG, SrcOp, MaxDepth - 1)) in isCanonicalized() 9611 return isCanonicalized(DAG, Op.getOperand(0), MaxDepth - 1); in isCanonicalized() 9614 return isCanonicalized(DAG, Op.getOperand(0), MaxDepth - 1) && in isCanonicalized() 9615 isCanonicalized(DAG, Op.getOperand(1), MaxDepth - 1); in isCanonicalized() [all …]
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/ |
| H A D | LoadStoreVectorizer.cpp | 133 static const unsigned MaxDepth = 3; member in __anon49023e3d0111::Vectorizer 536 if (Depth++ == MaxDepth) in lookThroughSelects()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineMulDivRem.cpp | 853 static const unsigned MaxDepth = 6; variable 947 if (Depth++ == MaxDepth) in visitUDivOperand()
|