Home
last modified time | relevance | path

Searched full:dependencies (Results 1 – 25 of 2545) sorted by relevance

12345678910>>...102

/freebsd/share/man/man7/
H A Dports.755 It also recursively handles dependencies \(em other pieces of software
188 any dependencies of the current port.
219 Install missing dependencies from packages instead of building them.
231 config for this port and all its dependencies.
239 config for this port and all its dependencies.
247 for this port and all its dependencies using
251 dependencies).
253 Fetch the distfiles of the port and all its dependencies.
258 Print a list of all the direct compile or run dependencies for this port.
260 Print a list of all recursive dependencies for this port.
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DDAGDeltaAlgorithm.h23 /// removing any single element not required by the dependencies on the other
26 /// The DAG should be used to represent dependencies in the changes which are
35 /// substantially fewer tests with appropriate dependencies. \see DeltaAlgorithm
53 /// \p Dependencies edges by executing \see ExecuteOneTest() on subsets of
55 /// predicate and the input \p Dependencies.
59 /// \param Dependencies The list of dependencies amongst changes. For each
60 /// (x,y) in \p Dependencies, both x and y must be in \p Changes. The
63 /// dependencies.
65 const std::vector<edge_ty> &Dependencies);
/freebsd/contrib/llvm-project/clang/include/clang/Tooling/DependencyScanning/
H A DModuleDepCollector.h32 namespace dependencies {
124 /// on, not including transitive dependencies.
131 /// A collection of prebuilt modular dependencies this module directly depends
132 /// on, not including transitive dependencies.
136 /// including transitive dependencies.
163 /// transitive modular dependencies and passes everything to the
190 /// Adds direct modular dependencies that have already been built to the
198 /// Traverses the previously collected direct modular dependencies to discover
199 /// transitive modular dependencies and fills the parent \c ModuleDepCollector
216 /// Collects modular and non-modular dependencies of the main file by attaching
[all …]
H A DDependencyScanningService.h17 namespace dependencies {
20 /// dependencies.
22 /// This mode is used to compute the dependencies by running the preprocessor
26 /// This mode is used to compute the dependencies by running the preprocessor
104 } // end namespace dependencies
/freebsd/contrib/libucl/tests/schema/
H A Ddependencies.json3 "description": "dependencies",
5 "dependencies": {"bar": ["foo"]} object
36 "description": "multiple dependencies",
38 "dependencies": {"quux": ["foo", "bar"]} object
52 "description": "with dependencies",
67 "description": "missing both dependencies",
74 "description": "multiple dependencies subschema",
76 "dependencies": { object
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Checkers/
H A DCheckers.td210 Dependencies<[CallAndMessageModeling]>;
247 Dependencies<[StackAddrEscapeBase]>,
311 Dependencies<[StackAddrEscapeBase]>,
321 Dependencies<[PthreadLockBase]>,
344 Dependencies<[NullabilityBase]>,
350 Dependencies<[NullabilityBase]>,
355 Dependencies<[NullabilityBase]>,
361 Dependencies<[NullabilityBase]>,
367 Dependencies<[NullabilityBase]>,
471 Dependencies<[CStringModeling]>,
[all …]
H A DCheckerBase.td113 list<Checker> Dependencies;
126 /// Describes (strong) dependencies in between checkers. This is important for
129 /// enabled if none of its dependencies (transitively) is disabled. Dependencies
137 /// Dependencies<[MallocBase]>;
138 class Dependencies<list<Checker> Deps = []> {
139 list<Checker> Dependencies = Deps;
143 /// Unlike strong dependencies, this expresses dependencies in between
/freebsd/contrib/bsnmp/lib/
H A Dbsnmpagent.3324 The callback may create dependencies or finalizers (see below).
327 interdependent table columns dependencies may be necessary.
333 After this all the dependencies are freed
339 are executed in the order in which the dependencies were created with an
341 If any of the dependencies fails, all the
342 committed dependencies are called again in the opposite order
347 At the end the dependencies are freed and the finalizers are called with
357 Now the dependencies are freed and the finalizers are called
366 There are to mechanisms to help in complex SET operations: dependencies and
389 created dependencies), the size of the structure to allocate and
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUSplitModule.cpp20 /// - Each root has a set of dependencies, and when a root and its
21 /// dependencies is considered "big", we try to put it in a partition where
22 /// most dependencies are already imported, to avoid duplicating large
76 "means if the function and its dependencies is 2 times bigger than "
83 "defines how much overlap between two large function's dependencies "
283 /// functions to \p Fns so they can be counted as dependencies of the function.
343 "potential dependencies\n"; in addAllDependencies()
361 /// Contains information about a function and its dependencies.
372 addAllDependencies(SML, CG, *Fn, Dependencies, in FunctionWithDependencies()
375 for (const auto *Dep : Dependencies) { in FunctionWithDependencies()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSDNodeDbgValue.h142 // SDNode dependencies will be calculated as SDNodes that appear in
157 ArrayRef<SDDbgOperand> L, ArrayRef<SDNode *> Dependencies, in SDDbgValue() argument
161 NumAdditionalDependencies(Dependencies.size()), in SDDbgValue()
162 AdditionalDependencies(Alloc.Allocate<SDNode *>(Dependencies.size())), in SDDbgValue()
168 std::copy(Dependencies.begin(), Dependencies.end(), AdditionalDependencies); in SDDbgValue()
195 SmallVector<SDNode *> Dependencies; in getSDNodes() local
198 Dependencies.push_back(DbgOp.getSDNode()); in getSDNodes()
200 Dependencies.push_back(Node); in getSDNodes()
201 return Dependencies; in getSDNodes()
/freebsd/contrib/llvm-project/llvm/tools/llvm-mca/Views/
H A DBottleneckAnalysis.h13 /// identify problematic data dependencies and processor resource interferences.
22 /// Data Dependencies: [ 1.42% ]
23 /// - Register Dependencies [ 1.42% ]
24 /// - Memory Dependencies [ 0.00% ]
60 /// A dependency graph is used internally to track dependencies between nodes.
62 /// and edges of the graph represent data dependencies or processor resource
203 // dependencies and processor resource interferences between instructions.
206 // input assembly sequence. Edges of the graph represent dependencies between
218 // Loop carried dependencies are carefully expanded by the bottleneck analysis
306 // Cycles where backpressure increased because of data dependencies.
[all …]
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DObjectLinkingLayer.cpp383 // Symbol name dependencies:
406 assert(BDI != BlockDeps.end() && "No block dependencies"); in operator []()
519 // Compute dependencies for symbols defined in the JITLink graph. in registerDependencies()
541 SDG.Dependencies[&TargetJD] = BDeps.Internal; in registerDependencies()
545 SDG.Dependencies[DepSrcItr->second].insert(Dep); in registerDependencies()
564 SynthSDG.Dependencies[&TargetJD].insert(S); in registerDependencies()
569 SynthSDG.Dependencies[DepSrcItr->second].insert(S); in registerDependencies()
577 .Dependencies[SymbolSourceJDs[NonOwningSymbolStringPtr( in registerDependencies()
581 SynthSDG.Dependencies[&TargetJD].insert(SymName); in registerDependencies()
591 if (!SDG.Dependencies.empty()) in registerDependencies()
[all …]
/freebsd/tools/kerneldoc/subsys/
H A DREADME11 The file 'Dependencies' contains dependencies for the .tag files.
14 the necessary dependencies to the file 'Dependencies'.
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DDependencyGraph.cpp36 DependencyMap Dependencies; member in __anoncc7c34da0111::DependencyGraphCallback
87 Dependencies[*FromFile].push_back(*File); in InclusionDirective()
105 Dependencies[*FromFile].push_back(*File); in EmbedDirective()
127 OS << "digraph \"dependencies\" {\n"; in OutputGraphFile()
142 for (DependencyMap::iterator F = Dependencies.begin(), in OutputGraphFile()
143 FEnd = Dependencies.end(); in OutputGraphFile()
/freebsd/sbin/rcorder/
H A Drcorder.856 shell) which indicate the dependencies the files have upon certain
141 lines, in which case it has no dependencies.
142 There must be at least one file with no dependencies in the set of
201 .It "%s was seen in circular dependencies for %d times."
204 Start with files having biggest counter when fighting with broken dependencies.
221 Edges and nodes where circular dependencies were detected are drawn bold red.
/freebsd/usr.bin/mkdep/
H A Dmkdep.145 file dependencies which are written into the file ``.depend''.
78 Write the include file dependencies to
84 to produce dependencies of the form:
116 File containing list of dependencies.
/freebsd/usr.bin/clang/llvm-mca/
H A Dllvm-mca.1642 of loop carried dependencies. Block throughput is superiorly limited by the
645 In the absence of loop\-carried data dependencies, the observed IPC tends to a
652 data dependencies, the observed \(aquOps Per Cycle\(aq should tend to a theoretical
668 are no loop\-carried dependencies, the observed \fIuOps Per Cycle\fP is expected to
682 executed per clock cycle in the absence of operand dependencies. In this
812 help diagnose performance bottlenecks caused by long data dependencies and
850 vhaddps. Long data dependencies negatively impact the ILP (Instruction Level
853 In the dot\-product example, there are anti\-dependencies introduced by
854 instructions from different iterations. However, those dependencies can be
859 the presence of long latency instructions and potentially long data dependencies
[all …]
/freebsd/tools/build/options/
H A DWITH_DIRDEPS_BUILD18 computing a graph of tree dependencies from the current origin.
21 skips checking dirdep dependencies and will only build in the current
42 and package so that their dependencies can be tracked.
/freebsd/usr.bin/ldd/
H A Dldd.17 .Nd list dynamic object dependencies
22 dependencies that are the result of needed shared objects which themselves
50 lists the dependencies of an executable by setting
/freebsd/contrib/llvm-project/llvm/include/llvm/MCA/HardwareUnits/
H A DScheduler.h91 // dependencies can be added to the PendingSet.
95 // the presence of bottlenecks caused by data dependencies, the PendingSet can
96 // be inspected to identify problematic data dependencies between
100 // available, and all memory dependencies are met. Instructions that are
197 /// dependencies.
247 /// identify bottlenecks caused by data dependencies. Vector RegDeps is
249 /// register dependencies. Vector MemDeps is populated by instructions that
250 /// were not issued because of unsolved memory dependencies.
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineTraceMetrics.h12 // can be limited both by data dependencies and by limited execution resources.
36 // dependencies only. We also compute the resource height, which is the number
38 // data dependencies.
70 // Keep track of physreg data dependencies by recording each live register unit.
205 /// trace head, and any dependencies from such a far away dominator are not
225 // are computed from data dependencies in the current trace, using
252 /// Earliest issue cycle as determined by data dependencies and instruction
253 /// latencies from the beginning of the trace. Data dependencies from
258 /// trace, as determined by data dependencies and instruction latencies.
285 /// considers execution resources, it ignores data dependencies.
/freebsd/contrib/jemalloc/include/jemalloc/internal/
H A Djemalloc_internal_includes.h6 * but there are circular dependencies that cannot be broken without
19 * We're moving toward a world in which the dependencies are explicit; each file
27 * ordering in this file to ensure all a header's dependencies are available in
33 * inter-component dependencies are now in the initial HERMETIC HEADERS
82 * resolve circular dependencies.
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCTOCRegDeps.cpp1 //===-- PPCTOCRegDeps.cpp - Add Extra TOC Register Dependencies -----------===//
47 // updated to add extra dependencies on r2 to instructions using the @toc@l
51 // 1. These extra r2 dependencies are not really properties of the
57 // relocations to some user instructions, and so the exta dependencies do
147 "PowerPC TOC Register Dependencies", false, false)
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMacroFusion.cpp74 // artifical edges to make dependencies from the FirstSU also dependent in fuseInstructionPair()
76 // dependent on the dependencies of the SecondSU, to prevent them from being in fuseInstructionPair()
96 // Make data dependencies from the FirstSU also dependent on the SecondSU to in fuseInstructionPair()
109 // Make the FirstSU also dependent on the dependencies of the SecondSU to in fuseInstructionPair()
191 // Explorer for fusion candidates among the dependencies of the anchor instr. in scheduleAdjacentImpl()
193 // Ignore dependencies other than data or strong ordering. in scheduleAdjacentImpl()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DGlobalModuleIndex.cpp51 /// Describes a module, including its file name and dependencies.
214 // Dependencies in GlobalModuleIndex()
216 Modules[ID].Dependencies.insert(Modules[ID].Dependencies.end(), in GlobalModuleIndex()
285 SmallVectorImpl<ModuleFile *> &Dependencies) { in getModuleDependencies() argument
292 // Record dependencies. in getModuleDependencies()
293 Dependencies.clear(); in getModuleDependencies()
294 ArrayRef<unsigned> StoredDependencies = Modules[Known->second].Dependencies; in getModuleDependencies()
297 Dependencies.push_back(MF); in getModuleDependencies()
389 SmallVector<unsigned, 4> Dependencies; member
617 // Handle module dependencies. in loadModuleFile()
[all …]

12345678910>>...102