Home
last modified time | relevance | path

Searched refs:ARCH (Results 1 – 25 of 53) sorted by relevance

123

/llvm-project-15.0.7/llvm/test/tools/llvm-readobj/ELF/
H A Dfile-summary-json.test63 # ARCH-SINGLE:[
64 # ARCH-SINGLE-NEXT: {
74 # ARCH-SINGLE-NEXT: }
75 # ARCH-SINGLE-NEXT:]
84 # ARCH-MULTI:[
85 # ARCH-MULTI-NEXT: {
94 # ARCH-MULTI-NEXT: }
95 # ARCH-MULTI-NEXT: },
96 # ARCH-MULTI-NEXT: {
106 # ARCH-MULTI-NEXT: }
[all …]
/llvm-project-15.0.7/clang/test/Driver/
H A Damdgpu-macros.cl36 // ARCH-R600-NOT: #define FP_FAST_FMA 1
39 // ARCH-R600-DAG: #define __AMDGPU__ 1
40 // ARCH-R600-DAG: #define __AMD__ 1
62 // ARCH-R600-DAG: #define __R600__ 1
128 // ARCH-GCN-DAG: #define FP_FAST_FMA 1
133 // ARCH-GCN-DAG: #define __AMDGCN__ 1
134 // ARCH-GCN-DAG: #define __AMDGPU__ 1
135 // ARCH-GCN-DAG: #define __AMD__ 1
136 // ARCH-GCN-DAG: #define __HAS_FMAF__ 1
137 // ARCH-GCN-DAG: #define __HAS_FP64__ 1
[all …]
H A Dhip-phases.hip31 // BIN-DAG: [[P5:[0-9]+]]: compiler, {[[P4]]}, ir, (device-[[T]], [[ARCH]])
32 // NRD-DAG: [[P6:[0-9]+]]: backend, {[[P5]]}, assembler, (device-[[T]], [[ARCH]])
33 // NRD-DAG: [[P7:[0-9]+]]: assembler, {[[P6]]}, object, (device-[[T]], [[ARCH]])
34 // RDC-DAG: [[P7:[0-9]+]]: backend, {[[P5]]}, ir, (device-[[T]], [[ARCH]])
35 // BIN-DAG: [[P8:[0-9]+]]: linker, {[[P7]]}, image, (device-[[T]], [[ARCH]])
56 // ASM-DAG: [[P2:[0-9]+]]: compiler, {[[P1]]}, ir, (device-[[T]], [[ARCH]])
224 // DBIN-DAG: [[P2:[0-9]+]]: compiler, {[[P1]]}, ir, (device-[[T]], [[ARCH]])
540 // CHECK: [[A3:[0-9]+]]: backend, {[[A2]]}, ir, (device-hip, [[ARCH]])
544 // CHECK: [[B2:[0-9]+]]: compiler, {[[B1]]}, ir, (device-hip, [[ARCH]])
545 // CHECK: [[B3:[0-9]+]]: backend, {[[B2]]}, ir, (device-hip, [[ARCH]])
[all …]
/llvm-project-15.0.7/llvm/test/CodeGen/AMDGPU/
H A Delf-header-flags-mach.ll1 …0 -mcpu=r600 < %s | llvm-readobj --file-header - | FileCheck --check-prefixes=ALL,ARCH-R600,R600 %s
2 …0 -mcpu=r630 < %s | llvm-readobj --file-header - | FileCheck --check-prefixes=ALL,ARCH-R600,R630 %s
3 …-mcpu=rs880 < %s | llvm-readobj --file-header - | FileCheck --check-prefixes=ALL,ARCH-R600,RS880 %s
4 …-mcpu=rv670 < %s | llvm-readobj --file-header - | FileCheck --check-prefixes=ALL,ARCH-R600,RV670 %s
5 …-mcpu=rv710 < %s | llvm-readobj --file-header - | FileCheck --check-prefixes=ALL,ARCH-R600,RV710 %s
77 ; ARCH-R600: Format: elf32-amdgpu
78 ; ARCH-R600: Arch: r600
79 ; ARCH-R600: AddressSize: 32bit
81 ; ARCH-GCN: Format: elf64-amdgpu
82 ; ARCH-GCN: Arch: amdgcn
[all …]
H A Dflat-scratch-reg.ll37 ; GFX9-ARCH-FLAT: ; NumSgprs: 14
38 ; GFX10-ARCH-FLAT: ; NumSgprs: 8
57 ; GFX9-ARCH-FLAT: ; NumSgprs: 14
77 ; GFX9-ARCH-FLAT: ; NumSgprs: 14
78 ; GFX10-ARCH-FLAT: ; NumSgprs: 8
97 ; GFX9-ARCH-FLAT: ; NumSgprs: 14
120 ; GFX9-ARCH-FLAT: ; NumSgprs: 6
121 ; GFX10-ARCH-FLAT: ; NumSgprs: 0
140 ; GFX9-ARCH-FLAT: ; NumSgprs: 6
141 ; GFX10-ARCH-FLAT: ; NumSgprs: 0
[all …]
/llvm-project-15.0.7/lldb/scripts/lldb-test-qemu/
H A Drun-qemu.sh47 --arch) ARCH=$2; shift;;
59 if [ "$ARCH" == "arm64" ] && [ "$ARCH" == "arm" ]; then
60 echo "Invalid architecture: $ARCH"
70 KERNEL_IMG_PATH=$(pwd)/linux.build/"$ARCH"/arch/"$ARCH"/boot/
77 if [[ "$ARCH" == "arm" ]]; then
79 elif [[ "$ARCH" == "arm64" ]]; then
85 if [[ "$ARCH" == "arm" ]]; then
87 elif [[ "$ARCH" == "arm64" ]]; then
92 echo "QEMU $ARCH system emulation executable not found."
97 if [[ "$ARCH" == "arm" ]]; then
[all …]
H A Dsetup.sh77 make O=../linux.build/arm ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- \
81 make -j`getconf _NPROCESSORS_ONLN` O=../linux.build/arm ARCH=arm \
88 make O=../linux.build/arm64 ARCH=arm64 CROSS_COMPILE=aarch64-linux-gnu- \
92 make -j`getconf _NPROCESSORS_ONLN` O=../linux.build/arm64 ARCH=arm64 \
/llvm-project-15.0.7/lldb/packages/Python/lldbsuite/test/make/
H A DAndroid.rules3 ifeq "$(findstring 64, $(ARCH))" "64"
6 else ifeq "$(ARCH)" "i386"
14 ifeq "$(ARCH)" "arm"
19 else ifeq "$(ARCH)" "aarch64"
23 else ifeq "$(ARCH)" "i386"
27 else ifeq "$(ARCH)" "mips64r6"
31 else ifeq "$(ARCH)" "mips32"
36 SYSROOT_ARCH := $(ARCH)
37 STL_ARCH := $(ARCH)
43 else ifeq "$(ARCH)" "arm"
[all …]
H A DMakefile.rules104 ARCH = x86
106 ARCH = x86_64
159 override ARCH := $(subst amd64,64,$(ARCH))
162 override ARCH := $(subst x86_64,64,$(ARCH))
165 override ARCH := $(subst x64,64,$(ARCH))
168 override ARCH := $(subst x86,32,$(ARCH))
171 override ARCH := $(subst i386,32,$(ARCH))
174 override ARCH := $(subst i686,32,$(ARCH))
177 override ARCH := $(subst powerpc,32,$(ARCH))
180 override ARCH := $(subst powerpc64,64,$(ARCH))
[all …]
/llvm-project-15.0.7/compiler-rt/test/builtins/timing/
H A Dtime24 for ARCH in i386 x86_64; do
27 echo "Timing $FILE for $ARCH"
29 test $ARCH $FILE libgcc ""
30 test $ARCH $FILE tuned ../../darwin_fat/Release/libcompiler_rt.a
32 test $ARCH $FILE installed $INSTALLED
/llvm-project-15.0.7/libclc/
H A DCMakeLists.txt214 list( GET TRIPLE 0 ARCH )
220 if ( NOT ${ARCH} STREQUAL spirv AND NOT ${ARCH} STREQUAL spirv64 AND
221 NOT ${ARCH} STREQUAL clspv AND NOT ${ARCH} STREQUAL clspv64)
225 if( ${ARCH} STREQUAL r600 OR ${ARCH} STREQUAL amdgcn )
230 if( ${ARCH} STREQUAL nvptx OR ${ARCH} STREQUAL nvptx64 )
233 set( DARCH ${ARCH} )
252 if( NOT ${ARCH} STREQUAL "spirv" AND NOT ${ARCH} STREQUAL "spirv64" AND
253 NOT ${ARCH} STREQUAL "clspv" AND NOT ${ARCH} STREQUAL "clspv64" )
285 if( ${d} STREQUAL "none" OR ${ARCH} STREQUAL "spirv" OR ${ARCH} STREQUAL "spirv64" )
294 if ( ${ARCH} STREQUAL "spirv" OR ${ARCH} STREQUAL "spirv64" )
[all …]
/llvm-project-15.0.7/compiler-rt/test/builtins/Unit/
H A Dtest19 for ARCH in $ARCHS; do
21 if test "$ARCH" != '<host>'; then
22 CFLAGS="-arch $ARCH $CFLAGS"
45 echo "Built $FILE.exe for $ARCH"
52 echo "Testing $FILE for $ARCH"
/llvm-project-15.0.7/llvm/test/tools/obj2yaml/ELF/
H A Dmips-eflags.yaml257 # RUN: obj2yaml %t-arch-1a | FileCheck %s --check-prefix=ARCH-1
259 # RUN: obj2yaml %t-arch-1b | FileCheck %s --check-prefix=ARCH-1
261 # ARCH-1-NOT: Flags:
280 # RUN: obj2yaml %t-arch-2 | FileCheck %s -DARCH=EF_MIPS_ARCH_2 --check-prefix=ARCH
282 # RUN: obj2yaml %t-arch-3 | FileCheck %s -DARCH=EF_MIPS_ARCH_3 --check-prefix=ARCH
284 # RUN: obj2yaml %t-arch-4 | FileCheck %s -DARCH=EF_MIPS_ARCH_4 --check-prefix=ARCH
286 # RUN: obj2yaml %t-arch-5 | FileCheck %s -DARCH=EF_MIPS_ARCH_5 --check-prefix=ARCH
288 # RUN: obj2yaml %t-arch-32 | FileCheck %s -DARCH=EF_MIPS_ARCH_32 --check-prefix=ARCH
290 # RUN: obj2yaml %t-arch-64 | FileCheck %s -DARCH=EF_MIPS_ARCH_64 --check-prefix=ARCH
292 # RUN: obj2yaml %t-arch-32r2 | FileCheck %s -DARCH=EF_MIPS_ARCH_32R2 --check-prefix=ARCH
[all …]
/llvm-project-15.0.7/lldb/test/API/functionalities/postmortem/netbsd-core/
H A DGNUmakefile1 ARCH = $(shell uname -m) macro
3 EXECS = $(patsubst %,%.$(ARCH),$(PROGRAMS))
12 %.$(ARCH): %.c
/llvm-project-15.0.7/lldb/test/API/functionalities/scripted_process/
H A DMakefile5 override ARCH := $(shell uname -m)
10 $(MAKE) -f $(MAKEFILE_RULES) ARCH=$(ARCH) \
/llvm-project-15.0.7/llvm/test/tools/llvm-libtool-darwin/
H A Duniversal-object-flattening.test87 # RUN: FileCheck %s --check-prefix=INVALID-ARCH
89 # INVALID-ARCH: invalid architecture 'arch101': valid architecture names are
93 # RUN: FileCheck %s --check-prefix=EMPTY-ARCH
95 # EMPTY-ARCH: invalid architecture '': valid architecture names are
99 # RUN: FileCheck %s --check-prefix=MISSING-ARCH
101 # MISSING-ARCH: error: no library created (no object files in input files matching -arch_only ppc)
105 # RUN: FileCheck %s --check-prefix=REQUIRE-ARCH
107 # REQUIRE-ARCH: for the --arch_only option: requires a value!
/llvm-project-15.0.7/lldb/examples/darwin/heap_find/heap/
H A DMakefile10 ARCH ?= x86_64 macro
11 CFLAGS ?=-arch $(ARCH) -gdwarf-2 -O0
/llvm-project-15.0.7/llvm/test/tools/llvm-ar/
H A Dmri-create-overwrite.test10 # RUN: FileCheck --input-file=test.a %s --check-prefixes=ARCH,TWO
23 # RUN: FileCheck --input-file=test.a %s --check-prefixes=ARCH,TWO --implicit-check-not=1.txt
35 # RUN: FileCheck --input-file=test.a %s --check-prefixes=ARCH,TWO --implicit-check-not=1.txt
49 # ARCH: {{!<arch>|<bigaf>}}
/llvm-project-15.0.7/lld/test/MachO/invalid/
H A Dincompatible-target-tapi.test6 RUN: -o /dev/null 2>&1 | FileCheck %s --check-prefix=ARCH
9 ARCH: error: {{.*}}libincompatible.tbd(/usr/lib/libincompatible.dylib) is incompatible with x86…
/llvm-project-15.0.7/compiler-rt/lib/scudo/standalone/benchmarks/
H A DCMakeLists.txt1 # To build these benchmarks, build the target "ScudoBenchmarks.$ARCH", where
2 # $ARCH is the name of the target architecture. For example,
/llvm-project-15.0.7/llvm/test/tools/llvm-dlltool/
H A Dcoff-weak-exports.def3 ; RUN: llvm-readobj %t.a | FileCheck -check-prefix=ARCH %s
32 ; ARCH-NOT: unknown arch
/llvm-project-15.0.7/libc/AOR_v20.02/networking/
H A DDir.mk10 ifeq ($(ARCH),)
16 networking-lib-srcs := $(wildcard $(S)/*.[cS]) $(wildcard $(S)/$(ARCH)/*.[cS])
/llvm-project-15.0.7/libc/AOR_v20.02/string/x86_64/
H A Dcheck-arch.S10 # error ARCH setting does not match the compiler.
/llvm-project-15.0.7/libc/AOR_v20.02/string/arm/
H A Dcheck-arch.S10 # error ARCH setting does not match the compiler.
/llvm-project-15.0.7/libc/AOR_v20.02/string/aarch64/
H A Dcheck-arch.S10 # error ARCH setting does not match the compiler.

123