/llvm-project/llvm/test/CodeGen/X86/ |
H A D | avx512-load-trunc-store-i1.ll | 3 …c < %s -mtriple=x86_64-unknown-unknown -mattr=+avx512f -O2| FileCheck %s --check-prefix=AVX512-ONLY 14 ; AVX512-ONLY-LABEL: load_v1i2_trunc_v1i1_store: 15 ; AVX512-ONLY: # %bb.0: 16 ; AVX512-ONLY-NEXT: movzbl (%rdi), %eax 17 ; AVX512-ONLY-NEXT: andl $1, %eax 18 ; AVX512-ONLY-NEXT: kmovw %eax, %k0 19 ; AVX512-ONLY-NEXT: kmovw %k0, %eax 20 ; AVX512-ONLY-NEXT: movb %al, (%rsi) 21 ; AVX512-ONLY-NEXT: retq 36 ; AVX512-ONLY-LABEL: load_v1i3_trunc_v1i1_store: [all …]
|
/llvm-project/llvm/test/tools/llvm-objcopy/MachO/ |
H A D | only-section.test | 1 ## Show that if --only-section is given, llvm-objcopy removes all sections 10 ## Specify one section. The output file should contain only that section. 11 # RUN: llvm-objcopy --only-section __TEXT,__text %t %t3 13 # RUN: | FileCheck %s --check-prefix=ONLY-TEXT-SECTION 15 # ONLY-TEXT-SECTION: Sections [ 16 # ONLY-TEXT-SECTION-NEXT: Section { 17 # ONLY-TEXT-SECTION-NEXT: Index: 0 18 # ONLY-TEXT-SECTION-NEXT: Name: __text (5F 5F 74 65 78 74 00 00 00 00 00 00 00 00 00 00) 19 # ONLY-TEXT-SECTION-NEXT: Segment: __TEXT (5F 5F 54 45 58 54 00 00 00 00 00 00 00 00 00 00) 20 # ONLY-TEXT-SECTION-NEXT: Address: 0x0 [all …]
|
H A D | remove-section.test | 6 ## Remove only __TEXT,__text section. 9 # RUN: | FileCheck %s --check-prefixes=COMMON,REMOVE-TEXT-ONLY 17 # REMOVE-TEXT-ONLY-NEXT: Section { 18 # REMOVE-TEXT-ONLY-NEXT: Index: 0 19 # REMOVE-TEXT-ONLY-NEXT: Name: __data (5F 5F 64 61 74 61 00 00 00 00 00 00 00 00 00 00) 20 # REMOVE-TEXT-ONLY-NEXT: Segment: __DATA (5F 5F 44 41 54 41 00 00 00 00 00 00 00 00 00 00) 21 # REMOVE-TEXT-ONLY-NEXT: Address: 0x4 22 # REMOVE-TEXT-ONLY-NEXT: Size: 0x4 23 # REMOVE-TEXT-ONLY-NEXT: Offset: 264 24 # REMOVE-TEXT-ONLY-NEXT: Alignment: 0 [all …]
|
/llvm-project/clang/test/CodeGen/ |
H A D | arm-execute-only.c | 2 // RUN: | FileCheck %s -check-prefix CHECK-NO-EXECUTE-ONLY 4 // RUN: %clang -target armv6t2-eabi -### -mexecute-only %s 2>&1 \ 5 // RUN: | FileCheck %s -check-prefix CHECK-EXECUTE-ONLY 7 // RUN: %clang -target armv6t2-eabi -### -mexecute-only -mno-execute-only %s 2>&1 \ 8 // RUN: | FileCheck %s -check-prefix CHECK-NO-EXECUTE-ONLY 11 // RUN: | FileCheck %s -check-prefix CHECK-NO-EXECUTE-ONLY 13 // RUN: %clang -target armv7m-eabi -### -mexecute-only %s 2>&1 \ 14 // RUN: | FileCheck %s -check-prefix CHECK-EXECUTE-ONLY 16 // RUN: %clang -target armv7m-eabi -### -mexecute-only -mno-execute-only %s 2>&1 \ 17 // RUN: | FileCheck %s -check-prefix CHECK-NO-EXECUTE-ONLY [all …]
|
/llvm-project/clang/test/Driver/ |
H A D | riscv-arch.c | 2 // RUN: -fsyntax-only 2>&1 | FileCheck %s 4 // RUN: -fsyntax-only 2>&1 | FileCheck %s 6 // RUN: -fsyntax-only 2>&1 | FileCheck %s 8 // RUN: -fsyntax-only 2>&1 | FileCheck %s 10 // RUN: -fsyntax-only 2>&1 | FileCheck %s 12 // RUN: -fsyntax-only 2>&1 | FileCheck %s 15 // RUN: -fsyntax-only 2>&1 | FileCheck %s 17 // RUN: -fsyntax-only 2>&1 | FileCheck %s 19 // RUN: -fsyntax-only 2>&1 | FileCheck %s 21 // RUN: -fsyntax-only [all...] |
H A D | arm-execute-only.c | 1 // RUN: %clang --sysroot=%S/Inputs -c -fdriver-only -Werror --target=arm-arm-none-eabi \ 2 // RUN: -march=armv6-m -mexecute-only %s 2>&1 | count 0 4 // RUN: not %clang -### -c --target=arm-arm-none-eabi -march=armv6 -mexecute-only %s 2>&1 | \ 5 // RUN: FileCheck --check-prefix CHECK-EXECUTE-ONLY-NOT-SUPPORTED %s 6 // CHECK-EXECUTE-ONLY-NOT-SUPPORTED: error: execute only is not supported for the armv6 sub-architecture 8 // RUN: not %clang -### --target=arm-arm-none-eabi -march=armv8-m.main -mexecute-only -mno-movt %s 2>&1 \ 9 // RUN: | FileCheck %s -check-prefix CHECK-EXECUTE-ONLY-NO-MOVT 10 // CHECK-EXECUTE-ONLY-NO-MOVT: error: option '-mexecute-only' canno [all...] |
H A D | x86-mgeneral-regs-only-crc32.c | 1 // Test the -mgeneral-regs-only with -mcrc32 option on x86 3 // RUN: %clang -target i386-unknown-linux-gnu -mgeneral-regs-only %s -### 2>&1 | FileCheck --check-… 4 // RUN: %clang -target x86_64-unknown-linux-gnu -mgeneral-regs-only %s -### 2>&1 | FileCheck --chec… 5 // RUN: %clang -target i386-unknown-linux-gnu -mcrc32 -mavx2 -mgeneral-regs-only %s -### 2>&1 | Fil… 6 // RUN: %clang -target x86_64-unknown-linux-gnu -mcrc32 -mavx2 -mgeneral-regs-only %s -### 2>&1 | F… 7 // RUN: %clang -target i386-unknown-linux-gnu -mcrc32 -mgeneral-regs-only -mavx2 %s -### 2>&1 | Fil… 8 // RUN: %clang -target x86_64-unknown-linux-gnu -mcrc32 -mgeneral-regs-only -mavx2 %s -### 2>&1 | F… 9 // RUN: %clang -target i386-unknown-linux-gnu -mavx2 -mgeneral-regs-only -mcrc32 %s -### 2>&1 | Fil… 10 // RUN: %clang -target x86_64-unknown-linux-gnu -mavx2 -mgeneral-regs-only -mcrc32 %s -### 2>&1 | F… 11 // RUN: %clang -target i386-unknown-linux-gnu -mgeneral-regs-only -mavx2 -mcrc32 %s -### 2>&1 | Fil… [all …]
|
H A D | loongarch-abi.c | 1 // RUN: %clang --target=loongarch32-unknown-elf %s -fsyntax-only -### 2>&1 \ 3 // RUN: %clang --target=loongarch32-unknown-elf %s -fsyntax-only -### -mabi=ilp32s 2>&1 \ 5 // RUN: %clang --target=loongarch32-unknown-elf %s -fsyntax-only -### -mabi=ilp32f 2>&1 \ 7 // RUN: %clang --target=loongarch32-unknown-elf %s -fsyntax-only -### -mabi=ilp32d 2>&1 \ 10 // RUN: %clang --target=loongarch64-unknown-elf %s -fsyntax-only -### 2>&1 \ 12 // RUN: %clang --target=loongarch64-unknown-elf %s -fsyntax-only -### -mabi=lp64s 2>&1 \ 14 // RUN: %clang --target=loongarch64-unknown-elf %s -fsyntax-only -### -mabi=lp64f 2>&1 \ 16 // RUN: %clang --target=loongarch64-unknown-elf %s -fsyntax-only -### -mabi=lp64d 2>&1 \ 19 // RUN: %clang --target=loongarch32-linux-gnusf %s -fsyntax-only -### 2>&1 \ 21 // RUN: %clang --target=loongarch32-linux-gnuf32 %s -fsyntax-only -### 2>&1 \ [all …]
|
/llvm-project/clang/test/Sema/ |
H A D | attr-read-only-placement.cpp | 1 // RUN: %clang_cc1 -Wread-only-types %s -verify -fsyntax-only 2 // RUN: %clang_cc1 -std=c++2a -Wread-only-types %s -verify -fsyntax-only 3 // RUN: %clang_cc1 -std=c++17 -Wread-only-types %s -verify -fsyntax-only 8 A a1; // expected-warning {{object of type 'A' cannot be placed in read-only memory}} 9 // expected-note@#A_DECL {{type was declared read-only here}} 11 A a3[20]; // expected-warning {{object of type 'A' cannot be placed in read-only memory}} 12 // expected-note@#A_DECL {{type was declared read-only here}} 20 B b1; // expected-warning {{object of type 'B' cannot be placed in read-only memory}} 21 // expected-note@#B_DECL {{type was declared read-only here}} 24 B b4[5]; // expected-warning {{object of type 'B' cannot be placed in read-only memory}} [all …]
|
H A D | attr-x86-interrupt.c | 1 // RUN: %clang_cc1 -triple x86_64-unknown-linux-gnu -fsyntax-only -verify %s 2 // RUN: %clang_cc1 -triple i386-unknown-linux-gnu -fsyntax-only -verify %s 3 // RUN: %clang_cc1 -triple x86_64-pc-win32 -fsyntax-only -verify %s 4 // RUN: %clang_cc1 -triple i386-pc-win32 -fsyntax-only -verify %s 5 // RUN: %clang_cc1 -triple x86_64-unknown-linux-gnux32 -fsyntax-only -verify %s 6 // RUN: %clang_cc1 -triple x86_64-unknown-linux-gnu -fsyntax-only -verify %s -DNOCALLERSAVE=1 12 struct a test __attribute__((interrupt)); // expected-warning {{'interrupt' attribute only applies … 14 … // expected-error-re {{{{(x86|x86-64)}} 'interrupt' attribute only applies to function… in foo1() 15 …ected-error-re {{{{(x86|x86-64)}} 'interrupt' attribute only applies to functions that have only a… in foo2() 16 …ected-error-re {{{{(x86|x86-64)}} 'interrupt' attribute only applies to functions that have only a… in foo3() [all …]
|
/llvm-project/clang/test/SemaObjC/ |
H A D | unguarded-availability-new.m | 1 // RUN: %clang_cc1 -DMAC -triple x86_64-apple-macosx10.13 -fblocks -fsyntax-only -verify %s 2 // RUN: %clang_cc1 -xobjective-c++ -DMAC -triple x86_64-apple-macosx10.13 -fblocks -fsyntax-only -v… 4 …MAC -triple x86_64-apple-macosx10.13 -Wunguarded-availability-new -fblocks -fsyntax-only -verify %s 5 …64-apple-macosx10.13 -Wno-unguarded-availability-new -DNO_WARNING -fblocks -fsyntax-only -verify %s 8 …1 -DMAC -triple x86_64-apple-macosx10.13 -Wunguarded-availability -fblocks -fsyntax-only -verify %s 9 …lability -Wno-unguarded-availability-new -DNO_WARNING -DWARN_PREV -fblocks -fsyntax-only -verify %s 10 …86_64-apple-macosx10.13 -Wno-unguarded-availability -DNO_WARNING -fblocks -fsyntax-only -verify %s 11 …osx10.13 -Wno-unguarded-availability -Wunguarded-availability-new -fblocks -fsyntax-only -verify %s 13 …g_cc1 -DMAC -triple x86_64-apple-macosx10.13 -D TEST_FUNC_CURRENT -fblocks -fsyntax-only -verify %s 14 …C -triple x86_64-apple-macosx10.13 -D TEST_FUNC_NEXT -DNO_WARNING -fblocks -fsyntax-only -verify %s [all …]
|
/llvm-project/clang/test/Parser/ |
H A D | cxx0x-keyword-attributes.cpp | 2 // RUN: %clang_cc1 -fcxx-exceptions -fdeclspec -fexceptions -fsyntax-only -verify -std=c++11 -Wc++1… 4 // RUN: %clang_cc1 -fcxx-exceptions -fdeclspec -fexceptions -fsyntax-only -verify -std=c++11 -Wc++1… 41 ATTR_USE int before_attr; // expected-error {{'ATTR_NAME' only applies to function types}} 42 int ATTR_USE between_attr; // expected-error {{'ATTR_NAME' only applies to function types}} 44 int after_attr ATTR_USE; // expected-error {{'ATTR_NAME' only applies to function types}} 45 int * ATTR_USE ptr_attr; // expected-error {{'ATTR_NAME' only applies to function types}} 46 int & ATTR_USE ref_attr = after_attr; // expected-error {{'ATTR_NAME' only applies to function type… 47 int && ATTR_USE rref_attr = 0; // expected-error {{'ATTR_NAME' only applies to function types}} 48 int array_attr [1] ATTR_USE; // expected-error {{'ATTR_NAME' only applies to function types}} 54 struct ATTR_USE struct_attr; // expected-error {{'ATTR_NAME' only applies to non-K&R-style function… [all …]
|
H A D | c2x-attribute-keywords.c | 2 // RUN: %clang_cc1 -fsyntax-only -triple aarch64-none-linux-gnu -target-feature +sme -verify=expect… 3 // RUN: %clang_cc1 -fsyntax-only -triple aarch64-none-linux-gnu -target-feature +sme -verify=expect… 5 // RUN: %clang_cc1 -fsyntax-only -triple aarch64-none-linux-gnu -target-feature +sme -verify=expect… 6 // RUN: %clang_cc1 -fsyntax-only -triple aarch64-none-linux-gnu -target-feature +sme -verify=expect… 8 enum ATTR_USE E { // expected-error {{'ATTR_NAME' only applies to non-K&R-style functions}} 9 One ATTR_USE, // expected-error {{'ATTR_NAME' only applies to non-K&R-style functions}} 11 Three ATTR_USE // expected-error {{'ATTR_NAME' only applies to non-K&R-style functions}} 14 enum ATTR_USE { Four }; // expected-error {{'ATTR_NAME' only applies to non-K&R-style functions}} 23 struct ATTR_USE S1 { // expected-error {{'ATTR_NAME' only applies to non-K&R-style functions}} 24 int i ATTR_USE; // expected-error {{'ATTR_NAME' only applies to function types}} [all …]
|
/llvm-project/clang/test/Modules/ |
H A D | reserved-names-1.cppm | 5 // RUN: %clang_cc1 -std=c++20 -fsyntax-only -verify=expected,loud %t/module.cpp 6 // RUN: %clang_cc1 -std=c++20 -fsyntax-only -verify=expected -Wno-reserved-module-identifier %t/mod… 7 // RUN: %clang_cc1 -std=c++20 -fsyntax-only -verify=expected,loud %t/import.cpp 8 // RUN: %clang_cc1 -std=c++20 -fsyntax-only -verify=expected -Wno-reserved-module-identifier %t/imp… 9 // RUN: %clang_cc1 -std=c++20 -fsyntax-only -verify=expected,loud %t/_Test.cpp 10 // RUN: %clang_cc1 -std=c++20 -fsyntax-only -verify=expected -DNODIAGNOSTICS -Wno-reserved-module-i… 11 // RUN: %clang_cc1 -std=c++20 -fsyntax-only -verify=expected,loud %t/__test.cpp 12 // RUN: %clang_cc1 -std=c++20 -fsyntax-only -verify=expected -DNODIAGNOSTICS -Wno-reserved-module-i… 13 // RUN: %clang_cc1 -std=c++20 -fsyntax-only -verify=expected,loud %t/te__st.cpp 14 // RUN: %clang_cc1 -std=c++20 -fsyntax-only -verify=expected -DNODIAGNOSTICS -Wno-reserved-module-i… [all …]
|
/llvm-project/clang/test/CXX/dcl.dcl/dcl.spec/dcl.type/dcl.spec.auto/ |
H A D | p6.cpp | 1 // RUN: %clang_cc1 -fsyntax-only -verify %s -std=c++11 2 // RUN: %clang_cc1 -fsyntax-only -verify %s -std=c++98 -Wno-c++11-extensions 5 struct only { struct 6 only(T); 7 template<typename U> only(U) = delete; 14 only<const char [16]> testA = a; 15 only<const char **> testP = p; 20 only<unsigned long long> testB = b; in h() 23 only<int> testC = c; in h() 32 only<int> testX = x; in p3example() [all …]
|
/llvm-project/llvm/test/CodeGen/RISCV/rvv/ |
H A D | fixed-vectors-int-buildvec.ll | 2 ; RUN: llc -mtriple=riscv32 -mattr=+v -verify-machineinstrs < %s | FileCheck %s --check-prefixes=CHECK,RV32,RV32-ONLY 5 ; RUN: llc -mtriple=riscv64 -mattr=+v -verify-machineinstrs < %s | FileCheck %s --check-prefixes=CHECK,RV64,RV64V,RV64V-ONLY 1343 ; RV32-ONLY-LABEL: buildvec_v16i8_loads_contigous: 1344 ; RV32-ONLY: # %bb.0: 1345 ; RV32-ONLY-NEXT: addi sp, sp, -16 1346 ; RV32-ONLY-NEXT: .cfi_def_cfa_offset 16 1347 ; RV32-ONLY-NEXT: sw s0, 12(sp) # 4-byte Folded Spill 1348 ; RV32-ONLY-NEXT: .cfi_offset s0, -4 1349 ; RV32-ONLY-NEXT: lbu a1, 0(a0) 1350 ; RV32-ONLY [all...] |
/llvm-project/llvm/test/Transforms/SLPVectorizer/AArch64/ |
H A D | vec3-base.ll | 3 ; RUN: opt -passes=slp-vectorizer -slp-vectorize-non-power-of-2=false -mtriple=arm64-apple-ios -S %s | FileCheck --check-prefixes=CHECK,POW2-ONLY %s 14 ; POW2-ONLY-LABEL: @v3_load_i32_mul_by_constant_store( 15 ; POW2-ONLY-NEXT: entry: 16 ; POW2-ONLY-NEXT: [[GEP_SRC_0:%.*]] = getelementptr inbounds i32, ptr [[SRC:%.*]], i32 0 17 ; POW2-ONLY-NEXT: [[GEP_SRC_2:%.*]] = getelementptr inbounds i32, ptr [[SRC]], i32 2 18 ; POW2-ONLY-NEXT: [[L_SRC_2:%.*]] = load i32, ptr [[GEP_SRC_2]], align 4 19 ; POW2-ONLY-NEXT: [[MUL_2:%.*]] = mul nsw i32 [[L_SRC_2]], 10 20 ; POW2-ONLY-NEXT: [[TMP0:%.*]] = load <2 x i32>, ptr [[GEP_SRC_0]], align 4 21 ; POW2-ONLY-NEXT: [[TMP1:%.*]] = mul nsw <2 x i32> [[TMP0]], splat (i32 10) 22 ; POW2-ONLY [all...] |
/llvm-project/lldb/bindings/interface/ |
H A D | SBFrameExtensions.i | 70 …addr = property(GetPCAddress, None, doc='''A read only property that returns the program counter (… 71 …fp = property(GetFP, None, doc='''A read only property that returns the frame pointer (FP) as an u… 72 …sp = property(GetSP, None, doc='''A read only property that returns the stack pointer (SP) as an u… 73 …module = property(GetModule, None, doc='''A read only property that returns an lldb object that re… 74 …compile_unit = property(GetCompileUnit, None, doc='''A read only property that returns an lldb obj… 75 …function = property(GetFunction, None, doc='''A read only property that returns an lldb object tha… 76 …symbol = property(GetSymbol, None, doc='''A read only property that returns an lldb object that re… 77 …block = property(GetBlock, None, doc='''A read only property that returns an lldb object that repr… 78 …is_inlined = property(IsInlined, None, doc='''A read only property that returns an boolean that in… 79 …name = property(GetFunctionName, None, doc='''A read only property that retuns the name for the fu… [all …]
|
/llvm-project/lld/test/ELF/linkerscript/ |
H A D | orphan.s | 20 # RUN: ld.lld a.o -T only-text.lds -o only-text 21 # RUN: llvm-readelf -S only-text | FileCheck %s --check-prefix=ONLY-TEXT 22 # ONLY-TEXT: .interp PROGBITS 00000000000002{{..}} 0 23 # ONLY-TEXT-NEXT: .note.my NOTE 00000000000002{{..}} 0 24 # ONLY-TEXT-NEXT: .text PROGBITS 00000000000002{{..}} 0 25 # ONLY-TEXT-NEXT: .mytext PROGBITS 00000000000002{{..}} 0 26 # ONLY-TEXT-NEXT: .jcr PROGBITS 00000000000002{{..}} 0 27 # ONLY-TEXT-NEXT: .rw1 PROGBITS 00000000000002{{..}} 0 28 # ONLY-TEXT-NEXT: .rw2 PROGBITS 00000000000002{{..}} 0 29 # ONLY-TEXT-NEXT: .rw3 PROGBITS 00000000000002{{..}} 0 [all …]
|
/llvm-project/flang/test/Semantics/ |
H A D | allocate06.f90 | 6 ! A type-param-value in a type-spec shall be an asterisk if and only if each 56 …!ERROR: Type parameters in type-spec must be assumed if and only if they are assumed for allocatab… 58 …!ERROR: Type parameters in type-spec must be assumed if and only if they are assumed for allocatab… 59 …!ERROR: Type parameters in type-spec must be assumed if and only if they are assumed for allocatab… 61 …!ERROR: Type parameters in type-spec must be assumed if and only if they are assumed for allocatab… 63 …!ERROR: Type parameters in type-spec must be assumed if and only if they are assumed for allocatab… 64 …!ERROR: Type parameters in type-spec must be assumed if and only if they are assumed for allocatab… 66 …!ERROR: Type parameters in type-spec must be assumed if and only if they are assumed for allocatab… 68 …!ERROR: Type parameters in type-spec must be assumed if and only if they are assumed for allocatab… 70 …!ERROR: Type parameters in type-spec must be assumed if and only if they are assumed for allocatab… [all …]
|
/llvm-project/clang/test/SemaCXX/ |
H A D | attr-x86-interrupt.cpp | 1 // RUN: %clang_cc1 -triple x86_64-unknown-linux-gnu -fsyntax-only -verify %s 2 // RUN: %clang_cc1 -triple i386-unknown-linux-gnu -fsyntax-only -verify %s 3 // RUN: %clang_cc1 -triple x86_64-pc-win32 -fsyntax-only -verify %s 4 // RUN: %clang_cc1 -triple i386-pc-win32 -fsyntax-only -verify %s 5 // RUN: %clang_cc1 -triple x86_64-unknown-linux-gnux32 -fsyntax-only -verify %s 10 …__((interrupt)) { return 0; } // expected-warning {{'interrupt' attribute only applies to non-K&R-… in operator new() 13 struct a test __attribute__((interrupt)); // expected-warning {{'interrupt' attribute only applies … 15 … // expected-error-re {{{{(x86|x86-64)}} 'interrupt' attribute only applies to function… in foo1() 16 …ected-error-re {{{{(x86|x86-64)}} 'interrupt' attribute only applies to functions that have only a… in foo2() 17 …ected-error-re {{{{(x86|x86-64)}} 'interrupt' attribute only applies to functions that have only a… in foo3() [all …]
|
/llvm-project/clang/test/Headers/ |
H A D | stdint-typeof-MINMAX.cpp | 1 // RUN: %clang_cc1 %s -ffreestanding -std=c++1z -fsyntax-only -triple=aarch64-none-none 2 // RUN: %clang_cc1 %s -ffreestanding -std=c++1z -fsyntax-only -triple=arm-none-none 3 // RUN: %clang_cc1 %s -ffreestanding -std=c++1z -fsyntax-only -triple=i386-none-none 4 // RUN: %clang_cc1 %s -ffreestanding -std=c++1z -fsyntax-only -triple=mips-none-none 5 // RUN: %clang_cc1 %s -ffreestanding -std=c++1z -fsyntax-only -triple=mips64-none-none 6 // RUN: %clang_cc1 %s -ffreestanding -std=c++1z -fsyntax-only -triple=msp430-none-none 7 // RUN: %clang_cc1 %s -ffreestanding -std=c++1z -fsyntax-only -triple=powerpc64-none-none 8 // RUN: %clang_cc1 %s -ffreestanding -std=c++1z -fsyntax-only -triple=powerpc64-none-netbsd 9 // RUN: %clang_cc1 %s -ffreestanding -std=c++1z -fsyntax-only -triple=powerpc-none-none 10 // RUN: %clang_cc1 %s -ffreestanding -std=c++1z -fsyntax-only -triple=s390x-none-none [all …]
|
/llvm-project/clang/test/SemaOpenCL/ |
H A D | fp64-fp16-options.cl | 1 // RUN: %clang_cc1 %s -triple spir-unknown-unknown -verify -pedantic -fsyntax-only -cl-std=CL1.0 2 // RUN: %clang_cc1 %s -triple spir-unknown-unknown -verify -pedantic -fsyntax-only -cl-std=CL1.1 3 // RUN: %clang_cc1 %s -triple spir-unknown-unknown -verify -fsyntax-only -cl-std=CL1.1 -DNOPEDANTIC 4 // RUN: %clang_cc1 %s -triple spir-unknown-unknown -verify -pedantic -fsyntax-only -cl-std=CL1.2 -D… 7 …1.0 -triple r600-unknown-unknown -target-cpu r600 -verify -pedantic -fsyntax-only -DNOFP64 -DNOFP16 8 … %s -triple r600-unknown-unknown -target-cpu r600 -verify -pedantic -fsyntax-only -DNOFP64 -DNOFP16 9 … %s -triple r600-unknown-unknown -target-cpu r600 -verify -pedantic -fsyntax-only -DNOFP64 -DNOFP16 14 … -triple r600-unknown-unknown -target-cpu r600 -verify -pedantic -fsyntax-only -cl-ext=+cl_khr_fp6… 17 // RUN: %clang_cc1 %s -cl-std=CL1.0 -triple spir-unknown-unknown -verify -pedantic -fsyntax-only -c… 18 …td=CL1.0 -triple r600-unknown-unknown -target-cpu r600 -verify -pedantic -fsyntax-only -cl-ext=+all [all …]
|
/llvm-project/clang/test/Frontend/ |
H A D | windows-exceptions.cpp | 1 // RUN: %clang_cc1 -triple i686--windows-msvc -fsyntax-only %s 2 // RUN: not %clang_cc1 -triple i686--windows-msvc -fsyntax-only -exception-model=dwarf %s 2>&1 | Fi… 3 // RUN: not %clang_cc1 -triple i686--windows-msvc -fsyntax-only -exception-model=seh %s 2>&1 | File… 4 // RUN: not %clang_cc1 -triple i686--windows-msvc -fsyntax-only -exception-model=sjlj %s 2>&1 | Fil… 6 // RUN: %clang_cc1 -triple x86_64--windows-msvc -fsyntax-only %s 7 // RUN: not %clang_cc1 -triple x86_64--windows-msvc -fsyntax-only -exception-model=dwarf %s 2>&1 | … 8 // RUN: not %clang_cc1 -triple x86_64--windows-msvc -fsyntax-only -exception-model=seh %s 2>&1 | Fi… 9 // RUN: not %clang_cc1 -triple x86_64--windows-msvc -fsyntax-only -exception-model=sjlj %s 2>&1 | F… 11 // RUN: %clang_cc1 -triple i686--windows-gnu -fsyntax-only %s 12 // RUN: %clang_cc1 -triple i686--windows-gnu -fsyntax-only -exception-model=dwarf %s [all …]
|
/llvm-project/llvm/test/MC/X86/ |
H A D | prefetchit-non-rip-op.s | 6 // CHECK-STDERR: warning: 'prefetchit0' only supports RIP-relative address 10 // CHECK-STDERR: warning: 'prefetchit1' only supports RIP-relative address 14 // CHECK-STDERR: warning: 'prefetchit0' only supports RIP-relative address 18 // CHECK-STDERR: warning: 'prefetchit1' only supports RIP-relative address 22 // CHECK-STDERR: warning: 'prefetchit0' only supports RIP-relative address 26 // CHECK-STDERR: warning: 'prefetchit1' only supports RIP-relative address 30 // CHECK-STDERR: warning: 'prefetchit0' only supports RIP-relative address 34 // CHECK-STDERR: warning: 'prefetchit1' only supports RIP-relative address 38 // CHECK-STDERR: warning: 'prefetchit0' only supports RIP-relative address 42 // CHECK-STDERR: warning: 'prefetchit1' only supports RIP-relative address [all …]
|