Home
last modified time | relevance | path

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

/external/llvm-project/clang/test/CodeGen/SystemZ/
Dbuiltins-systemz-zvector-error.c33 const signed char * volatile cptrsc; variable
235 …vsc = vec_load_bndry(cptrsc, idx); // expected-error {{no matching function}} expected-error {{ar… in test_core()
237 …vsc = vec_load_bndry(cptrsc, 200); // expected-error {{no matching function}} expected-error {{ar… in test_core()
239 …vsc = vec_load_bndry(cptrsc, 32); // expected-error {{no matching function}} expected-error {{ar… in test_core()
241 …vsc = vec_load_bndry(cptrsc, 8192); // expected-error {{no matching function}} expected-error {{ar… in test_core()
Dbuiltins-systemz-zvector3-error.c35 const signed char * volatile cptrsc; variable
Dbuiltins-systemz-zvector2-error.c35 const signed char * volatile cptrsc; variable
Dbuiltins-systemz-zvector3.c38 const signed char * volatile cptrsc; variable
210 vsc += vec_reve(vec_xl(idx, cptrsc)); in test_core()
Dbuiltins-systemz-zvector.c36 const signed char * volatile cptrsc; variable
196 vsc = vec_insert_and_zero(cptrsc); in test_core()
490 vsc = vec_xl(idx, cptrsc); in test_core()
509 vsc = vec_xld2(idx, cptrsc); in test_core()
528 vsc = vec_xlw4(idx, cptrsc); in test_core()
592 vsc = vec_load_bndry(cptrsc, 64); in test_core()
619 vsc = vec_load_bndry(cptrsc, 128); in test_core()
622 vsc = vec_load_bndry(cptrsc, 256); in test_core()
625 vsc = vec_load_bndry(cptrsc, 512); in test_core()
628 vsc = vec_load_bndry(cptrsc, 1024); in test_core()
[all …]
Dbuiltins-systemz-zvector2.c38 const signed char * volatile cptrsc; variable
/external/clang/test/CodeGen/
Dbuiltins-systemz-zvector-error.c33 const signed char * volatile cptrsc; variable
235 vsc = vec_load_bndry(cptrsc, idx); // expected-error {{no matching function}} in test_core()
238 vsc = vec_load_bndry(cptrsc, 200); // expected-error {{no matching function}} in test_core()
241 vsc = vec_load_bndry(cptrsc, 32); // expected-error {{no matching function}} in test_core()
244 vsc = vec_load_bndry(cptrsc, 8192); // expected-error {{no matching function}} in test_core()
Dbuiltins-systemz-zvector.c33 const signed char * volatile cptrsc; variable
149 vsc = vec_insert_and_zero(cptrsc); in test_core()
297 vsc = vec_xld2(idx, cptrsc); in test_core()
307 vsc = vec_xlw4(idx, cptrsc); in test_core()
331 vsc = vec_load_bndry(cptrsc, 64); in test_core()
349 vsc = vec_load_bndry(cptrsc, 128); in test_core()
351 vsc = vec_load_bndry(cptrsc, 256); in test_core()
353 vsc = vec_load_bndry(cptrsc, 512); in test_core()
355 vsc = vec_load_bndry(cptrsc, 1024); in test_core()
357 vsc = vec_load_bndry(cptrsc, 2048); in test_core()
[all …]