Home
last modified time | relevance | path

Searched refs:cptrsi (Results 1 – 8 of 8) sorted by relevance

/external/llvm-project/clang/test/CodeGen/SystemZ/
Dbuiltins-systemz-zvector-error.c35 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()
Dbuiltins-systemz-zvector3.c40 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()
Dbuiltins-systemz-zvector3-error.c37 const signed int * volatile cptrsi; variable
Dbuiltins-systemz-zvector2-error.c37 const signed int * volatile cptrsi; variable
Dbuiltins-systemz-zvector.c38 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 …]
Dbuiltins-systemz-zvector2.c40 const signed int * volatile cptrsi; variable
/external/clang/test/CodeGen/
Dbuiltins-systemz-zvector-error.c35 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()
Dbuiltins-systemz-zvector.c35 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()