Home
last modified time | relevance | path

Searched full:pip (Results 1 – 25 of 69) sorted by relevance

123

/llvm-project/polly/lib/External/isl/
H A Dpip_test.sh.in7 boulet.pip \
8 brisebarre.pip \
9 cg1.pip \
10 esced.pip \
11 ex2.pip \
12 ex.pip \
13 exist.pip \
14 exist2.pip \
15 fimmel.pip \
16 max.pip \
[all …]
H A Disl_options.c113 "how to handle the pip context tableau")
131 ISL_ARG_BOOL(struct isl_options, pip_symmetry, 0, "pip-symmetry", 1,
132 "detect simple symmetries in PIP input")
/llvm-project/llvm/test/CodeGen/PowerPC/
H A Daddi-licm.ll2 ; RUN: llc -verify-machineinstrs -mcpu=pwr7 < %s | FileCheck %s -check-prefix=PIP
24 ; PIP-LABEL: @foo
25 ; PIP: addi [[REG1:[0-9]+]], 1,
26 ; PIP: addi [[REG2:[0-9]+]], 1,
27 ; PIP: %for.body.i
28 ; PIP-DAG: lfsu {{[0-9]+}}, 4([[REG1]])
29 ; PIP-DAG: lfsu {{[0-9]+}}, 4([[REG2]])
30 ; PIP: blr
/llvm-project/third-party/benchmark/
H A DMODULE.bazel24 pip = use_extension("@rules_python//python/extensions:pip.bzl", "pip", dev_dependency = True)
25 pip.parse(
30 use_repo(pip, "tools_pip_deps")
H A D.travis.yml180 pip install --user --upgrade pip;
181 travis_wait pip install --user cpp-coveralls;
/llvm-project/third-party/benchmark/docs/
H A Dpython_bindings.md11 python -m pip install --upgrade pip # for manylinux2014 support
12 python -m pip install google-benchmark
28 python -m pip install --upgrade pip build
/llvm-project/openmp/tools/multiplex/
H A DREADME.md15 Either build llvm and find lit+FileCheck in build directory of llvm or install using `pip`:
17 $ pip install --upgrade --user pip
20 $ pip install --user lit
/llvm-project/llvm/utils/git/
H A Drequirements.txt.in3 # pip install pip-tools
4 # pip-compile -o requirements.txt requirements.txt.in
H A Drequirements_formatting.txt2 # This file is autogenerated by pip-compile with Python 3.11
5 # pip-compile --generate-hashes --output-file=requirements_formatting.txt requirements_formatting.txt.in
/llvm-project/libcxx/
H A D.gitignore26 pip-log.txt
27 pip-delete-this-directory.txt
/llvm-project/libcxxabi/
H A D.gitignore36 pip-log.txt
37 pip-delete-this-directory.txt
/llvm-project/libc/utils/buildbot/
H A DDockerfile6 vim zip libstdc++6:i386 file binutils-dev binutils-gold cmake python-pip \
8 RUN python -m pip install buildbot-worker==2.8.4
/llvm-project/mlir/cmake/modules/
H A DMLIRDetectPythonEnv.cmake52 # installed via pip, which typically yields a much more recent version than
67 message(STATUS "not found (install via 'pip install pybind11' or set pybind11_DIR)")
78 # installed via pip, which typically yields a much more recent version than
93 message(STATUS "not found (install via 'pip install nanobind' or set nanobind_DIR)")
106 message(STATUS "not found (install via 'pip install nanobind' or set nanobind_DIR)")
/llvm-project/.github/workflows/
H A Dpr-code-format.yml69 cache: 'pip'
73 run: pip install -r code-format-tools/llvm/utils/git/requirements_formatting.txt
H A Dversion-check.yml26 pip install --require-hashes -r ./llvm/utils/git/requirements.txt
H A Ddocs.yml108 cache: 'pip'
111 run: pip install -r llvm/docs/requirements-hashed.txt
H A Dpr-subscriber.yml25 pip install --require-hashes -r requirements.txt
H A Dissue-subscriber.yml25 pip install --require-hashes -r requirements.txt
H A Dmerged-prs.yml32 pip install --require-hashes -r requirements.txt
H A Dpr-request-release-note.yml31 pip install --require-hashes -r llvm/utils/git/requirements.txt
H A Drelease-doxygen.yml48 cache: 'pip'
/llvm-project/llvm/utils/release/
H A Dbuild-docs.sh16 # * pip install --user -r ./llvm/docs/requirements.txt
20 # * pip install --user -r ./llvm/docs/requirements.txt
/llvm-project/.github/
H A Ddependabot.yml11 - package-ecosystem: "pip"
/llvm-project/mlir/python/mlir/dialects/linalg/opdsl/lang/
H A Dyaml_helper.py13 f"Recommend: {sys.executable} -m pip install PyYAML"
/llvm-project/mlir/docs/Bindings/
H A DPython.md41 # Note that many LTS distros will bundle a version of pip itself that is too
43 # The pip version can be obtained with `python -m pip --version`, and for
46 # It is recommended to upgrade pip:
47 python -m pip install --upgrade pip
52 python -m pip install -r mlir/python/requirements.txt

123