Searched refs:poly8_t (Results 1 – 12 of 12) sorted by relevance
/llvm-project/clang/test/Sema/ |
H A D | neon-vector-types.c | 5 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 D | aarch64-neon-vector-types.c | 9 typedef unsigned char poly8_t; typedef 32 typedef __attribute__((neon_polyvector_type(16))) poly8_t poly8x16_t;
|
/llvm-project/clang/test/CodeGen/ |
H A D | arm-neon-vld.c | 147 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 D | aarch64-neon-ldst-one.c |
|
H A D | arm-neon-vst.c | 289 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 D | aarch64-neon-vget.c |
|
H A D | aarch64-neon-scalar-copy.c |
|
H A D | arm_neon_intrinsics.c | 2726 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 D | aarch64-neon-intrinsics.c |
|
/llvm-project/clang/test/CodeGenCXX/ |
H A D | mangle-neon-vectors.cpp | 10 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 D | aarch64-mangle-neon-vectors.cpp | 9 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 D | poly-unsigned.cpp | 14 poly16_t test_poly8(poly8_t pIn) { in test_poly8()
|