/external/llvm-project/clang/test/CodeGen/SystemZ/ |
D | builtins-systemz-zvector-error.c | 35 const signed int * volatile cptrsi; variable 107 vsi = vec_gather_element(vsi, vui, cptrsi, idx); // expected-error {{no matching function}} in test_core() 110 vsi = vec_gather_element(vsi, vui, cptrsi, -1); // expected-error {{no matching function}} in test_core() 113 vsi = vec_gather_element(vsi, vui, cptrsi, 4); // expected-error {{no matching function}} in test_core() 249 …vsi = vec_load_bndry(cptrsi, idx); // expected-error {{no matching function}} expected-error {{ar… in test_core()
|
D | builtins-systemz-zvector3.c | 40 const signed int * volatile cptrsi; variable 80 vsi += vec_revb(vec_xl(idx, cptrsi)); in test_core() 114 vsi += vec_revb(vec_insert_and_zero(cptrsi)); in test_core() 218 vsi += vec_reve(vec_xl(idx, cptrsi)); in test_core()
|
D | builtins-systemz-zvector3-error.c | 37 const signed int * volatile cptrsi; variable
|
D | builtins-systemz-zvector2-error.c | 37 const signed int * volatile cptrsi; variable
|
D | builtins-systemz-zvector.c | 38 const signed int * volatile cptrsi; variable 208 vsi = vec_insert_and_zero(cptrsi); in test_core() 408 vsi = vec_gather_element(vsi, vui, cptrsi, 0); in test_core() 410 vsi = vec_gather_element(vsi, vui, cptrsi, 1); in test_core() 412 vsi = vec_gather_element(vsi, vui, cptrsi, 2); in test_core() 414 vsi = vec_gather_element(vsi, vui, cptrsi, 3); in test_core() 498 vsi = vec_xl(idx, cptrsi); in test_core() 517 vsi = vec_xld2(idx, cptrsi); in test_core() 536 vsi = vec_xlw4(idx, cptrsi); in test_core() 604 vsi = vec_load_bndry(cptrsi, 64); in test_core() [all …]
|
D | builtins-systemz-zvector2.c | 40 const signed int * volatile cptrsi; variable
|
/external/clang/test/CodeGen/ |
D | builtins-systemz-zvector-error.c | 35 const signed int * volatile cptrsi; variable 107 vsi = vec_gather_element(vsi, vui, cptrsi, idx); // expected-error {{no matching function}} in test_core() 110 vsi = vec_gather_element(vsi, vui, cptrsi, -1); // expected-error {{no matching function}} in test_core() 113 vsi = vec_gather_element(vsi, vui, cptrsi, 4); // expected-error {{no matching function}} in test_core() 256 vsi = vec_load_bndry(cptrsi, idx); // expected-error {{no matching function}} in test_core()
|
D | builtins-systemz-zvector.c | 35 const signed int * volatile cptrsi; variable 157 vsi = vec_insert_and_zero(cptrsi); in test_core() 255 vsi = vec_gather_element(vsi, vui, cptrsi, 0); in test_core() 256 vsi = vec_gather_element(vsi, vui, cptrsi, 1); in test_core() 257 vsi = vec_gather_element(vsi, vui, cptrsi, 2); in test_core() 258 vsi = vec_gather_element(vsi, vui, cptrsi, 3); in test_core() 301 vsi = vec_xld2(idx, cptrsi); in test_core() 311 vsi = vec_xlw4(idx, cptrsi); in test_core() 339 vsi = vec_load_bndry(cptrsi, 64); in test_core() 370 vsi = vec_load_len(cptrsi, idx); in test_core()
|