Home
last modified time | relevance | path

Searched refs:poly8_t (Results 1 – 12 of 12) sorted by relevance

/llvm-project/clang/test/Sema/
H A Dneon-vector-types.c5 typedef signed char poly8_t; typedef
16 typedef __attribute__((neon_polyvector_type(16))) poly8_t poly8x16_t;
23 typedef poly8_t [[clang::neon_polyvector_type(16)]] poly8x16_t;
27 poly8_t [[clang::neon_polyvector_type(16)]] poly8x16_var;
H A Daarch64-neon-vector-types.c9 typedef unsigned char poly8_t; typedef
32 typedef __attribute__((neon_polyvector_type(16))) poly8_t poly8x16_t;
/llvm-project/clang/test/CodeGen/
H A Darm-neon-vld.c147 poly8x8x2_t test_vld1_p8_x2(poly8_t const *a) { in test_vld1_p8_x2()
161 poly8x8x3_t test_vld1_p8_x3(poly8_t const *a) { in test_vld1_p8_x3()
175 poly8x8x4_t test_vld1_p8_x4(poly8_t const *a) { in test_vld1_p8_x4()
651 poly8x16x2_t test_vld1q_p8_x2(poly8_t const *a) { in test_vld1q_p8_x2()
665 poly8x16x3_t test_vld1q_p8_x3(poly8_t const *a) { in test_vld1q_p8_x3()
679 poly8x16x4_t test_vld1q_p8_x4(poly8_t const *a) { in test_vld1q_p8_x4()
1059 void test_vld2_dup_p8(poly8x8x2_t *dest, poly8_t *src) { in test_vld2_dup_p8()
1192 void test_vld3_dup_p8(poly8x8x3_t *dest, const poly8_t *src) { in test_vld3_dup_p8()
1324 void test_vld4_dup_p8(poly8x8x4_t *dest, const poly8_t *src) { in test_vld4_dup_p8()
1456 void test_vld2q_dup_p8(poly8x16x2_t *dest, const poly8_t *src) { in test_vld2q_dup_p8()
[all …]
H A Daarch64-neon-ldst-one.c
H A Darm-neon-vst.c289 void test_vst1_p8_x2(poly8_t *a, poly8x8x2_t b) { in test_vst1_p8_x2()
312 void test_vst1_p8_x3(poly8_t *a, poly8x8x3_t b) { in test_vst1_p8_x3()
338 void test_vst1_p8_x4(poly8_t *a, poly8x8x4_t b) { in test_vst1_p8_x4()
1279 void test_vst1q_p8_x2(poly8_t *a, poly8x16x2_t b) { in test_vst1q_p8_x2()
1302 void test_vst1q_p8_x3(poly8_t *a, poly8x16x3_t b) { in test_vst1q_p8_x3()
1328 void test_vst1q_p8_x4(poly8_t *a, poly8x16x4_t b) { in test_vst1q_p8_x4()
H A Daarch64-neon-vget.c
H A Daarch64-neon-scalar-copy.c
H A Darm_neon_intrinsics.c2726 poly8x8_t test_vdup_n_p8(poly8_t a) { in test_vdup_n_p8()
2869 poly8x16_t test_vdupq_n_p8(poly8_t a) { in test_vdupq_n_p8()
3451 poly8_t test_vget_lane_p8(poly8x8_t a) { in test_vget_lane_p8()
3528 poly8_t test_vgetq_lane_p8(poly8x16_t a) { in test_vgetq_lane_p8()
3961 poly8x16_t test_vld1q_p8(poly8_t const * a) { in test_vld1q_p8()
4045 poly8x8_t test_vld1_p8(poly8_t const * a) { in test_vld1_p8()
4151 poly8x16_t test_vld1q_dup_p8(poly8_t const * a) { in test_vld1q_dup_p8()
4259 poly8x8_t test_vld1_dup_p8(poly8_t const * a) { in test_vld1_dup_p8()
4374 poly8x16_t test_vld1q_lane_p8(poly8_t const * a, poly8x16_t b) { in test_vld1q_lane_p8()
4488 poly8x8_t test_vld1_lane_p8(poly8_t cons
[all...]
H A Daarch64-neon-intrinsics.c
/llvm-project/clang/test/CodeGenCXX/
H A Dmangle-neon-vectors.cpp10 typedef unsigned char poly8_t; typedef
14 typedef signed char poly8_t;
36 typedef __attribute__((neon_polyvector_type(16))) poly8_t poly8x16_t;
13 typedef signed char poly8_t; global() typedef
H A Daarch64-mangle-neon-vectors.cpp9 typedef unsigned char poly8_t; typedef
37 typedef __attribute__((neon_polyvector_type(8))) poly8_t poly8x8_t;
38 typedef __attribute__((neon_polyvector_type(16))) poly8_t poly8x16_t;
H A Dpoly-unsigned.cpp14 poly16_t test_poly8(poly8_t pIn) { in test_poly8()