Home
last modified time | relevance | path

Searched refs:dependencies (Results 1 – 25 of 272) sorted by relevance

1234567891011

/llvm-project-15.0.7/mlir/lib/Analysis/
H A DBufferViewFlowAnalysis.cpp31 auto it = dependencies.find(currentValue); in resolve()
32 if (it != dependencies.end()) { in resolve()
43 for (auto &entry : dependencies) in remove()
54 auto registerDependencies = [&](auto values, auto dependencies) { in build() argument
55 for (auto entry : llvm::zip(values, dependencies)) in build()
56 this->dependencies[std::get<0>(entry)].insert(std::get<1>(entry)); in build()
61 dependencies[viewInterface.getViewSource()].insert( in build()
/llvm-project-15.0.7/mlir/include/mlir/Analysis/
H A DBufferViewFlowAnalysis.h33 return dependencies.find(value); in find()
37 ValueMapT::const_iterator begin() const { return dependencies.begin(); } in begin()
40 ValueMapT::const_iterator end() const { return dependencies.end(); } in end()
66 ValueMapT dependencies; variable
/llvm-project-15.0.7/clang/utils/analyzer/
H A DDockerfile14 # test system dependencies
24 # box2d dependencies
32 # symengine dependencies
37 # simbody dependencies
41 # drogon dependencies
46 # tmux dependencies
/llvm-project-15.0.7/llvm/test/ExecutionEngine/JITLink/X86/
H A DLocalDependencyPropagation.s6 # Verify that symbol dependencies are correctly propagated through local
10 # CHECK-DAG: In main adding dependencies for _foo: { (main, { _external_func }) }
11 # CHECK-DAG: In main adding dependencies for _baz: { (main, { _foo }) }
/llvm-project-15.0.7/cross-project-tests/
H A Dlit.cfg.py114 dependencies = ['clang', 'lld-link']
121 dependencies = ['clang', 'lldb']
151 return dependencies
177 dependencies = configure_dexter_substitutions() variable
178 if all(d in config.available_features for d in dependencies):
/llvm-project-15.0.7/llvm/docs/DependenceGraphs/
H A Dindex.rst23 dependencies between individual instructions. Each node in such a graph
63 DDG, but it is capable of representing both data dependencies and
64 control-flow dependencies between program elements such as
81 The graph build algorithm considers dependencies between elements of
82 a given set of instructions or basic blocks. Any dependencies coming
133 …* dependencies. In this implementation *memory* edges represent the *flow-*, *anti-*, *output-*, a…
/llvm-project-15.0.7/mlir/lib/Dialect/Async/IR/
H A DAsync.cpp91 TypeRange resultTypes, ValueRange dependencies, in build() argument
94 result.addOperands(dependencies); in build()
98 int32_t numDependencies = dependencies.size(); in build()
138 if (!dependencies().empty()) in print()
139 p << " [" << dependencies() << "]"; in print()
/llvm-project-15.0.7/mlir/lib/Dialect/Linalg/Analysis/
H A DDependenceAnalysis.cpp310 auto dependencies = getDependencesInto(linalgOp, dependenceType); in getDependentOperationsInto() local
311 dependentOperations.append(dependencies.begin(), dependencies.end()); in getDependentOperationsInto()
322 auto dependencies = getDependencesFrom(linalgOp, dependenceType); in getDependentOperationsFrom() local
323 dependentOperations.append(dependencies.begin(), dependencies.end()); in getDependentOperationsFrom()
/llvm-project-15.0.7/lld/test/COFF/
H A Dprecomp-link-samename.test16 SUMMARY-NEXT: 0 PDB type server dependencies
17 SUMMARY-NEXT: 2 Precomp OBJ dependencies
H A Dprecomp-summary-fail.test15 SUMMARY-NEXT: 0 PDB type server dependencies
16 SUMMARY-NEXT: 1 Precomp OBJ dependencies
/llvm-project-15.0.7/clang-tools-extra/docs/clang-tidy/checks/abseil/
H A Dno-internal-dependencies.rst1 .. title:: clang-tidy - abseil-no-internal-dependencies
3 abseil-no-internal-dependencies
/llvm-project-15.0.7/clang/test/Modules/
H A Ddependency-gen.modulemap18 // referenced by the .pcm are also dependencies of this build.
28 // and included headers are not dependencies of this target (they are instead
29 // dependencies of the explicitly-specified .pcm input).
/llvm-project-15.0.7/libc/utils/buildbot/
H A DDockerfile3 # Installing dependencies.
10 # Temporary dependencies for AOR tests.
/llvm-project-15.0.7/openmp/runtime/cmake/
H A DLibompMicroTests.cmake16 # - Program dependencies: gcc or g++, grep, bourne shell
21 # - Program dependencies: readelf, grep, bourne shell
26 # - Program dependencies: perl, readelf
31 # - Program dependencies: perl, objdump
34 # - Tests newly created libomp for library dependencies
36 # - Program dependencies: perl, (unix)readelf, (mac)otool[64], (windows)link.exe
/llvm-project-15.0.7/polly/lib/
H A DCMakeLists.txt124 # LLVM_POLLY_LINK_INTO_TOOLS=ON, its dependencies like PollyISL are linked as
130 # Additional dependencies for Polly-ACC.
153 # Only add the dependencies that are not part of LLVM. The latter are assumed
159 # instead which will automatically resolve the additional dependencies by
/llvm-project-15.0.7/mlir/lib/Dialect/GPU/Transforms/
H A DAsyncRegionRewriter.cpp164 executeOp.dependencies(), executeOp.operands()); in addExecuteResults()
205 SmallVector<Value, 4> dependencies = waitOp.asyncDependencies(); in ~DeferWaitCallback() local
207 executeOp = addExecuteResults(executeOp, dependencies); in ~DeferWaitCallback()
210 auto asyncTokens = executeOp.getResults().take_back(dependencies.size()); in ~DeferWaitCallback()
/llvm-project-15.0.7/llvm/projects/
H A DCMakeLists.txt29 # Add the projects in reverse order of their dependencies so that the
30 # dependent projects can see the target names of their dependencies.
/llvm-project-15.0.7/llvm/test/tools/obj2yaml/ELF/
H A Dverneed-section.yaml3 ## is equal to the number of version dependencies.
72 ## is not equal to the number of version dependencies.
/llvm-project-15.0.7/llvm/docs/CommandGuide/
H A Dllvm-config.rst99 useful when creating makefile dependencies, to ensure that a tool is relinked if
111 *components*, including any dependencies.
140 *components*, including any dependencies.
/llvm-project-15.0.7/libc/cmake/modules/
H A DLLVMLibCLibraryRules.cmake41 # It is not possible to recursively extract deps of external dependencies.
57 # entrypoint dependencies will not be added to the library.
185 # DEPENDS <list of dependencies>
261 message(STATUS "Gathering FLAGS from dependencies for ${fq_target_name}")
/llvm-project-15.0.7/polly/test/PruneUnprofitable/
H A Dprune_only_scalardeps.ll5 ; Skip this SCoP for having scalar dependencies between all statements,
7 ; as DeLICM might remove these scalar dependencies).
/llvm-project-15.0.7/clang/include/clang/StaticAnalyzer/Checkers/
H A DCheckerBase.td126 /// Describes (strong) dependencies in between checkers. This is important for
129 /// enabled if none of its dependencies (transitively) is disabled. Dependencies
143 /// Unlike strong dependencies, this expresses dependencies in between
/llvm-project-15.0.7/llvm/test/CodeGen/AArch64/
H A Dmisched-stp.ll4 ; Tests to check that the scheduler dependencies derived from alias analysis are
8 ; Now that overwritten stores are elided in SelectionDAG, dependencies
/llvm-project-15.0.7/clang/lib/Tooling/DependencyScanning/
H A DDependencyScanningService.cpp14 using namespace dependencies;
/llvm-project-15.0.7/third-party/benchmark/docs/
H A Dindex.md4 * [Dependencies](dependencies.md)

1234567891011