/external/llvm-project/clang/test/CodeGen/SystemZ/ |
D | builtins-systemz-zvector-constrained.c | 21 const double * volatile cptrd; variable 43 vd = vec_insert_and_zero(cptrd); in test_core() 58 vd = vec_gather_element(vd, vul, cptrd, 0); in test_core() 60 vd = vec_gather_element(vd, vul, cptrd, 1); in test_core() 68 vd = vec_xl(idx, cptrd); in test_core() 71 vd = vec_xld2(idx, cptrd); in test_core()
|
D | builtins-systemz-zvector3-constrained.c | 24 const double * volatile cptrd; variable 38 vd += vec_revb(vec_xl(idx, cptrd)); in test_core() 48 vd += vec_revb(vec_insert_and_zero(cptrd)); in test_core() 70 vd += vec_reve(vec_xl(idx, cptrd)); in test_core()
|
D | builtins-systemz-zvector2-error.c | 44 const double * volatile cptrd; variable 72 vd = vec_gather_element(vd, vul, cptrd, idx); // expected-error {{no matching function}} in test_core() 75 vd = vec_gather_element(vd, vul, cptrd, -1); // expected-error {{no matching function}} in test_core() 78 vd = vec_gather_element(vd, vul, cptrd, 2); // expected-error {{no matching function}} in test_core()
|
D | builtins-systemz-zvector2-constrained.c | 25 const double * volatile cptrd; variable 82 vd = vec_insert_and_zero(cptrd); in test_core() 104 vd = vec_gather_element(vd, vul, cptrd, 0); in test_core() 106 vd = vec_gather_element(vd, vul, cptrd, 1); in test_core() 124 vd = vec_xl(idx, cptrd); in test_core()
|
D | builtins-systemz-zvector2.c | 47 const double * volatile cptrd; variable 114 vd = vec_insert_and_zero(cptrd); in test_core() 156 vd = vec_gather_element(vd, vul, cptrd, 0); in test_core() 158 vd = vec_gather_element(vd, vul, cptrd, 1); in test_core() 176 vd = vec_xl(idx, cptrd); in test_core() 184 vd = vec_load_bndry(cptrd, 64); in test_core() 212 vd = vec_load_len(cptrd, idx); in test_core()
|
D | builtins-systemz-zvector-error.c | 42 const double * volatile cptrd; variable 161 vd = vec_gather_element(vd, vul, cptrd, idx); // expected-error {{no matching function}} in test_core() 164 vd = vec_gather_element(vd, vul, cptrd, -1); // expected-error {{no matching function}} in test_core() 167 vd = vec_gather_element(vd, vul, cptrd, 2); // expected-error {{no matching function}} in test_core()
|
D | builtins-systemz-zvector3.c | 47 const double * volatile cptrd; variable 90 vd += vec_revb(vec_xl(idx, cptrd)); in test_core() 124 vd += vec_revb(vec_insert_and_zero(cptrd)); in test_core() 228 vd += vec_reve(vec_xl(idx, cptrd)); in test_core()
|
D | builtins-systemz-zvector3-error.c | 44 const double * volatile cptrd; variable
|
D | builtins-systemz-zvector.c | 45 const double * volatile cptrd; variable 220 vd = vec_insert_and_zero(cptrd); in test_core() 444 vd = vec_gather_element(vd, vul, cptrd, 0); in test_core() 446 vd = vec_gather_element(vd, vul, cptrd, 1); in test_core() 506 vd = vec_xl(idx, cptrd); in test_core() 525 vd = vec_xld2(idx, cptrd); in test_core() 616 vd = vec_load_bndry(cptrd, 64); in test_core() 662 vd = vec_load_len(cptrd, idx); in test_core()
|
/external/clang/test/CodeGen/ |
D | builtins-systemz-zvector-error.c | 42 const double * volatile cptrd; variable 161 vd = vec_gather_element(vd, vul, cptrd, idx); // expected-error {{no matching function}} in test_core() 164 vd = vec_gather_element(vd, vul, cptrd, -1); // expected-error {{no matching function}} in test_core() 167 vd = vec_gather_element(vd, vul, cptrd, 2); // expected-error {{no matching function}} in test_core()
|
D | builtins-systemz-zvector.c | 42 const double * volatile cptrd; variable 165 vd = vec_insert_and_zero(cptrd); in test_core() 273 vd = vec_gather_element(vd, vul, cptrd, 0); in test_core() 274 vd = vec_gather_element(vd, vul, cptrd, 1); in test_core() 305 vd = vec_xld2(idx, cptrd); in test_core() 347 vd = vec_load_bndry(cptrd, 64); in test_core() 378 vd = vec_load_len(cptrd, idx); in test_core()
|