/external/llvm-project/clang/test/CodeGen/SystemZ/ |
D | builtins-systemz-zvector2.c | 46 const float * volatile cptrf; variable 111 vf = vec_insert_and_zero(cptrf); in test_core() 148 vf = vec_gather_element(vf, vui, cptrf, 0); in test_core() 150 vf = vec_gather_element(vf, vui, cptrf, 1); in test_core() 152 vf = vec_gather_element(vf, vui, cptrf, 2); in test_core() 154 vf = vec_gather_element(vf, vui, cptrf, 3); in test_core() 174 vf = vec_xl(idx, cptrf); in test_core() 187 vf = vec_load_bndry(cptrf, 64); in test_core() 190 vf = vec_load_bndry(cptrf, 128); in test_core() 193 vf = vec_load_bndry(cptrf, 256); in test_core() [all …]
|
D | builtins-systemz-zvector3-constrained.c | 23 const float * volatile cptrf; variable 36 vf += vec_revb(vec_xl(idx, cptrf)); in test_core() 46 vf += vec_revb(vec_insert_and_zero(cptrf)); in test_core() 68 vf += vec_reve(vec_xl(idx, cptrf)); in test_core()
|
D | builtins-systemz-zvector2-error.c | 43 const float * volatile cptrf; 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()
|
D | builtins-systemz-zvector2-constrained.c | 24 const float * volatile cptrf; variable 79 vf = vec_insert_and_zero(cptrf); in test_core() 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() 122 vf = vec_xl(idx, cptrf); in test_core()
|
D | builtins-systemz-zvector3.c | 46 const float * volatile cptrf; variable 88 vf += vec_revb(vec_xl(idx, cptrf)); in test_core() 122 vf += vec_revb(vec_insert_and_zero(cptrf)); in test_core() 226 vf += vec_reve(vec_xl(idx, cptrf)); in test_core()
|
D | builtins-systemz-zvector-constrained.c | 20 const float * volatile cptrf; variable 223 vd = vec_ld2f(cptrf); in test_float()
|
D | builtins-systemz-zvector3-error.c | 43 const float * volatile cptrf; variable
|
D | builtins-systemz-zvector-error.c | 41 const float * volatile cptrf; variable
|
D | builtins-systemz-zvector.c | 44 const float * volatile cptrf; variable 4459 vd = vec_ld2f(cptrf); in test_float()
|
/external/clang/test/CodeGen/ |
D | builtins-systemz-zvector-error.c | 41 const float * volatile cptrf; variable
|
D | builtins-systemz-zvector.c | 41 const float * volatile cptrf; variable 2905 vd = vec_ld2f(cptrf); in test_float()
|