Home
last modified time | relevance | path

Searched full:architecture (Results 1 – 25 of 1683) sorted by relevance

12345678910>>...68

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/TextAPI/MachO/
DArchitecture.h1 //===- llvm/TextAPI/MachO/Architecture.h - Architecture ---------*- C++ -*-===//
9 // Defines the architecture enum and helper methods.
23 /// Defines the architecture slices that are supported by Text-based Stub files.
24 enum Architecture : uint8_t { enum
26 #include "llvm/TextAPI/MachO/Architecture.def"
31 /// Convert a CPU Type and Subtype pair to an architecture slice.
32 Architecture getArchitectureFromCpuType(uint32_t CPUType, uint32_t CPUSubType);
34 /// Convert a name to an architecture slice.
35 Architecture getArchitectureFromName(StringRef Name);
37 /// Convert an architecture slice to a string.
[all …]
DArchitectureSet.h9 // Defines the architecture set.
17 #include "llvm/TextAPI/MachO/Architecture.h"
37 ArchitectureSet(Architecture Arch) : ArchitectureSet() { set(Arch); } in ArchitectureSet()
38 ArchitectureSet(const std::vector<Architecture> &Archs);
40 void set(Architecture Arch) { in set()
46 void clear(Architecture Arch) { ArchSet &= ~(1U << static_cast<int>(Arch)); } in clear()
48 bool has(Architecture Arch) const { in has()
68 : public std::iterator<std::forward_iterator_tag, Architecture, size_t> {
91 Architecture operator*() const { return static_cast<Architecture>(Index); }
124 ArchitectureSet &operator|=(const Architecture &Arch) {
[all …]
DTarget.h14 #include "llvm/TextAPI/MachO/Architecture.h"
27 Target(Architecture Arch, PlatformKind Platform) in Target()
36 Architecture Arch;
52 inline bool operator==(const Target &LHS, const Architecture &RHS) {
56 inline bool operator!=(const Target &LHS, const Architecture &RHS) {
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/TextAPI/MachO/
DArchitecture.cpp1 //===- Architecture.cpp ---------------------------------------------------===//
9 // Implements the architecture helper functions.
13 #include "llvm/TextAPI/MachO/Architecture.h"
20 Architecture getArchitectureFromCpuType(uint32_t CPUType, uint32_t CPUSubType) { in getArchitectureFromCpuType()
25 #include "llvm/TextAPI/MachO/Architecture.def" in getArchitectureFromCpuType()
31 Architecture getArchitectureFromName(StringRef Name) { in getArchitectureFromName()
32 return StringSwitch<Architecture>(Name) in getArchitectureFromName()
34 #include "llvm/TextAPI/MachO/Architecture.def" in getArchitectureFromName()
39 StringRef getArchitectureName(Architecture Arch) { in getArchitectureName()
44 #include "llvm/TextAPI/MachO/Architecture.def" in getArchitectureName()
[all …]
/third_party/rust/rust/compiler/rustc_codegen_ssa/src/back/
Dmetadata.rs9 elf, pe, xcoff, Architecture, BinaryFormat, Endianness, FileFlags, Object, ObjectSection,
108 architecture: Architecture, in add_gnu_property_note() argument
114 || !matches!(architecture, Architecture::X86_64 | Architecture::Aarch64) in add_gnu_property_note()
136 let pr_type: u32 = match architecture { in add_gnu_property_note()
137 Architecture::X86_64 => 0xc0000002, in add_gnu_property_note()
138 Architecture::Aarch64 => 0xc0000000, in add_gnu_property_note()
186 let architecture = match &sess.target.arch[..] { in create_object_file() localVariable
187 "arm" => Architecture::Arm, in create_object_file()
190 Architecture::Aarch64_Ilp32 in create_object_file()
192 Architecture::Aarch64 in create_object_file()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/configs/darwin/include/llvm/Config/
Dllvm-config.h36 #error "unknown architecture"
51 #error "unknown architecture"
54 /* LLVM architecture name for the native architecture, if available */
66 #error "unknown architecture"
81 #error "unknown architecture"
96 #error "unknown architecture"
111 #error "unknown architecture"
126 #error "unknown architecture"
141 #error "unknown architecture"
156 #error "unknown architecture"
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/configs/fuchsia/include/llvm/Config/
Dllvm-config.h36 #error "unknown architecture"
51 #error "unknown architecture"
54 /* LLVM architecture name for the native architecture, if available */
66 #error "unknown architecture"
81 #error "unknown architecture"
96 #error "unknown architecture"
111 #error "unknown architecture"
126 #error "unknown architecture"
141 #error "unknown architecture"
156 #error "unknown architecture"
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/configs/android/include/llvm/Config/
Dllvm-config.h40 #error "unknown architecture"
59 #error "unknown architecture"
62 /* LLVM architecture name for the native architecture, if available */
74 #error "unknown architecture"
89 #error "unknown architecture"
104 #error "unknown architecture"
119 #error "unknown architecture"
134 #error "unknown architecture"
149 #error "unknown architecture"
164 #error "unknown architecture"
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/configs/linux/include/llvm/Config/
Dllvm-config.h46 #error "unknown architecture"
71 #error "unknown architecture"
74 /* LLVM architecture name for the native architecture, if available */
86 #error "unknown architecture"
101 #error "unknown architecture"
116 #error "unknown architecture"
131 #error "unknown architecture"
146 #error "unknown architecture"
161 #error "unknown architecture"
176 #error "unknown architecture"
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/configs/windows/include/llvm/Config/
Dllvm-config.h44 #error "unknown architecture"
67 #error "unknown architecture"
70 /* LLVM architecture name for the native architecture, if available */
82 #error "unknown architecture"
97 #error "unknown architecture"
112 #error "unknown architecture"
127 #error "unknown architecture"
142 #error "unknown architecture"
157 #error "unknown architecture"
172 #error "unknown architecture"
/third_party/rust/rust/src/ci/docker/
DREADME.md33 - Each host architecture has its own `host-{arch}` directory, and those
170 - Target options > Target Architecture = arm
171 - Target options > Architecture level = armv6 -- (+)
187 - Target options > Target Architecture = arm
188 - Target options > Architecture level = armv6 -- (+)
206 - Target options > Target Architecture = arm
208 - Target options > Architecture level = armv7-a -- (+)
232 - Target options > Target Architecture = arm
246 - Target options > Target Architecture = x86
247 - Target options > Architecture level = i586
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARM.td323 "Model MVE instructions as a 1 beat per tick architecture">;
326 "Model MVE instructions as a 2 beats per tick architecture">;
329 "Model MVE instructions as a 4 beats per tick architecture">;
434 // ARM architecture class
620 class Architecture<string fname, string aname, list<SubtargetFeature> features>
622 !strconcat(aname, " architecture"), features>;
632 def ARMv2 : Architecture<"armv2", "ARMv2", []>;
634 def ARMv2a : Architecture<"armv2a", "ARMv2a", []>;
636 def ARMv3 : Architecture<"armv3", "ARMv3", []>;
638 def ARMv3m : Architecture<"armv3m", "ARMv3m", []>;
[all …]
/third_party/rust/rust/src/tools/rust-analyzer/docs/dev/
Darchitecture.md1 # Architecture chapter
3 This document describes the high-level architecture of rust-analyzer.
52 Pay attention to the **Architecture Invariant** sections.
82 **Architecture Invariant:** the parser is independent of the particular tree structure and particul…
89 **Architecture Invariant:** parsing never fails, the parser produces `(T, Vec<Error>)` rather than …
119 **Architecture Invariant:** `syntax` crate is completely independent from the rest of rust-analyzer…
126 **Architecture Invariant:** syntax tree is a value type.
131 **Architecture Invariant:** syntax tree is built for a single file.
134 **Architecture Invariant:** Syntax trees are by design incomplete and do not enforce well-formedne…
145 **Architecture Invariant:** particularities of the build system are *not* the part of the ground st…
[all …]
/third_party/mindspore/mindspore-src/source/mindspore/lite/tools/converter/config_parser/
Dcpu_option_param_parser.cc23 if (cpu_option_string.architecture.empty() || cpu_option_string.instruction.empty()) { in ParseCpuOptionCfg()
27 if (cpu_option_string.architecture != "ARM64") { in ParseCpuOptionCfg()
28 …S_LOG(ERROR) << "cpu instruction only supported ARM64. But get " << cpu_option_string.architecture; in ParseCpuOptionCfg()
37 cpu_option_cfg->architecture = cpu_option_string.architecture; in ParseCpuOptionCfg()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonDepArch.td11 …tFeature<"v66", "HexagonArchVersion", "Hexagon::ArchEnum::V66", "Enable Hexagon V66 architecture">;
13 …tFeature<"v65", "HexagonArchVersion", "Hexagon::ArchEnum::V65", "Enable Hexagon V65 architecture">;
15 …tFeature<"v62", "HexagonArchVersion", "Hexagon::ArchEnum::V62", "Enable Hexagon V62 architecture">;
17 …tFeature<"v60", "HexagonArchVersion", "Hexagon::ArchEnum::V60", "Enable Hexagon V60 architecture">;
19 …tFeature<"v55", "HexagonArchVersion", "Hexagon::ArchEnum::V55", "Enable Hexagon V55 architecture">;
21 …rgetFeature<"v5", "HexagonArchVersion", "Hexagon::ArchEnum::V5", "Enable Hexagon V5 architecture">;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DTriple.h27 /// ARCHITECTURE-VENDOR-OPERATING_SYSTEM
29 /// ARCHITECTURE-VENDOR-OPERATING_SYSTEM-ENVIRONMENT
296 /// getArch - Get the parsed architecture type of this triple.
370 /// getArchName - Get the architecture (first) component of the
394 /// Test whether the architecture is 64-bit
403 /// Test whether the architecture is 32-bit
408 /// Test whether the architecture is 16-bit
758 /// setArch - Set the architecture (first) component of the triple
780 /// setArchName - Set the architecture (first) component of the
804 /// Form a triple with a 32-bit variant of the current architecture.
[all …]
/third_party/opencl-headers/tests/
Dtest_headers.c63 printf( "__cl_char2 SIMD vectors not supported on this architecture.\n" ); in test_char()
70 printf( "__cl_char4 SIMD vectors not supported on this architecture.\n" ); in test_char()
77 printf( "__cl_char8 SIMD vectors not supported on this architecture.\n" ); in test_char()
85 printf( "__cl_char16 SIMD vectors not supported on this architecture.\n" ); in test_char()
123 printf( "__cl_uchar2 SIMD vectors not supported on this architecture.\n" ); in test_uchar()
130 printf( "__cl_uchar4 SIMD vectors not supported on this architecture.\n" ); in test_uchar()
137 printf( "__cl_uchar8 SIMD vectors not supported on this architecture.\n" ); in test_uchar()
145 printf( "__cl_uchar16 SIMD vectors not supported on this architecture.\n" ); in test_uchar()
183 printf( "__cl_short2 SIMD vectors not supported on this architecture.\n" ); in test_short()
190 printf( "__cl_short4 SIMD vectors not supported on this architecture.\n" ); in test_short()
[all …]
/third_party/ncurses/package/debian/
Dcontrol10 Architecture: any
19 Architecture: any
29 Architecture: all
39 Architecture: all
/third_party/icu/vendor/double-conversion/upstream/
DChangelog9 Add support of Synopsys ARC64 architecture.
22 Loongarch is a RISC-style command system architecture.
23 Add support for loongarch architecture.
29 Add support for xtensa architecture.
30 Add support for nios2 architecture.
37 Add support for e2k architecture. Thanks to Michael Shigorin.
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/MCDisassembler/
DDisassembler.h11 // individual instructions according to a given architecture and disassembly
61 // The assembly information for the target architecture.
63 // The register information for the target architecture.
65 // The subtarget information for the target architecture.
67 // The instruction information for the target architecture.
71 // The disassembler for the target architecture.
73 // The instruction printer for the target architecture.
/third_party/rust/rust/src/tools/miri/
Dci.sh34 begingroup "Testing foreign architecture $MIRI_TEST_TARGET"
36 begingroup "Testing host architecture"
89 begingroup "Testing MINIMAL foreign architecture $MIRI_TEST_TARGET: only testing $@"
91 begingroup "Testing MINIMAL host architecture: only testing $@"
115 …_TARGET=thumbv7em-none-eabihf MIRI_NO_STD=1 run_tests_minimal no_std # no_std embedded architecture
119 MIRI_TEST_TARGET=mips64-unknown-linux-gnuabi64 run_tests # big-endian architecture
/third_party/elfio/c_wrapper/
Delf_types_c_wrapper.hpp180 #define EM_XTENSA 94 // Tensilica Xtensa Architecture
225 #define EM_LATTICEMICO32 138 // RISC processor for Lattice FPGA architecture
250 #define EM_TRIMEDIA 163 // NXP Semiconductors TriMedia architecture family
260 #define EM_CRAYNV2 172 // Cray Inc. NV2 vector architecture
262 #define EM_METAG 174 // Imagination Technologies META processor architecture
263 #define EM_MCST_ELBRUS 175 // MCST Elbrus general purpose hardware architecture
275 #define EM_TILE64 187 // Tilera TILE64 multicore architecture family
276 #define EM_TILEPRO 188 // Tilera TILEPro multicore architecture family
278 #define EM_CUDA 190 // NVIDIA CUDA architecture
279 #define EM_TILEGX 191 // Tilera TILE-Gx multicore architecture family
[all …]
/third_party/ncurses/test/package/debian-mingw/
Drules11 DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
12 DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
80 # Build architecture-independent files here.
84 # Build architecture-dependent files here.
/third_party/ncurses/Ada95/package/debian/
Drules11 DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
12 DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
81 # Build architecture-independent files here.
85 # Build architecture-dependent files here.
/third_party/ncurses/test/package/debian-mingw64/
Drules11 DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
12 DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
80 # Build architecture-independent files here.
84 # Build architecture-dependent files here.

12345678910>>...68