/freebsd/sys/contrib/dev/acpica/components/utilities/ |
H A D | utcache.c | 179 UINT16 MaxDepth, in AcpiOsCreateCache() argument 206 Cache->MaxDepth = MaxDepth; in AcpiOsCreateCache() 335 if (Cache->CurrentDepth >= Cache->MaxDepth) in AcpiOsReleaseObject()
|
/freebsd/sys/contrib/dev/acpica/components/namespace/ |
H A D | nsdump.c | 794 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 D | nswalk.c | 301 UINT32 MaxDepth, in AcpiNsWalkNamespace() argument 444 (Level < MaxDepth) && in AcpiNsWalkNamespace()
|
H A D | nsxfeval.c | 751 UINT32 MaxDepth, in AcpiWalkNamespace() argument 766 (!MaxDepth) || in AcpiWalkNamespace() 809 Status = AcpiNsWalkNamespace (Type, StartObject, MaxDepth, in AcpiWalkNamespace()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | MachinePipeliner.h | 333 unsigned MaxDepth = 0; variable 396 MaxDepth = std::max(MaxDepth, SSD->getDepth(SU)); in computeNodeSetInfo() 402 unsigned getMaxDepth() { return MaxDepth; } in getMaxDepth() 409 MaxDepth = 0; in clear() 425 return MaxDepth > RHS.MaxDepth; 433 MaxDepth == RHS.MaxDepth;
|
H A D | MachineInstr.h | 329 dumprImpl(const MachineRegisterInfo &MRI, unsigned Depth, unsigned MaxDepth, 1826 unsigned MaxDepth = UINT_MAX) const;
|
/freebsd/contrib/llvm-project/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()
|
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | Loads.cpp | 41 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() 118 AC, DT, TLI, Visited, MaxDepth); in isDereferenceableAndAlignedPointer() 153 TLI, Visited, MaxDepth); in isDereferenceableAndAlignedPointer() 158 Visited, MaxDepth); in isDereferenceableAndAlignedPointer()
|
/freebsd/sys/contrib/dev/acpica/components/debugger/ |
H A D | dbstats.c | 235 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 D | dbnames.c | 354 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/sys/contrib/dev/acpica/include/ |
H A D | acnamesp.h | 236 UINT32 MaxDepth, 372 UINT32 MaxDepth); 402 UINT32 MaxDepth, 410 UINT32 MaxDepth,
|
H A D | acpiosxf.h | 388 UINT16 MaxDepth,
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86CmovConversion.cpp | 444 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/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | EarlyIfConversion.cpp | 965 unsigned MaxDepth = Slack + TailTrace.getInstrCycles(*PI.PHI).Depth; in shouldConvertIf() local 970 if (CondDepth > MaxDepth) { in shouldConvertIf() 971 unsigned Extra = CondDepth - MaxDepth; in shouldConvertIf() 983 if (TDepth > MaxDepth) { in shouldConvertIf() 984 unsigned Extra = TDepth - MaxDepth; in shouldConvertIf() 996 if (FDepth > MaxDepth) { in shouldConvertIf() 997 unsigned Extra = FDepth - MaxDepth; in shouldConvertIf()
|
H A D | WindowScheduler.cpp | 416 unsigned MaxDepth = 1; in getEstimatedII() local 418 MaxDepth = std::max(SU.getDepth() + SU.Latency, MaxDepth); in getEstimatedII() 419 return MaxDepth * WindowIICoeff; in getEstimatedII()
|
H A D | ScheduleDAG.cpp | 331 unsigned MaxDepth = BestI->getSUnit()->getDepth(); in biasCriticalPath() local 334 if (I->getKind() == SDep::Data && I->getSUnit()->getDepth() > MaxDepth) { in biasCriticalPath() 335 MaxDepth = I->getSUnit()->getDepth(); in biasCriticalPath()
|
H A D | MachineInstr.cpp | 1629 const MachineRegisterInfo &MRI, unsigned Depth, unsigned MaxDepth, in dumprImpl() argument 1631 if (Depth >= MaxDepth) in dumprImpl() 1649 NewMI->dumprImpl(MRI, Depth + 1, MaxDepth, AlreadySeenInstrs); in dumprImpl() 1654 unsigned MaxDepth) const { in dumpr() 1656 dumprImpl(MRI, 0, MaxDepth, AlreadySeenInstrs); in dumpr()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | SampleProfileMatcher.cpp | 191 MaxDepth = Size1 + Size2; in longestCommonSequence() local 192 auto Index = [&](int32_t I) { return I + MaxDepth; }; in longestCommonSequence() 195 if (MaxDepth == 0) in longestCommonSequence() 236 std::vector<int32_t> V(2 * MaxDepth + 1, -1); in longestCommonSequence() 240 for (int32_t Depth = 0; Depth <= MaxDepth; Depth++) { in longestCommonSequence()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
H A D | GISelKnownBits.cpp | 35 GISelKnownBits::GISelKnownBits(MachineFunction &MF, unsigned MaxDepth) in GISelKnownBits() argument 37 DL(MF.getFunction().getDataLayout()), MaxDepth(MaxDepth) {} in GISelKnownBits() 858 unsigned MaxDepth = in get() local 860 Info = std::make_unique<GISelKnownBits>(MF, MaxDepth); in get()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPULowerModuleLDSPass.cpp | 1314 MDNode *NoAlias, unsigned MaxDepth = 5) { in refineUsesAlignmentAndAA() argument 1315 if (!MaxDepth || (A == 1 && !AliasScope)) in refineUsesAlignmentAndAA() 1361 MaxDepth - 1); in refineUsesAlignmentAndAA() 1368 refineUsesAlignmentAndAA(I, A, DL, AliasScope, NoAlias, MaxDepth - 1); in refineUsesAlignmentAndAA()
|
H A D | SIISelLowering.h | 528 unsigned MaxDepth = 5) const; 530 unsigned MaxDepth = 5) const;
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | LoopPeel.cpp | 369 const unsigned MaxDepth = 4; in countToEliminateCompares() local 372 if (!Condition->getType()->isIntegerTy() || Depth >= MaxDepth) in countToEliminateCompares()
|
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/FlowSensitive/ |
H A D | DataflowEnvironment.h | 674 bool canDescend(unsigned MaxDepth, const FunctionDecl *Callee) const;
|
/freebsd/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/ |
H A D | DataflowEnvironment.cpp | 599 bool Environment::canDescend(unsigned MaxDepth, in canDescend() argument 601 return CallStack.size() < MaxDepth && !llvm::is_contained(CallStack, Callee); in canDescend()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
H A D | LoadStoreVectorizer.cpp | 260 static const unsigned MaxDepth = 3; member in __anonc586b4f20111::Vectorizer 1280 if (Depth++ == MaxDepth) in getConstantOffsetSelects()
|