Searched refs:fixed_int64_t (Results 1 – 13 of 13) sorted by relevance
/llvm-project/clang/test/CodeGen/ |
H A D | aarch64-sve-vls-compare-ops.c |
|
H A D | aarch64-sve-vls-arith-ops.c |
|
H A D | aarch64-sve-vls-shift-ops.c |
|
H A D | aarch64-sve-vls-bitwise-ops.c |
|
H A D | attr-arm-sve-vector-bits-types.c | 17 typedef svint64_t fixed_int64_t __attribute__((arm_sve_vector_bits(N))); typedef 79 fixed_int64_t global_i64; 100 fixed_int64_t global_arr_i64[3]; 123 fixed_int64_t local_i64; in f() 138 fixed_int64_t local_arr_i64[3]; in f()
|
H A D | attr-arm-sve-vector-bits-globals.c | 11 typedef svint64_t fixed_int64_t __attribute__((arm_sve_vector_bits(N))); typedef 15 fixed_int64_t global_i64;
|
H A D | aarch64-sve-vls-subscript-ops.c |
|
H A D | attr-arm-sve-vector-bits-bitcast.c | 12 typedef svint64_t fixed_int64_t __attribute__((arm_sve_vector_bits(N))); typedef
|
/llvm-project/clang/test/SemaCXX/ |
H A D | aarch64-sve-explicit-casts-fixed-size.cpp | 19 typedef svint64_t fixed_int64_t FIXED_ATTR; 49 TESTCASE(fixed_int64_t, svfloat32_t) 50 TESTCASE(fixed_int64_t, svfloat64_t) 51 TESTCASE(fixed_int64_t, svint32_t) 52 TESTCASE(fixed_int64_t, svint64_t)
|
/llvm-project/clang/test/Sema/ |
H A D | aarch64-sve-explicit-casts-fixed-size.c | 19 typedef svint64_t fixed_int64_t FIXED_ATTR; 48 TESTCASE(fixed_int64_t, svfloat32_t) 49 TESTCASE(fixed_int64_t, svfloat64_t) 50 TESTCASE(fixed_int64_t, svint32_t) 51 TESTCASE(fixed_int64_t, svint64_t)
|
H A D | attr-arm-sve-vector-bits.c | 37 typedef svint64_t fixed_int64_t __attribute__((arm_sve_vector_bits(N))); typedef 188 _Static_assert(sizeof(fixed_int64_t) == VECTOR_SIZE, ""); 212 _Static_assert(__alignof__(fixed_int64_t) == VECTOR_ALIGN, ""); 230 struct struct_int64 { fixed_int64_t x, y[5]; }; 237 union union_int64 { fixed_int64_t x, y[5]; }; 376 TEST_INT_OPS(fixed_int64_t)
|
/llvm-project/clang/test/CodeGenCXX/ |
H A D | aarch64-sve-fixedtypeinfo.cpp | 26 typedef __SVInt64_t fixed_int64_t __attribute__((arm_sve_vector_bits(N))); typedef 44 auto &fs64 = typeid(fixed_int64_t);
|
H A D | aarch64-mangle-sve-fixed-vectors.cpp | 22 typedef __SVInt64_t fixed_int64_t __attribute__((arm_sve_vector_bits(N))); typedef 65 void f4(S<fixed_int64_t>) {} in f4() argument
|