Home
last modified time | relevance | path

Searched refs:fixed_float16_t (Results 1 – 9 of 9) sorted by relevance

/llvm-project/clang/test/CodeGen/
H A Daarch64-sve-vls-arith-ops.c
H A Daarch64-sve-vls-compare-ops.c
H A Dattr-arm-sve-vector-bits-types.c24 typedef svfloat16_t fixed_float16_t __attribute__((arm_sve_vector_bits(N))); typedef
86 fixed_float16_t global_f16;
107 fixed_float16_t global_arr_f16[3];
128 fixed_float16_t local_f16; in f()
143 fixed_float16_t local_arr_f16[3]; in f()
H A Daarch64-sve-vls-subscript-ops.c
H A Daarch64-sve-vls-bitwise-ops.c
H A Daarch64-sve-vls-shift-ops.c
/llvm-project/clang/test/CodeGenCXX/
H A Daarch64-sve-fixedtypeinfo.cpp33 typedef __SVFloat16_t fixed_float16_t __attribute__((arm_sve_vector_bits(N))); typedef
51 auto &ff16 = typeid(fixed_float16_t);
H A Daarch64-mangle-sve-fixed-vectors.cpp29 typedef __SVFloat16_t fixed_float16_t __attribute__((arm_sve_vector_bits(N))); typedef
100 void f9(S<fixed_float16_t>) {} in f9() argument
/llvm-project/clang/test/Sema/
H A Dattr-arm-sve-vector-bits.c44 typedef svfloat16_t fixed_float16_t __attribute__((arm_sve_vector_bits(N))); typedef
195 _Static_assert(sizeof(fixed_float16_t) == VECTOR_SIZE, "");
219 _Static_assert(__alignof__(fixed_float16_t) == VECTOR_ALIGN, "");
382 TEST_OPS(fixed_float16_t)