| /llvm-project-15.0.7/clang/test/CodeGen/SystemZ/ |
| H A D | builtins-systemz-vector.c | 126 vui = __builtin_s390_vaccf(vui, vui); in test_integer() 149 vui = __builtin_s390_vcksm(vui, vui); in test_integer() 178 vui = __builtin_s390_verimf(vui, vui, vui, 0); in test_integer() 180 vui = __builtin_s390_verimf(vui, vui, vui, 255); in test_integer() 233 vui = __builtin_s390_vmalhf(vui, vui, vui); in test_integer() 462 vui = __builtin_s390_vstrcf(vui, vui, vui, 0); in test_string() 464 vui = __builtin_s390_vstrcf(vui, vui, vui, 15); in test_string() 475 vui = __builtin_s390_vstrczf(vui, vui, vui, 0); in test_string() 477 vui = __builtin_s390_vstrczf(vui, vui, vui, 15); in test_string() 549 vui = __builtin_s390_vstrcfs(vui, vui, vui, 0, &cc); in test_string() [all …]
|
| H A D | builtins-systemz-vector-error.c | 21 volatile vec_uint vui; variable 52 …__builtin_s390_verimf(vui, vui, vui, -1); // expected-error-re {{argument value {{.*}} is outsi… in test_integer() 53 …__builtin_s390_verimf(vui, vui, vui, 256); // expected-error-re {{argument value {{.*}} is outsi… in test_integer() 54 __builtin_s390_verimf(vui, vui, vui, len); // expected-error {{must be a constant integer}} in test_integer() 98 …__builtin_s390_vstrcf(vui, vui, vui, -1); // expected-error-re {{argument value {{.*}} is … in test_string() 99 …__builtin_s390_vstrcf(vui, vui, vui, 16); // expected-error-re {{argument value {{.*}} is … in test_string() 100 __builtin_s390_vstrcf(vui, vui, vui, len); // expected-error {{must be a constant integer}} in test_string() 110 …__builtin_s390_vstrczf(vui, vui, vui, -1); // expected-error-re {{argument value {{.*}} is … in test_string() 112 __builtin_s390_vstrczf(vui, vui, vui, len); // expected-error {{must be a constant integer}} in test_string() 148 __builtin_s390_vstrcfs(vui, vui, vui, len, &cc); // expected-error {{must be a constant integer}} in test_string() [all …]
|
| H A D | builtins-systemz-zvector.c | 245 vui = vec_perm(vui, vui, vuc); in test_core() 383 vui = vec_sel(vui, vui, vui); in test_core() 385 vui = vec_sel(vui, vui, vbi); in test_core() 2462 vui = vec_nor(vui, vui); in test_integer() 2581 vui = vec_rl(vui, vui); in test_integer() 3505 vui = vec_mladd(vui, vui, vui); in test_integer() 3523 vui = vec_mhadd(vui, vui, vui); in test_integer() 4005 vui = vec_cmprg_idx(vui, vui, vui); in test_string() 4025 vui = vec_cmprg_or_0_idx(vui, vui, vui); in test_string() 4065 vui = vec_cmpnrg_idx(vui, vui, vui); in test_string() [all …]
|
| H A D | builtins-systemz-zvector-error.c | 14 volatile vector unsigned int vui; variable 116 vui = vec_gather_element(vui, vui, cptrui, idx); // expected-error {{no matching function}} in test_core() 119 vui = vec_gather_element(vui, vui, cptrui, -1); // expected-error {{no matching function}} in test_core() 122 vui = vec_gather_element(vui, vui, cptrui, 4); // expected-error {{no matching function}} in test_core() 180 vec_scatter_element(vui, vui, ptrui, idx); // expected-error {{no matching function}} in test_core() 183 vec_scatter_element(vui, vui, ptrui, -1); // expected-error {{no matching function}} in test_core() 186 vec_scatter_element(vui, vui, ptrui, 4); // expected-error {{no matching function}} in test_core() 349 vui = vec_splat(vui, idx); // expected-error {{no matching function}} in test_core() 352 vui = vec_splat(vui, -1); // expected-error {{no matching function}} in test_core() 355 vui = vec_splat(vui, 4); // expected-error {{no matching function}} in test_core() [all …]
|
| H A D | builtins-systemz-zvector3.c | 17 volatile vector unsigned int vui; variable 160 vui2 = vui; in test_core() 179 vui2 = vui; in test_core() 286 vui = vec_sldb(vui, vui, 0); in test_integer() 289 vui = vec_sldb(vui, vui, 7); in test_integer() 347 vui = vec_srdb(vui, vui, 0); in test_integer() 350 vui = vec_srdb(vui, vui, 7); in test_integer() 406 vuc = vec_search_string_cc(vui, vui, vuc, &cc); in test_string() 434 vuc = vec_search_string_until_zero_cc(vui, vui, vuc, &cc); in test_string() 451 vf = vec_float(vui); in test_float() [all …]
|
| H A D | builtins-systemz-zvector2.c | 17 volatile vector unsigned int vui; variable 139 vf = vec_sel(vf, vf, vui); in test_core() 506 vui = vec_nand(vui, vui); in test_integer() 535 vui = vec_orc(vui, vui); in test_integer() 564 vui = vec_eqv(vui, vui); in test_integer() 591 vui = vec_popcnt(vsi); in test_integer() 594 vui = vec_popcnt(vui); in test_integer() 607 vf = vec_slb(vf, vui); in test_integer() 633 vf = vec_srab(vf, vui); in test_integer() 646 vf = vec_srb(vf, vui); in test_integer() [all …]
|
| H A D | builtins-systemz-zvector3-error.c | 14 volatile vector unsigned int vui; variable 83 vui = vec_sldb(vui, vui, idx); // expected-error {{no matching function}} \ in test_integer() 124 vui = vec_srdb(vui, vui, idx); // expected-error {{no matching function}} \ in test_integer()
|
| H A D | builtins-systemz-zvector2-error.c | 14 volatile vector unsigned int vui; variable 63 vf = vec_gather_element(vf, vui, cptrf, idx); // expected-error {{no matching function}} in test_core() 66 vf = vec_gather_element(vf, vui, cptrf, -1); // expected-error {{no matching function}} in test_core() 69 vf = vec_gather_element(vf, vui, cptrf, 4); // expected-error {{no matching function}} in test_core() 82 vec_scatter_element(vf, vui, ptrf, idx); // expected-error {{no matching function}} in test_core() 85 vec_scatter_element(vf, vui, ptrf, -1); // expected-error {{no matching function}} in test_core() 88 vec_scatter_element(vf, vui, ptrf, 4); // expected-error {{no matching function}} in test_core()
|
| H A D | builtins-systemz-vector3.c | 22 volatile vec_uint vui; variable 49 vuc = __builtin_s390_vstrsf(vui, vui, vuc, &cc); in test_string() 56 vuc = __builtin_s390_vstrszf(vui, vui, vuc, &cc); in test_string()
|
| H A D | builtins-systemz-zvector2-constrained.c | 14 volatile vector unsigned int vui; variable 96 vf = vec_gather_element(vf, vui, cptrf, 0); in test_core() 98 vf = vec_gather_element(vf, vui, cptrf, 1); in test_core() 100 vf = vec_gather_element(vf, vui, cptrf, 2); in test_core() 102 vf = vec_gather_element(vf, vui, cptrf, 3); in test_core() 109 vec_scatter_element(vf, vui, ptrf, 0); in test_core() 111 vec_scatter_element(vf, vui, ptrf, 1); in test_core() 113 vec_scatter_element(vf, vui, ptrf, 2); in test_core() 115 vec_scatter_element(vf, vui, ptrf, 3); in test_core()
|
| H A D | builtins-systemz-zvector3-constrained.c | 15 volatile vector unsigned int vui; variable 91 vf = vec_float(vui); in test_float() 104 vui = vec_unsigned(vf); in test_float()
|
| H A D | builtins-systemz-zvector4.c | 17 volatile vector unsigned int vui; variable
|
| H A D | builtins-systemz-vector3-error.c | 22 volatile vec_uint vui; variable
|
| H A D | builtins-systemz-vector4.c | 22 volatile vec_uint vui; variable
|
| H A D | builtins-systemz-zvector4-error.c | 14 volatile vector unsigned int vui; variable
|
| H A D | builtins-systemz-vector4-error.c | 22 volatile vec_uint vui; variable
|
| H A D | builtins-systemz-vector2-error.c | 22 volatile vec_uint vui; variable
|
| /llvm-project-15.0.7/clang/test/CodeGen/PowerPC/ |
| H A D | builtins-ppc-altivec.c | 215 res_vui = vec_add(vui, vui); in test1() 239 res_vui = vec_adde(vui, vui, vui); in test1() 324 res_vui = vec_addc(vui, vui); in test1() 393 res_vui = vec_adds(vui, vui); in test1() 546 res_vui = vec_and(vui, vui); in test1() 3245 res_vui = vec_sel(vui, vui, vui); in test6() 3445 res_vui = vec_vsel(vui, vui, vui); in test6() 4923 vec_st(vui, 0, &vui); in test6() 5027 vec_stvx(vui, 0, &vui); in test6() 5253 vec_stl(vui, 0, &vui); in test6() [all …]
|
| H A D | builtins-ppc-p8vector.c | 96 res_vui = vec_addc(vui, vui); in test1() 143 res_vui = vec_mergee(vui, vui); in test1() 177 res_vui = vec_mergeo(vui, vui); in test1() 308 res_vui = vec_eqv(vui, vui); in test1() 424 res_vui = vec_cntlz(vui); in test1() 631 res_vull = vec_mule(vui , vui); in test1() 642 res_vull = vec_mulo(vui, vui); in test1() 892 res_vui = vec_nand(vui, vui); in test1() 1038 res_vui = vec_orc(vui, vui); in test1() 1044 res_vui = vec_orc(vui, vbi); in test1() [all …]
|
| H A D | builtins-ppc-error.c | 20 extern vector unsigned int vui; 27 …vector unsigned char v1 = vec_insert4b(vui, vuc, index); // expected-error {{argument to '__builti… in testInsertWord() 49 …vec_ctf(vui, index); //expected-error {{argument to '__builtin_altivec_vcfsx' must be a constant i… in testCTF() 57 …vec_vcfux(vui, index); //expected-error {{argument to '__builtin_altivec_vcfux' must be a constant… in testVCFUX()
|
| H A D | altivec.c | 50 vector unsigned int vui; in test3() local 51 …--vui; // CHECK: add <4 x i32> {{.*}} <i32 -1, i32 -1, i32 -1, i… in test3()
|
| H A D | builtins-ppc-vsx.c | 23 vector unsigned int vui = { 0, 1, 2, 3 }; variable 494 res_vui = vec_vsx_ld(0, &vui); in test1() 588 vec_vsx_st(vui, 0, &res_vui); in test1() 592 vec_vsx_st(vui, 0, res_aui); in test1() 1365 res_vd = vec_ctd(vui, 2); in test1() 1626 res_vd = vec_doublee(vui); in test1() 1667 res_vd = vec_doubleh(vui); in test1() 1709 res_vd = vec_doublel(vui); in test1() 1746 res_vd = vec_doubleo(vui); in test1() 2092 res_vui = vec_xxpermdi(vui, vui, 1); in test1() [all …]
|
| /llvm-project-15.0.7/clang/test/SemaCXX/ |
| H A D | altivec.cpp | 15 vector unsigned int vui; in test_vec_step() local 30 int res11[vec_step(vui) == 4 ? 1 : -1]; in test_vec_step()
|
| /llvm-project-15.0.7/llvm/test/CodeGen/PowerPC/ |
| H A D | vsx-ldst-builtin-le.ll | 18 @vui = global <4 x i32> <i32 0, i32 1, i32 2, i32 3>, align 16 40 %1 = call <4 x i32> @llvm.ppc.vsx.lxvw4x(i8* bitcast (<4 x i32>* @vui to i8*)) 79 %10 = load <4 x i32>, <4 x i32>* @vui, align 16
|
| H A D | vsx-ldst.ll | 27 @vui = global <4 x i32> <i32 0, i32 1, i32 2, i32 3>, align 16 43 %1 = load <4 x i32>, <4 x i32>* @vui, align 16
|