| /third_party/rust/rust/src/ci/docker/host-x86_64/x86_64-gnu-llvm-14/ |
| D | Dockerfile | 5 RUN apt-get update && apt-get install -y --no-install-recommends \ 7 gcc-multilib \ 9 ninja-build \ 12 ca-certificates \ 18 llvm-14-tools \ 19 llvm-14-dev \ 20 libedit-dev \ 21 libssl-dev \ 22 pkg-config \ 23 zlib1g-dev \ [all …]
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/MCTargetDesc/ |
| D | PPCAsmBackend.cpp | 1 //===-- PPCAsmBackend.cpp - PPC Assembler Backend -------------------------===// 3 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. 4 // See https://llvm.org/LICENSE.txt for license information. 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 11 #include "llvm/BinaryFormat/ELF.h" 12 #include "llvm/BinaryFormat/MachO.h" 13 #include "llvm/MC/MCAsmBackend.h" 14 #include "llvm/MC/MCAssembler.h" 15 #include "llvm/MC/MCELFObjectWriter.h" [all …]
|
| D | PPCFixupKinds.h | 1 //===-- PPCFixupKinds.h - PPC Specific Fixup Entries ------------*- C++ -*-===// 3 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. 4 // See https://llvm.org/LICENSE.txt for license information. 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 12 #include "llvm/MC/MCFixup.h" 16 namespace llvm { 19 // 24-bit PC relative relocation for direct branches like 'b' and 'bl'. 22 /// 14-bit PC relative relocation for conditional branches. 25 /// 24-bit absolute relocation for direct branches like 'ba' and 'bla'. [all …]
|
| D | PPCPredicates.h | 1 //===-- PPCPredicates.h - PPC Branch Predicate Information ------*- C++ -*-===// 3 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. 4 // See https://llvm.org/LICENSE.txt for license information. 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 11 //===----------------------------------------------------------------------===// 23 namespace llvm { 25 /// Predicate - These are "(BI << 5) | BO" for various predicates. 35 PRED_LT_MINUS = (0 << 5) | 14, 37 PRED_EQ_MINUS = (2 << 5) | 14, [all …]
|
| D | PPCMCTargetDesc.h | 1 //===-- PPCMCTargetDesc.h - PowerPC Target Descriptions ---------*- C++ -*-===// 3 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. 4 // See https://llvm.org/LICENSE.txt for license information. 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 11 //===----------------------------------------------------------------------===// 19 #include "llvm/MC/MCRegisterInfo.h" 20 #include "llvm/Support/MathExtras.h" 24 namespace llvm { 50 /// Construct a PPC Mach-O object writer. [all …]
|
| /third_party/rust/rust/src/ci/docker/host-x86_64/disabled/dist-armv7-android/ |
| D | Dockerfile | 3 COPY scripts/android-base-apt-get.sh /scripts/ 4 RUN sh /scripts/android-base-apt-get.sh 6 COPY scripts/android-ndk.sh /scripts/ 7 RUN . /scripts/android-ndk.sh && \ 8 download_ndk android-ndk-r15c-linux-x86_64.zip && \ 9 make_standalone_toolchain arm 14 && \ 14 ln -s /android/ndk/arm-21 /android/ndk/arm 16 ENV PATH=$PATH:/android/ndk/arm-14/bin 18 ENV DEP_Z_ROOT=/android/ndk/arm-14/sysroot/usr/ 20 ENV HOSTS=armv7-linux-androideabi [all …]
|
| /third_party/rust/rust/src/ci/docker/host-x86_64/disabled/dist-i686-android/ |
| D | Dockerfile | 3 COPY scripts/android-base-apt-get.sh /scripts/ 4 RUN sh /scripts/android-base-apt-get.sh 6 COPY scripts/android-ndk.sh /scripts/ 7 RUN . /scripts/android-ndk.sh && \ 8 download_ndk android-ndk-r15c-linux-x86_64.zip && \ 9 make_standalone_toolchain x86 14 && \ 14 ln -s /android/ndk/x86-21 /android/ndk/x86 16 ENV PATH=$PATH:/android/ndk/x86-14/bin 18 ENV DEP_Z_ROOT=/android/ndk/x86-14/sysroot/usr/ 20 ENV HOSTS=i686-linux-android [all …]
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Remarks/ |
| D | BitstreamRemarkContainer.h | 1 //===-- BitstreamRemarkContainer.h - Container for remarks --------------*-===// 3 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. 4 // See https://llvm.org/LICENSE.txt for license information. 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 12 //===----------------------------------------------------------------------===// 17 #include "llvm/ADT/StringRef.h" 18 #include "llvm/Bitstream/BitCodes.h" 21 namespace llvm { 92 constexpr StringRef MetaContainerInfoName = StringRef("Container info", 14); [all …]
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/Utils/ |
| D | AArch64BaseInfo.cpp | 1 //===-- AArch64BaseInfo.cpp - AArch64 Base encoding information------------===// 3 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. 4 // See https://llvm.org/LICENSE.txt for license information. 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 11 //===----------------------------------------------------------------------===// 13 #include "llvm/ADT/ArrayRef.h" 14 #include "llvm/ADT/SmallVector.h" 15 #include "llvm/ADT/StringExtras.h" 16 #include "llvm/Support/Regex.h" [all …]
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Sparc/ |
| D | Sparc.h | 1 //===-- Sparc.h - Top-level interface for Sparc representation --*- C++ -*-===// 3 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. 4 // See https://llvm.org/LICENSE.txt for license information. 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 9 // This file contains the entry points for global functions defined in the LLVM 10 // Sparc back-end. 12 //===----------------------------------------------------------------------===// 18 #include "llvm/Support/ErrorHandling.h" 19 #include "llvm/Target/TargetMachine.h" [all …]
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Bitcode/ |
| D | LLVMBitCodes.h | 1 //===- LLVMBitCodes.h - Enum values for the LLVM bitcode format -*- C++ -*-===// 3 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. 4 // See https://llvm.org/LICENSE.txt for license information. 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 9 // This header defines Bitcode enum values for LLVM IR bitcode files. 15 //===----------------------------------------------------------------------===// 20 #include "llvm/Bitstream/BitCodes.h" 22 namespace llvm { 24 // The only top-level block types are MODULE, IDENTIFICATION, STRTAB and SYMTAB. [all …]
|
| /third_party/liburing/.github/workflows/ |
| D | build.yml | 10 runs-on: ubuntu-22.04 13 fail-fast: false 16 # x86-64 gcc 17 - arch: x86_64 18 cc_pkg: gcc-x86-64-linux-gnu 19 cxx_pkg: g++-x86-64-linux-gnu 20 cc: x86_64-linux-gnu-gcc 21 cxx: x86_64-linux-gnu-g++ 23 # x86-64 clang 24 - arch: x86_64 [all …]
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
| D | CRC.cpp | 1 //===--- CRC.cpp - Cyclic Redundancy Check implementation -----------------===// 3 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. 4 // See https://llvm.org/LICENSE.txt for license information. 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 13 // look-up. Commun. ACM 31, 8 (August 1988) 17 // Chapter 14 (Figure 14-7 in particular) for how the algorithm works. 19 //===----------------------------------------------------------------------===// 21 #include "llvm/Support/CRC.h" 23 #include "llvm/ADT/ArrayRef.h" [all …]
|
| D | MD5.cpp | 4 * This is an OpenSSL-compatible implementation of the RSA Data Security, Inc. 5 * MD5 Message-Digest Algorithm (RFC 1321). 8 * http://openwall.info/wiki/people/solar/software/public-domain-source-code/md5 25 * (This is a heavily cut-down "BSD license".) 28 * no exactly 32-bit integer data type is required (any 32-bit or wider 29 * unsigned integer data type will do), there's no compile-time endianness 37 * compile-time configuration. 40 #include "llvm/Support/MD5.h" 41 #include "llvm/ADT/ArrayRef.h" 42 #include "llvm/ADT/StringRef.h" [all …]
|
| D | ARMWinEH.cpp | 1 //===-- ARMWinEH.cpp - Windows on ARM EH Support Functions ------*- C++ -*-===// 3 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. 4 // See https://llvm.org/LICENSE.txt for license information. 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 9 #include "llvm/Support/ARMWinEH.h" 10 #include "llvm/Support/raw_ostream.h" 12 namespace llvm { namespace 21 uint16_t GPRMask = (ChainedFrame << 11) | (LinkRegister << 14); in SavedRegisterMask() 25 VFPMask |= (((1 << ((NumRegisters + 1) % 8)) - 1) << 8); in SavedRegisterMask() [all …]
|
| /third_party/mindspore/mindspore-src/source/scripts/build/ |
| D | akg_find_llvm.sh | 2 # Copyright 2021-2023 Huawei Technologies Co., Ltd 8 # http://www.apache.org/licenses/LICENSE-2.0 17 # Find a suitable LLVM version for AKG. 20 # and executes it by `cmake -P` (cmake script mode). 22 # If no suitable LLVM is found, the `find_package` function runs normally, 25 # If suitable LLVM is found, the `find_package` will encounter the error 26 # "add_library command is not scriptable" in `LLVMExports.cmake` of LLVM library. 30 echo "find_package(LLVM 16 QUIET)" > akg_llvm_tmp.cmake 31 echo "find_package(LLVM 15 QUIET)" >> akg_llvm_tmp.cmake 32 echo "find_package(LLVM 14 QUIET)" >> akg_llvm_tmp.cmake [all …]
|
| /third_party/rust/rust/compiler/rustc_llvm/llvm-wrapper/ |
| D | LLVMWrapper.h | 1 #include "llvm-c/BitReader.h" 2 #include "llvm-c/Core.h" 3 #include "llvm-c/Object.h" 4 #include "llvm/ADT/ArrayRef.h" 5 #include "llvm/ADT/DenseSet.h" 6 #include "llvm/ADT/SmallVector.h" 7 #include "llvm/Analysis/Lint.h" 8 #include "llvm/Analysis/Passes.h" 9 #include "llvm/IR/IRBuilder.h" 10 #include "llvm/IR/InlineAsm.h" [all …]
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
| D | FixedMetadataKinds.def | 1 /*===-- FixedMetadataKinds.def - Fixed metadata kind IDs -------*- C++ -*-=== *\ 3 |* Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. 4 |* See https://llvm.org/LICENSE.txt for license information. 5 |* SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 \*===----------------------------------------------------------------------===*/ 24 "llvm.mem.parallel_loop_access", 10) 28 LLVM_FIXED_MD_KIND(MD_make_implicit, "make.implicit", 14) 32 LLVM_FIXED_MD_KIND(MD_loop, "llvm.loop", 18) 39 LLVM_FIXED_MD_KIND(MD_access_group, "llvm.access.group", 25) 41 LLVM_FIXED_MD_KIND(MD_preserve_access_index, "llvm.preserve.access.index", 27)
|
| /third_party/rust/rust/compiler/rustc_codegen_gcc/.github/workflows/ |
| D | ci.yml | 4 - push 5 - pull_request 16 runs-on: ubuntu-22.04 19 fail-fast: false 22 - { gcc: "libgccjit.so", extra: "", env_extra: "", artifacts_branch: "master" } 23 …- { gcc: "libgccjit_without_int128.so", extra: "", env_extra: "", artifacts_branch: "master-withou… 24 …- { gcc: "libgccjit12.so", extra: "--no-default-features", env_extra: "TEST_FLAGS='-Cpanic=abort -… 26 "--mini-tests", 27 "--std-tests", 28 # FIXME: re-enable asm tests when GCC can emit in the right syntax. [all …]
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/BinaryFormat/ |
| D | Magic.cpp | 1 //===- llvm/BinaryFormat/Magic.cpp - File magic identification --*- C++ -*-===// 3 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. 4 // See https://llvm.org/LICENSE.txt for license information. 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 9 #include "llvm/BinaryFormat/Magic.h" 11 #include "llvm/BinaryFormat/COFF.h" 12 #include "llvm/BinaryFormat/ELF.h" 13 #include "llvm/BinaryFormat/MachO.h" 14 #include "llvm/Support/Endian.h" [all …]
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/XCore/ |
| D | XCoreRegisterInfo.td | 1 //===-- XCoreRegisterInfo.td - XCore Register defs ---------*- tablegen -*-===// 3 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. 4 // See https://llvm.org/LICENSE.txt for license information. 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 9 //===----------------------------------------------------------------------===// 11 //===----------------------------------------------------------------------===// 18 // Registers are identified with 4-bit ID numbers. 19 // Ri - 32-bit integer registers 39 def SP : Ri<14, "sp">, DwarfRegNum<[14]>;
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/MCTargetDesc/ |
| D | AArch64FixupKinds.h | 1 //===-- AArch64FixupKinds.h - AArch64 Specific Fixup Entries ----*- C++ -*-===// 3 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. 4 // See https://llvm.org/LICENSE.txt for license information. 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 12 #include "llvm/MC/MCFixup.h" 14 namespace llvm { 18 // A 21-bit pc-relative immediate inserted into an ADR instruction. 21 // A 21-bit pc-relative immediate inserted into an ADRP instruction. 24 // 12-bit fixup for add/sub instructions. No alignment adjustment. All value [all …]
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
| D | ARMBuildAttributes.h | 1 //===-- ARMBuildAttributes.h - ARM Build Attributes -------------*- C++ -*-===// 3 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. 4 // See https://llvm.org/LICENSE.txt for license information. 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 12 // ELF for the ARM Architecture r2.09 - November 30, 2012 16 //===----------------------------------------------------------------------===// 21 namespace llvm { 45 ABI_PCS_R9_use = 14, 110 v8_A = 14, // v8_A AArch32 [all …]
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/BPF/Disassembler/ |
| D | BPFDisassembler.cpp | 1 //===- BPFDisassembler.cpp - Disassembler for BPF ---------------*- C++ -*-===// 3 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. 4 // See https://llvm.org/LICENSE.txt for license information. 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 11 //===----------------------------------------------------------------------===// 15 #include "llvm/ADT/ArrayRef.h" 16 #include "llvm/MC/MCAsmInfo.h" 17 #include "llvm/MC/MCContext.h" 18 #include "llvm/MC/MCDisassembler/MCDisassembler.h" [all …]
|
| /third_party/rust/crates/clang-sys/ |
| D | CHANGELOG.md | 1 ## [1.4.0] - 2022-09-22 4 - The value of an `EntityKind` enum variant 7 …e made in `libclang`](https://github.com/llvm/llvm-project/commit/bb83f8e70bd1d56152f02307adacd718… 10 - Added support for `clang` 16.0.x 11 - Added support for `clang` 15.0.x 12 - Added support for `clang` 14.0.x 14 ## [1.3.3] - 2022-05-28 17 - Fixed `Clang::find` to check that `CLANG_PATH` is an executable file before 20 ## [1.3.2] - 2022-05-18 23 - Added support for illumos and derivatives [all …]
|