/llvm-project/polly/lib/External/isl/ |
H A D | pip_test.sh.in | 7 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 D | isl_options.c | 113 "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 D | addi-licm.ll | 2 ; 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 D | MODULE.bazel | 24 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.yml | 180 pip install --user --upgrade pip; 181 travis_wait pip install --user cpp-coveralls;
|
/llvm-project/third-party/benchmark/docs/ |
H A D | python_bindings.md | 11 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 D | README.md | 15 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 D | requirements.txt.in | 3 # pip install pip-tools 4 # pip-compile -o requirements.txt requirements.txt.in
|
H A D | requirements_formatting.txt | 2 # 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 | .gitignore | 26 pip-log.txt 27 pip-delete-this-directory.txt
|
/llvm-project/libcxxabi/ |
H A D | .gitignore | 36 pip-log.txt 37 pip-delete-this-directory.txt
|
/llvm-project/libc/utils/buildbot/ |
H A D | Dockerfile | 6 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 D | MLIRDetectPythonEnv.cmake | 52 # 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 D | pr-code-format.yml | 69 cache: 'pip' 73 run: pip install -r code-format-tools/llvm/utils/git/requirements_formatting.txt
|
H A D | version-check.yml | 26 pip install --require-hashes -r ./llvm/utils/git/requirements.txt
|
H A D | docs.yml | 108 cache: 'pip' 111 run: pip install -r llvm/docs/requirements-hashed.txt
|
H A D | pr-subscriber.yml | 25 pip install --require-hashes -r requirements.txt
|
H A D | issue-subscriber.yml | 25 pip install --require-hashes -r requirements.txt
|
H A D | merged-prs.yml | 32 pip install --require-hashes -r requirements.txt
|
H A D | pr-request-release-note.yml | 31 pip install --require-hashes -r llvm/utils/git/requirements.txt
|
H A D | release-doxygen.yml | 48 cache: 'pip'
|
/llvm-project/llvm/utils/release/ |
H A D | build-docs.sh | 16 # * pip install --user -r ./llvm/docs/requirements.txt 20 # * pip install --user -r ./llvm/docs/requirements.txt
|
/llvm-project/.github/ |
H A D | dependabot.yml | 11 - package-ecosystem: "pip"
|
/llvm-project/mlir/python/mlir/dialects/linalg/opdsl/lang/ |
H A D | yaml_helper.py | 13 f"Recommend: {sys.executable} -m pip install PyYAML"
|
/llvm-project/mlir/docs/Bindings/ |
H A D | Python.md | 41 # 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
|