| /llvm-project-15.0.7/clang/test/CodeGenCXX/ |
| H A D | sanitize-dtor-zero-size-field.cpp | 27 char f3; member 42 char f3; member 57 char f3; member 74 char f3; member 90 char f3; member 105 char f3; member 120 char f3; member 135 char f3; member 151 char f3; member 166 char f3; member [all …]
|
| H A D | finegrain-bitfield-access.cpp | 10 unsigned f3:8; member 26 return a1.f3; in read8_1() 38 a1.f3 = 3; in write8_1() 74 unsigned long f3:6; member 134 unsigned long f3:32; member 149 return a3.f3; in read32_1() 161 a3.f3 = 5; in write32_1()
|
| H A D | visibility-inlines-hidden.cpp | 10 void f3(); 15 inline void X0::f3() { } in f3() function in X0 21 void f3(); 28 inline void X1<T>::f3() { } in f3() function in X1 45 x0->f3(); in use() 55 x1->f3(); in use()
|
| /llvm-project-15.0.7/llvm/test/MC/Mips/micromips32r6/ |
| H A D | valid.s | 179 add.s $f3, $f4, $f5 # CHECK: add.s $f3, $f4, $f5 # encoding: [0x54,0xa4,0x18,0x30] 182 sub.s $f3, $f4, $f5 # CHECK: sub.s $f3, $f4, $f5 # encoding: [0x54,0xa4,0x18,0x70] 185 mul.s $f3, $f4, $f5 # CHECK: mul.s $f3, $f4, $f5 # encoding: [0x54,0xa4,0x18,0xb0] 188 div.s $f3, $f4, $f5 # CHECK: div.s $f3, $f4, $f5 # encoding: [0x54,0xa4,0x18,0xf0] 259 floor.l.s $f3, $f5 # CHECK: floor.l.s $f3, $f5 # encoding: [0x54,0x65,0x03,0x3b] 261 floor.w.s $f3, $f5 # CHECK: floor.w.s $f3, $f5 # encoding: [0x54,0x65,0x0b,0x3b] 263 ceil.l.s $f3, $f5 # CHECK: ceil.l.s $f3, $f5 # encoding: [0x54,0x65,0x13,0x3b] 265 ceil.w.s $f3, $f5 # CHECK: ceil.w.s $f3, $f5 # encoding: [0x54,0x65,0x1b,0x3b] 267 trunc.l.s $f3, $f5 # CHECK: trunc.l.s $f3, $f5 # encoding: [0x54,0x65,0x23,0x3b] 269 trunc.w.s $f3, $f5 # CHECK: trunc.w.s $f3, $f5 # encoding: [0x54,0x65,0x2b,0x3b] [all …]
|
| /llvm-project-15.0.7/llvm/test/MC/Mips/ |
| H A D | elf-tls.s | 82 .globl f3 84 .type f3,@function 86 .ent f3 87 f3: # @f3 label 103 lui $1, %dtprel_hi(f3.i) 105 lw $2, %dtprel_lo(f3.i)($1) 114 .end f3 116 .size f3, ($tmp2)-f3 126 .type f3.i,@object # @f3.i 129 f3.i: [all …]
|
| /llvm-project-15.0.7/llvm/test/CodeGen/Mips/ |
| H A D | tls.ll | 70 define dso_preemptable i32 @f3() nounwind { 72 ; PIC32-LABEL: f3: 74 ; PIC32: addiu $4, $[[R0]], %tlsldm(f3.i) 77 ; PIC32: lui $[[R0:[0-9]+]], %dtprel_hi(f3.i) 83 ; PIC64-LABEL: f3: 87 ; PIC64: daddiu $4, $[[R1]], %tlsldm(f3.i) 96 ; MM-LABEL: f3: 97 ; MM: addiu $4, ${{[a-z0-9]+}}, %tlsldm(f3.i) 99 ; MM: lui $[[R0:[0-9]+]], %dtprel_hi(f3.i) 103 %0 = load i32, i32* @f3.i, align 4 [all …]
|
| /llvm-project-15.0.7/cross-project-tests/debuginfo-tests/clang_llvm_roundtrip/ |
| H A D | simplified_template_names.cpp | 42 void f3() { in f3() function 218 f3<LocalEnum, LocalEnum1>(); in main() 219 f3<int*, &i>(); in main() 220 f3<int*, nullptr>(); in main() 222 f3<unsigned long, 1>(); in main() 223 f3<unsigned long long, 1>(); in main() 224 f3<long, 1>(); in main() 225 f3<unsigned int, 1>(); in main() 226 f3<short, 1>(); in main() 228 f3<signed char, (char)0>(); in main() [all …]
|
| /llvm-project-15.0.7/llvm/test/MC/Disassembler/Mips/micromips32r6/ |
| H A D | valid.txt | 183 0x54 0x64 0x01 0x3b # CHECK: cvt.l.s $f3, $f4 184 0x54 0x64 0x41 0x3b # CHECK: cvt.l.d $f3, $f4 185 0x54 0x64 0x09 0x3b # CHECK: cvt.w.s $f3, $f4 186 0x54 0x64 0x49 0x3b # CHECK: cvt.w.d $f3, $f4 191 0x54 0x64 0x3b 0x7b # CHECK: cvt.s.w $f3, $f4 192 0x54 0x64 0x5b 0x7b # CHECK: cvt.s.l $f3, $f4 193 0x54 0x65 0x03 0x7b # CHECK: abs.s $f3, $f5 199 0x54 0x65 0x13 0x3b # CHECK: ceil.l.s $f3, $f5 207 0x54 0x65 0x0a 0x3b # CHECK: sqrt.s $f3, $f5 209 0x54 0x65 0x02 0x3b # CHECK: rsqrt.s $f3, $f5 [all …]
|
| /llvm-project-15.0.7/llvm/test/CodeGen/PowerPC/ |
| H A D | scalar_cmp.ll | 40 ; NO-FAST-P8-NEXT: fmr f1, f3 51 ; NO-FAST-P9-NEXT: fmr f3, f4 53 ; NO-FAST-P9-NEXT: fmr f1, f3 81 ; NO-FAST-P8-NEXT: fmr f1, f3 92 ; NO-FAST-P9-NEXT: fmr f3, f4 94 ; NO-FAST-P9-NEXT: fmr f1, f3 200 ; NO-FAST-P8-NEXT: fmr f1, f3 213 ; NO-FAST-P9-NEXT: fmr f3, f4 215 ; NO-FAST-P9-NEXT: fmr f1, f3 243 ; NO-FAST-P8-NEXT: fmr f1, f3 [all …]
|
| H A D | vec_conv_fp32_to_i16_elts.ll | 88 ; CHECK-P8-NEXT: xscvdpsxws f3, f3 186 ; CHECK-P8-NEXT: xscvdpsxws f3, f3 391 ; CHECK-P8-NEXT: xscvdpsxws f3, f3 448 ; CHECK-P9-NEXT: xscvdpsxws f3, f3 465 ; CHECK-P9-NEXT: xscvdpsxws f3, f3 492 ; CHECK-P9-NEXT: xscvdpsxws f3, f3 510 ; CHECK-P9-NEXT: xscvdpsxws f3, f3 516 ; CHECK-P9-NEXT: xscvdpsxws f3, f3 522 ; CHECK-P9-NEXT: xscvdpsxws f3, f3 551 ; CHECK-BE-NEXT: xscvdpsxws f3, f3 [all …]
|
| H A D | vec_conv_fp32_to_i8_elts.ll | 95 ; CHECK-P8-NEXT: xscvdpsxws f3, f3 195 ; CHECK-P8-NEXT: xscvdpsxws f3, f3 403 ; CHECK-P8-NEXT: xscvdpsxws f3, f3 467 ; CHECK-P9-NEXT: xscvdpsxws f3, f3 475 ; CHECK-P9-NEXT: xscvdpsxws f3, f3 481 ; CHECK-P9-NEXT: xscvdpsxws f3, f3 486 ; CHECK-P9-NEXT: xscvdpsxws f3, f3 496 ; CHECK-P9-NEXT: xscvdpsxws f3, f3 504 ; CHECK-P9-NEXT: xscvdpsxws f3, f3 510 ; CHECK-P9-NEXT: xscvdpsxws f3, f3 [all …]
|
| /llvm-project-15.0.7/clang/test/SemaCUDA/ |
| H A D | implicit-device-lambda.cu | 15 auto f3 = [&] __host__ {}; in device_fn() 16 f3(); // expected-error {{no matching function}} in device_fn() 57 auto f3 = [&] __host__ {}; in kernel_fn() 58 f3(); // expected-error {{no matching function}} in kernel_fn() 74 auto f3 = [&] __host__ {}; in host_fn() 75 f3(); in host_fn() 91 auto f3 = [&] __host__ {}; in hd_fn() 92 f3(); in hd_fn()
|
| /llvm-project-15.0.7/llvm/test/MC/Disassembler/Mips/mips32r6/ |
| H A D | valid-mips32r6-el.txt | 59 0x80 0x18 0x84 0x46 # CHECK: cmp.af.s $f2, $f3, $f4 60 0x80 0x18 0xa4 0x46 # CHECK: cmp.af.d $f2, $f3, $f4 61 0x81 0x18 0x84 0x46 # CHECK: cmp.un.s $f2, $f3, $f4 62 0x81 0x18 0xa4 0x46 # CHECK: cmp.un.d $f2, $f3, $f4 63 0x82 0x18 0x84 0x46 # CHECK: cmp.eq.s $f2, $f3, $f4 64 0x82 0x18 0xa4 0x46 # CHECK: cmp.eq.d $f2, $f3, $f4 67 0x84 0x18 0x84 0x46 # CHECK: cmp.lt.s $f2, $f3, $f4 68 0x84 0x18 0xa4 0x46 # CHECK: cmp.lt.d $f2, $f3, $f4 71 0x86 0x18 0x84 0x46 # CHECK: cmp.le.s $f2, $f3, $f4 110 0x98 0x18 0x04 0x46 # CHECK: maddf.s $f2, $f3, $f4 [all …]
|
| H A D | valid-mips32r6.txt | 98 0x46 0x04 0x18 0x98 # CHECK: maddf.s $f2, $f3, $f4 99 0x46 0x04 0x18 0x99 # CHECK: msubf.s $f2, $f3, $f4 109 0x46 0x24 0x18 0x98 # CHECK: maddf.d $f2, $f3, $f4 110 0x46 0x24 0x18 0x99 # CHECK: msubf.d $f2, $f3, $f4 111 0x46 0x84 0x18 0x80 # CHECK: cmp.af.s $f2, $f3, $f4 112 0x46 0x84 0x18 0x81 # CHECK: cmp.un.s $f2, $f3, $f4 113 0x46 0x84 0x18 0x82 # CHECK: cmp.eq.s $f2, $f3, $f4 115 0x46 0x84 0x18 0x84 # CHECK: cmp.lt.s $f2, $f3, $f4 117 0x46 0x84 0x18 0x86 # CHECK: cmp.le.s $f2, $f3, $f4 127 0x46 0xa4 0x18 0x80 # CHECK: cmp.af.d $f2, $f3, $f4 [all …]
|
| /llvm-project-15.0.7/llvm/test/MC/Disassembler/Mips/mips64r6/ |
| H A D | valid-mips64r6-el.txt | 65 0x80 0x18 0xa4 0x46 # CHECK: cmp.af.d $f2, $f3, $f4 66 0x80 0x18 0x84 0x46 # CHECK: cmp.af.s $f2, $f3, $f4 67 0x82 0x18 0xa4 0x46 # CHECK: cmp.eq.d $f2, $f3, $f4 68 0x82 0x18 0x84 0x46 # CHECK: cmp.eq.s $f2, $f3, $f4 69 0x86 0x18 0xa4 0x46 # CHECK: cmp.le.d $f2, $f3, $f4 70 0x86 0x18 0x84 0x46 # CHECK: cmp.le.s $f2, $f3, $f4 71 0x84 0x18 0xa4 0x46 # CHECK: cmp.lt.d $f2, $f3, $f4 72 0x84 0x18 0x84 0x46 # CHECK: cmp.lt.s $f2, $f3, $f4 141 0x98 0x18 0x24 0x46 # CHECK: maddf.d $f2, $f3, $f4 142 0x98 0x18 0x04 0x46 # CHECK: maddf.s $f2, $f3, $f4 [all …]
|
| H A D | valid-mips64r6.txt | 117 0x46 0x04 0x18 0x98 # CHECK: maddf.s $f2, $f3, $f4 118 0x46 0x04 0x18 0x99 # CHECK: msubf.s $f2, $f3, $f4 128 0x46 0x24 0x18 0x98 # CHECK: maddf.d $f2, $f3, $f4 129 0x46 0x24 0x18 0x99 # CHECK: msubf.d $f2, $f3, $f4 130 0x46 0x84 0x18 0x80 # CHECK: cmp.af.s $f2, $f3, $f4 131 0x46 0x84 0x18 0x81 # CHECK: cmp.un.s $f2, $f3, $f4 132 0x46 0x84 0x18 0x82 # CHECK: cmp.eq.s $f2, $f3, $f4 134 0x46 0x84 0x18 0x84 # CHECK: cmp.lt.s $f2, $f3, $f4 136 0x46 0x84 0x18 0x86 # CHECK: cmp.le.s $f2, $f3, $f4 146 0x46 0xa4 0x18 0x80 # CHECK: cmp.af.d $f2, $f3, $f4 [all …]
|
| /llvm-project-15.0.7/clang/test/Sema/ |
| H A D | pragma-pack-5.c | 12 char f3; member 19 char f3; member 26 unsigned f3 : 8; member 34 unsigned f3 : 16; member 43 char f3; member 46 extern int check[offsetof(struct s4, f3) == 2 ? 1 : -1];
|
| /llvm-project-15.0.7/flang/test/Semantics/ |
| H A D | resolve59.f90 | 26 function f3(i) function 28 real :: x, f3(1) local 30 x = acos(f3(i+1)) 31 f3 = x 32 x = sum(acos(f3)) !OK 91 function f3(i) result(r) function 94 r = acos(f3(i+1)) !OK recursive call 96 r = sum(acos(f3))
|
| /llvm-project-15.0.7/llvm/test/CodeGen/SystemZ/ |
| H A D | fp-mul-12.ll | 3 declare fp128 @llvm.fma.f128(fp128 %f1, fp128 %f2, fp128 %f3) 15 %f3 = load fp128, fp128 *%ptr3 16 %res = call fp128 @llvm.fma.f128 (fp128 %f1, fp128 %f2, fp128 %f3) 31 %f3 = load fp128, fp128 *%ptr3 32 %neg = fsub fp128 0xL00000000000000008000000000000000, %f3 38 define void @f3(fp128 *%ptr1, fp128 *%ptr2, fp128 *%ptr3, fp128 *%dst) { 39 ; CHECK-LABEL: f3: 48 %f3 = load fp128, fp128 *%ptr3 49 %res = call fp128 @llvm.fma.f128 (fp128 %f1, fp128 %f2, fp128 %f3) 65 %f3 = load fp128, fp128 *%ptr3 [all …]
|
| H A D | fp-strict-mul-12.ll | 3 declare fp128 @llvm.experimental.constrained.fma.f128(fp128 %f1, fp128 %f2, fp128 %f3, metadata, me… 15 %f3 = load fp128, fp128 *%ptr3 17 fp128 %f1, fp128 %f2, fp128 %f3, 34 %f3 = load fp128, fp128 *%ptr3 35 %neg = fsub fp128 0xL00000000000000008000000000000000, %f3 44 define void @f3(fp128 *%ptr1, fp128 *%ptr2, fp128 *%ptr3, fp128 *%dst) #0 { 45 ; CHECK-LABEL: f3: 54 %f3 = load fp128, fp128 *%ptr3 56 fp128 %f1, fp128 %f2, fp128 %f3, 74 %f3 = load fp128, fp128 *%ptr3 [all …]
|
| /llvm-project-15.0.7/llvm/test/CodeGen/ARM/ |
| H A D | cortex-a57-misched-vfma.ll | 35 ; f1 * f2 + f3 * f4 + f5 * f6 ==> VMULS, VMLAS, VMLAS 37 %mul2 = fmul float %f3, %f4 74 ; f1 * f2 + f3 * f4 + f5 * f6 ==> VMULS, VMLAS, VMLAS 76 %mul2 = fmul <2 x float> %f3, %f4 112 ; f1 * f2 + f3 * f4 + f5 * f6 ==> VMULS, VMLSS, VMLSS 114 %mul2 = fmul float %f3, %f4 151 ; f1 * f2 + f3 * f4 + f5 * f6 ==> VMULS, VMLSS, VMLSS 153 %mul2 = fmul <2 x float> %f3, %f4 172 ; f1 * f2 - f3 ==> VNMLS/VFNMS 174 %sub = fsub float %mul, %f3 [all …]
|
| /llvm-project-15.0.7/llvm/test/Transforms/JumpThreading/ |
| H A D | fold-not-thread.ll | 5 declare void @f3() 43 call void @f3() 77 call void @f3() 80 call void @f3() 83 call void @f3() 126 call void @f3() 129 call void @f3() 132 call void @f3() 154 call void @f3() 160 call void @f3() [all …]
|
| /llvm-project-15.0.7/clang/test/CXX/temp/temp.fct.spec/temp.arg.explicit/ |
| H A D | p9-0x.cpp | 63 void test_explicit_spec_extension_funcparms(int (*f3)(int, float, double)) { in test_explicit_spec_extension_funcparms() 64 accept_function_ptr(f3); in test_explicit_spec_extension_funcparms() 65 accept_function_ptr<int>(f3); in test_explicit_spec_extension_funcparms() 66 accept_function_ptr<int, int>(f3); in test_explicit_spec_extension_funcparms() 67 accept_function_ptr<int, int, float>(f3); in test_explicit_spec_extension_funcparms() 68 accept_function_ptr<int, int, float, double>(f3); in test_explicit_spec_extension_funcparms()
|
| /llvm-project-15.0.7/clang/test/SemaTemplate/ |
| H A D | template-id-expr.cpp | 59 void f3(int); // expected-note 2{{declared as a non-template here}} 74 …Y0::template f3(0); // expected-error {{'f3' following the 'template' keyword does not refer to a … in f() 75 …Y0::template f3(); // expected-error {{'f3' following the 'template' keyword does not refer to a t… in f() 103 void f3(int); // expected-note 4{{declared as a non-template here}} 118 …Y1::template f3(0); // expected-error {{'f3' following the 'template' keyword does not refer to a … in f() 119 …Y1::template f3(); // expected-error {{'f3' following the 'template' keyword does not refer to a t… in f() 147 …Y1::template f3(0); // expected-error {{'f3' following the 'template' keyword does not refer to a … in f() 148 …Y1::template f3(); // expected-error {{'f3' following the 'template' keyword does not refer to a t… in f()
|
| /llvm-project-15.0.7/lld/test/ELF/ |
| H A D | partitions.s | 40 .quad f3 45 .quad f3 52 .quad f3 56 .section .text.f3,"ax",@progbits 57 f3: label
|