Home
last modified time | relevance | path

Searched refs:bindings (Results 1 – 25 of 135) sorted by relevance

123456

/llvm-project-15.0.7/llvm/bindings/go/
H A DREADME.txt1 This directory contains LLVM bindings for the Go programming language
10 Using the bindings
13 The package path "llvm.org/llvm/bindings/go/llvm" can be used to
15 "llvm.org/llvm.v36/bindings/go/llvm" refer to released versions of LLVM.
25 it to be used by the bindings. If you receive an error message from "go build"
29 #include <llvm-c/Analysis.h> // If you are getting an error here read bindings/go/README.txt
37 $ $GOPATH/src/llvm.org/llvm/bindings/go/build.sh
42 …$ $GOPATH/src/llvm.org/llvm/bindings/go/build.sh -DCMAKE_BUILD_TYPE=Debug -DLLVM_TARGETS_TO_BUILD=…
57 …go build llvm.org/llvm/bindings/go/llvm: invalid flag in #cgo LDFLAGS: -Wl,-headerpad_max_install_…
/llvm-project-15.0.7/utils/bazel/llvm-project-overlay/mlir/python/
H A DBUILD.bazel6 # Python bindings for MLIR.
108 "-gen-python-op-bindings",
152 "-gen-python-op-bindings",
219 "-gen-python-op-bindings",
263 "-gen-python-op-bindings",
306 "-gen-python-op-bindings",
347 "-gen-python-op-bindings",
389 "-gen-python-op-bindings",
431 "-gen-python-op-bindings",
474 "-gen-python-op-bindings",
[all …]
/llvm-project-15.0.7/llvm/bindings/ocaml/
H A DREADME.txt1 This directory contains LLVM bindings for the OCaml programming language
11 Building the bindings
14 If all dependencies are present, the bindings will be built and installed
18 The bindings can also be built out-of-tree, i.e. targeting a preinstalled
29 $ cmake -P bindings/ocaml/cmake_install.cmake
/llvm-project-15.0.7/clang/test/Driver/
H A Dhip-binding.hip4 // RUN: %clang -ccc-print-bindings -target x86_64-linux-gnu \
7 // RUN: %clang -ccc-print-bindings -target x86_64-linux-gnu --offload-new-driver \
17 // RUN: %clang -ccc-print-bindings -target x86_64-linux-gnu \
25 // RUN: %clang -ccc-print-bindings -target x86_64-linux-gnu --offload-new-driver \
34 // RUN: %clang --hip-link -ccc-print-bindings -target x86_64-linux-gnu \
48 // RUN: %clang --hip-link -ccc-print-bindings -target x86_64-linux-gnu \
H A Dhip-link-static-library.hip5 // RUN: %clang --hip-link -ccc-print-bindings -target x86_64-linux-gnu \
20 // RUN: %clang --hip-link -ccc-print-bindings -target x86_64-linux-gnu \
/llvm-project-15.0.7/clang/docs/analyzer/developer-docs/
H A DRegionStore.rst9 ``RegionStoreManager``. This store records bindings to memory regions using a
40 anything else, but we do have to be conservative about all other bindings within
52 concrete offset invalidates any symbolic offset bindings whose concrete offset
82 variable. Thus it is not valid to assume that all bindings with non-symbolic
93 need to throw away not just all bindings within the region itself, but within
104 "ClusterAnalysis" predates the cluster-based organization of bindings, but
106 bindings within a cluster must be treated in the same way for a conservative
114 These are known as "Direct" bindings. However, RegionStore supports a second
137 NOTE: The fact that bindings are stored as a base region plus an offset limits
148 arrays) called "lazy bindings", implemented using a special SVal called
[all …]
/llvm-project-15.0.7/polly/lib/External/isl/
H A DChangeLog4 - improved (C++) bindings (inherit methods, renamed exports)
5 - initial templated C++ bindings
24 - require C++11 to generate bindings
25 - improved bindings
33 - preliminary C++ bindings
66 - minor improvements to Python bindings
96 - minor improvements to Python bindings
198 - preliminary Python bindings
/llvm-project-15.0.7/clang/tools/libclang/
H A DCMakeLists.txt226 # Create a target to install the python bindings to make them easier to
227 # distribute. Since the bindings are over libclang, which is installed
231 ${CMAKE_CURRENT_SOURCE_DIR}/../../bindings/python/clang
233 libclang-python-bindings
238 add_custom_target(libclang-python-bindings)
239 add_llvm_install_targets(install-libclang-python-bindings
241 libclang-python-bindings)
/llvm-project-15.0.7/llvm/test/Bindings/Go/
H A Dgo.test1 ; RUN: llvm-go test llvm.org/llvm/bindings/go/llvm
4 ;; Building Go bindings with Clang is currently unsupported on AIX.
/llvm-project-15.0.7/llvm/
H A D.gitignore54 # Files created in tree by the Go bindings.
56 bindings/go/llvm/llvm_config.go
57 bindings/go/llvm/workdir
/llvm-project-15.0.7/llvm/test/tools/llvm-readobj/ELF/
H A Dsymbol-binding.test1 # Show that llvm-readobj can print symbol bindings correctly for both LLVM and
2 # GNU styles, including for symbol bindings that are not recognised.
31 # yaml2obj doesn't have a way of specifying static symbols with custom bindings,
/llvm-project-15.0.7/clang/bindings/python/
H A DREADME.txt5 This directory implements Python bindings for Clang.
11 $ env PYTHONPATH=$(echo ~/llvm/tools/clang/bindings/python/) \
/llvm-project-15.0.7/clang/include/clang/StaticAnalyzer/Core/
H A DAnalyses.def71 "Purge symbols, bindings, and constraints before every statement")
75 "Purge symbols, bindings, and constraints before every basic block")
78 "Do not purge symbols, bindings, or constraints")
/llvm-project-15.0.7/third-party/benchmark/
H A DWORKSPACE21 build_file = "@//bindings/python:pybind11.BUILD",
29 build_file = "@//bindings/python:python_headers.BUILD",
/llvm-project-15.0.7/clang/utils/analyzer/
H A Dexploded-graph-rewriter.py133 self.bindings = collections.OrderedDict(
139 return diff_dicts(self.bindings, prev.bindings)
198 self.bindings = collections.OrderedDict(
202 return diff_dicts(self.bindings, prev.bindings)
585 self._short_pretty(b.pretty), f.bindings[b]))
601 for b in f.bindings:
641 s.clusters[c].bindings[b]))
647 for b in prev_s.clusters[c].bindings:
657 for b in s.clusters[c].bindings:
661 for b in s.clusters[c].bindings:
/llvm-project-15.0.7/third-party/benchmark/docs/
H A Dreleasing.md12 `__version__` variable in `bindings/python/google_benchmark/__init__.py`to the release
21 # bindings/python/google_benchmark/__init__.py
/llvm-project-15.0.7/lld/test/MachO/
H A Dflat-namespace-interposable.s5 ## Check that we generate the correct bindings for them. The test also includes
8 ## spurious bindings.
H A Dweak-binding.s42 ## Check that we don't have any other bindings
47 ## Verify that we have no lazy bindings
62 ## Weak internal symbols don't get bindings
/llvm-project-15.0.7/llvm/bindings/python/
H A DREADME.txt1 This directory contains Python bindings for LLVM's C library.
3 The bindings are currently a work in progress and are far from complete.
/llvm-project-15.0.7/mlir/docs/Bindings/
H A DPython.md19 Enables building the Python bindings. Defaults to `OFF`.
24 determining header/link flags for the Python bindings. On systems with
74 There are likely two primary use cases for the MLIR python bindings:
85 In order to support use case \#2, the Python bindings are organized into
110 However, in order to modularize and make the Python bindings easier to
247 The bindings rely on Python
599 Attribute and type interfaces are not yet available in Python bindings.
603 Python bindings also support IR creation and manipulation.
1078 ## Providing Python bindings for a dialect
1098 For operations defined in ODS, `mlir-tblgen -gen-python-op-bindings
[all …]
/llvm-project-15.0.7/llvm/cmake/
H A Dconfig-ix.cmake616 message(STATUS "Go bindings disabled.")
619 message(STATUS "Go bindings disabled.")
621 execute_process(COMMAND ${GO_EXECUTABLE} run ${PROJECT_SOURCE_DIR}/bindings/go/conftest.go
625 message(STATUS "Go bindings enabled.")
627 message(STATUS "Go bindings disabled, need at least Go 1.2.")
668 # Keep the version requirements in sync with bindings/ocaml/README.txt.
672 message(STATUS "OCaml bindings disabled.")
676 message(STATUS "OCaml bindings disabled.")
679 message(STATUS "OCaml bindings disabled, need OCaml >=4.00.0.")
683 message(STATUS "OCaml bindings enabled.")
[all …]
/llvm-project-15.0.7/mlir/test/Integration/Dialect/SparseTensor/python/
H A Dlit.local.cfg3 # Only run when python bindings are enabled.
/llvm-project-15.0.7/mlir/test/Integration/Dialect/SparseTensor/taco/
H A Dlit.local.cfg3 # Only run when python bindings are enabled.
/llvm-project-15.0.7/llvm/bindings/
H A DREADME.txt1 This directory contains bindings for the LLVM compiler infrastructure to allow
/llvm-project-15.0.7/mlir/cmake/modules/
H A DMLIRDetectPythonEnv.cmake3 # Finds and configures python packages needed to build MLIR Python bindings.
7 "Building MLIR Python bindings is known to rely on CMake features "

123456