Home
last modified time | relevance | path

Searched refs:fixed_uint32m2_t (Results 1 – 4 of 4) sorted by relevance

/llvm-project/clang/test/CodeGen/RISCV/
H A Dattr-rvv-vector-bits-types.c120 typedef vuint32m2_t fixed_uint32m2_t __attribute__((riscv_rvv_vector_bits(__riscv_v_fixed_vlen * 2))); typedef
300 fixed_uint32m2_t global_u32m2;
363 fixed_uint32m2_t global_arr_u32m2[3];
425 fixed_uint32m2_t local_u32m2;
478 fixed_uint32m2_t local_arr_u32m2[3]; in f()
/llvm-project/clang/test/CodeGenCXX/
H A Driscv-rvv-fixedtypeinfo.cpp122 typedef vuint32m2_t fixed_uint32m2_t __attribute__((riscv_rvv_vector_bits(__riscv_v_fixed_vlen*2))); typedef
178 auto &fu32m2 = typeid(fixed_uint32m2_t);
H A Driscv-mangle-rvv-fixed-vectors.cpp140 typedef vuint32m2_t fixed_uint32m2_t __attribute__((riscv_rvv_vector_bits(__riscv_v_fixed_vlen*2))); typedef
309 void m2f7(S<fixed_uint32m2_t>) {}
315 m2f7(S<fixed_uint32m2_t>) m2f7() argument
/llvm-project/clang/test/Sema/
H A Dattr-riscv-rvv-vector-bits.c118 typedef vuint32m2_t fixed_uint32m2_t __attribute__((riscv_rvv_vector_bits(__riscv_v_fixed_vlen * 2))); typedef
377 _Static_assert(sizeof(fixed_uint32m2_t) == VECTOR_SIZE * 2, "");
474 _Static_assert(__alignof__(fixed_uint32m2_t) == VECTOR_ALIGN, "");
845 TEST_INT_OPS(fixed_uint32m2_t)