Home
last modified time | relevance | path

Searched refs:fixed_int32_t (Results 1 – 25 of 121) sorted by relevance

12345

/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/test/CodeGen/
H A Dattr-arm-sve-vector-bits-call.c9 typedef svint32_t fixed_int32_t __attribute__((arm_sve_vector_bits(N))); typedef
29 fixed_int32_t fixed_caller(fixed_int32_t x) { in fixed_caller()
37 fixed_int32_t fixed_callee(fixed_int32_t x) { in fixed_callee()
64 fixed_int32_t call_int32_ff(svbool_t pg, fixed_int32_t op1, fixed_int32_t op2) { in call_int32_ff()
97 fixed_int32_t call_int32_fs(svbool_t pg, fixed_int32_t op1, svint32_t op2) { in call_int32_fs()
130 fixed_int32_t call_int32_ss(svbool_t pg, svint32_t op1, svint32_t op2) { in call_int32_ss()
H A Dattr-arm-sve-vector-bits-codegen.c8 typedef svint32_t fixed_int32_t __attribute__((arm_sve_vector_bits(N))); typedef
13 fixed_int32_t global_vec;
44 fixed_int32_t foo(svbool_t pred, svint32_t vec) { in foo()
61 fixed_int32_t test_ptr_to_global() { in test_ptr_to_global()
62 fixed_int32_t *global_vec_ptr; in test_ptr_to_global()
82 fixed_int32_t array_arg(fixed_int32_t arr[]) { in array_arg()
143 fixed_int32_t test_cast(svbool_t pred, svint32_t vec) { in test_cast()
H A Dattr-arm-sve-vector-bits-cast.c9 typedef svint32_t fixed_int32_t __attribute__((arm_sve_vector_bits(N))); typedef
18 svint32_t to_svint32_t(fixed_int32_t type) { in to_svint32_t()
26 fixed_int32_t from_svint32_t(svint32_t type) { in from_svint32_t()
71 svint64_t lax_cast(fixed_int32_t type) { in lax_cast()
101 fixed_int32_t to_fixed_int32_t__from_gnu_int32_t(gnu_int32_t type) { in to_fixed_int32_t__from_gnu_int32_t()
111 gnu_int32_t from_fixed_int32_t__to_gnu_int32_t(fixed_int32_t type) { in from_fixed_int32_t__to_gnu_int32_t()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/test/CodeGen/
H A Dattr-arm-sve-vector-bits-call.c9 typedef svint32_t fixed_int32_t __attribute__((arm_sve_vector_bits(N))); typedef
45 fixed_int32_t fixed_caller(fixed_int32_t x) { in fixed_caller()
61 fixed_int32_t fixed_callee(fixed_int32_t x) { in fixed_callee()
124 fixed_int32_t call_int32_ff(svbool_t pg, fixed_int32_t op1, fixed_int32_t op2) { in call_int32_ff()
221 fixed_int32_t call_int32_fs(svbool_t pg, fixed_int32_t op1, svint32_t op2) { in call_int32_fs()
294 fixed_int32_t call_int32_ss(svbool_t pg, svint32_t op1, svint32_t op2) { in call_int32_ss()
H A Dattr-arm-sve-vector-bits-codegen.c8 typedef svint32_t fixed_int32_t __attribute__((arm_sve_vector_bits(N))); typedef
12 fixed_int32_t global_vec;
47 fixed_int32_t foo(svbool_t pred, svint32_t vec) { in foo()
67 fixed_int32_t test_ptr_to_global() { in test_ptr_to_global()
68 fixed_int32_t *global_vec_ptr; in test_ptr_to_global()
91 fixed_int32_t array_arg(fixed_int32_t arr[]) { in array_arg()
H A Dattr-arm-sve-vector-bits-cast.c9 typedef svint32_t fixed_int32_t __attribute__((arm_sve_vector_bits(N))); typedef
26 svint32_t to_svint32_t(fixed_int32_t type) { in to_svint32_t()
42 fixed_int32_t from_svint32_t(svint32_t type) { in from_svint32_t()
145 fixed_int32_t to_fixed_int32_t__from_gnu_int32_t(gnu_int32_t type) { in to_fixed_int32_t__from_gnu_int32_t()
158 gnu_int32_t from_fixed_int32_t__to_gnu_int32_t(fixed_int32_t type) { in from_fixed_int32_t__to_gnu_int32_t()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/test/CodeGen/
H A Dattr-arm-sve-vector-bits-call.c9 typedef svint32_t fixed_int32_t __attribute__((arm_sve_vector_bits(N))); typedef
29 fixed_int32_t fixed_caller(fixed_int32_t x) { in fixed_caller()
37 fixed_int32_t fixed_callee(fixed_int32_t x) { in fixed_callee()
64 fixed_int32_t call_int32_ff(svbool_t pg, fixed_int32_t op1, fixed_int32_t op2) { in call_int32_ff()
121 fixed_int32_t call_int32_fs(svbool_t pg, fixed_int32_t op1, svint32_t op2) { in call_int32_fs()
170 fixed_int32_t call_int32_ss(svbool_t pg, svint32_t op1, svint32_t op2) { in call_int32_ss()
H A Dattr-arm-sve-vector-bits-codegen.c8 typedef svint32_t fixed_int32_t __attribute__((arm_sve_vector_bits(N))); typedef
13 fixed_int32_t global_vec;
48 fixed_int32_t foo(svbool_t pred, svint32_t vec) { in foo()
65 fixed_int32_t test_ptr_to_global() { in test_ptr_to_global()
66 fixed_int32_t *global_vec_ptr; in test_ptr_to_global()
86 fixed_int32_t array_arg(fixed_int32_t arr[]) { in array_arg()
153 fixed_int32_t test_cast(svbool_t pred, svint32_t vec) { in test_cast()
H A Dattr-arm-sve-vector-bits-cast.c9 typedef svint32_t fixed_int32_t __attribute__((arm_sve_vector_bits(N))); typedef
18 svint32_t to_svint32_t(fixed_int32_t type) { in to_svint32_t()
26 fixed_int32_t from_svint32_t(svint32_t type) { in from_svint32_t()
104 fixed_int32_t to_fixed_int32_t__from_gnu_int32_t(gnu_int32_t type) { in to_fixed_int32_t__from_gnu_int32_t()
114 gnu_int32_t from_fixed_int32_t__to_gnu_int32_t(fixed_int32_t type) { in from_fixed_int32_t__to_gnu_int32_t()
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/test/CodeGen/
H A Dattr-arm-sve-vector-bits-call.c9 typedef svint32_t fixed_int32_t __attribute__((arm_sve_vector_bits(N))); typedef
33 fixed_int32_t fixed_caller(fixed_int32_t x) { in fixed_caller()
43 fixed_int32_t fixed_callee(fixed_int32_t x) { in fixed_callee()
79 fixed_int32_t call_int32_ff(svbool_t pg, fixed_int32_t op1, fixed_int32_t op2) { in call_int32_ff()
146 fixed_int32_t call_int32_fs(svbool_t pg, fixed_int32_t op1, svint32_t op2) { in call_int32_fs()
201 fixed_int32_t call_int32_ss(svbool_t pg, svint32_t op1, svint32_t op2) { in call_int32_ss()
H A Dattr-arm-sve-vector-bits-codegen.c8 typedef svint32_t fixed_int32_t __attribute__((arm_sve_vector_bits(N))); typedef
12 fixed_int32_t global_vec;
41 fixed_int32_t foo(svbool_t pred, svint32_t vec) { in foo()
58 fixed_int32_t test_ptr_to_global() { in test_ptr_to_global()
59 fixed_int32_t *global_vec_ptr; in test_ptr_to_global()
79 fixed_int32_t array_arg(fixed_int32_t arr[]) { in array_arg()
H A Dattr-arm-sve-vector-bits-cast.c9 typedef svint32_t fixed_int32_t __attribute__((arm_sve_vector_bits(N))); typedef
20 svint32_t to_svint32_t(fixed_int32_t type) { in to_svint32_t()
30 fixed_int32_t from_svint32_t(svint32_t type) { in from_svint32_t()
112 fixed_int32_t to_fixed_int32_t__from_gnu_int32_t(gnu_int32_t type) { in to_fixed_int32_t__from_gnu_int32_t()
122 gnu_int32_t from_fixed_int32_t__to_gnu_int32_t(fixed_int32_t type) { in from_fixed_int32_t__to_gnu_int32_t()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/test/CodeGen/
H A Dattr-arm-sve-vector-bits-call.c9 typedef svint32_t fixed_int32_t __attribute__((arm_sve_vector_bits(N))); typedef
29 fixed_int32_t fixed_caller(fixed_int32_t x) { in fixed_caller()
37 fixed_int32_t fixed_callee(fixed_int32_t x) { in fixed_callee()
64 fixed_int32_t call_int32_ff(svbool_t pg, fixed_int32_t op1, fixed_int32_t op2) { in call_int32_ff()
121 fixed_int32_t call_int32_fs(svbool_t pg, fixed_int32_t op1, svint32_t op2) { in call_int32_fs()
170 fixed_int32_t call_int32_ss(svbool_t pg, svint32_t op1, svint32_t op2) { in call_int32_ss()
H A Dattr-arm-sve-vector-bits-codegen.c8 typedef svint32_t fixed_int32_t __attribute__((arm_sve_vector_bits(N))); typedef
13 fixed_int32_t global_vec;
48 fixed_int32_t foo(svbool_t pred, svint32_t vec) { in foo()
65 fixed_int32_t test_ptr_to_global() { in test_ptr_to_global()
66 fixed_int32_t *global_vec_ptr; in test_ptr_to_global()
86 fixed_int32_t array_arg(fixed_int32_t arr[]) { in array_arg()
153 fixed_int32_t test_cast(svbool_t pred, svint32_t vec) { in test_cast()
H A Dattr-arm-sve-vector-bits-cast.c9 typedef svint32_t fixed_int32_t __attribute__((arm_sve_vector_bits(N))); typedef
18 svint32_t to_svint32_t(fixed_int32_t type) { in to_svint32_t()
26 fixed_int32_t from_svint32_t(svint32_t type) { in from_svint32_t()
104 fixed_int32_t to_fixed_int32_t__from_gnu_int32_t(gnu_int32_t type) { in to_fixed_int32_t__from_gnu_int32_t()
114 gnu_int32_t from_fixed_int32_t__to_gnu_int32_t(fixed_int32_t type) { in from_fixed_int32_t__to_gnu_int32_t()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/test/CodeGen/
H A Dattr-arm-sve-vector-bits-call.c9 typedef svint32_t fixed_int32_t __attribute__((arm_sve_vector_bits(N))); typedef
29 fixed_int32_t fixed_caller(fixed_int32_t x) { in fixed_caller()
37 fixed_int32_t fixed_callee(fixed_int32_t x) { in fixed_callee()
64 fixed_int32_t call_int32_ff(svbool_t pg, fixed_int32_t op1, fixed_int32_t op2) { in call_int32_ff()
121 fixed_int32_t call_int32_fs(svbool_t pg, fixed_int32_t op1, svint32_t op2) { in call_int32_fs()
170 fixed_int32_t call_int32_ss(svbool_t pg, svint32_t op1, svint32_t op2) { in call_int32_ss()
H A Dattr-arm-sve-vector-bits-codegen.c8 typedef svint32_t fixed_int32_t __attribute__((arm_sve_vector_bits(N))); typedef
13 fixed_int32_t global_vec;
48 fixed_int32_t foo(svbool_t pred, svint32_t vec) { in foo()
65 fixed_int32_t test_ptr_to_global() { in test_ptr_to_global()
66 fixed_int32_t *global_vec_ptr; in test_ptr_to_global()
86 fixed_int32_t array_arg(fixed_int32_t arr[]) { in array_arg()
153 fixed_int32_t test_cast(svbool_t pred, svint32_t vec) { in test_cast()
H A Dattr-arm-sve-vector-bits-cast.c9 typedef svint32_t fixed_int32_t __attribute__((arm_sve_vector_bits(N))); typedef
18 svint32_t to_svint32_t(fixed_int32_t type) { in to_svint32_t()
26 fixed_int32_t from_svint32_t(svint32_t type) { in from_svint32_t()
104 fixed_int32_t to_fixed_int32_t__from_gnu_int32_t(gnu_int32_t type) { in to_fixed_int32_t__from_gnu_int32_t()
114 gnu_int32_t from_fixed_int32_t__to_gnu_int32_t(fixed_int32_t type) { in from_fixed_int32_t__to_gnu_int32_t()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/test/CodeGen/
H A Dattr-arm-sve-vector-bits-call.c9 typedef svint32_t fixed_int32_t __attribute__((arm_sve_vector_bits(N))); typedef
33 fixed_int32_t fixed_caller(fixed_int32_t x) { in fixed_caller()
43 fixed_int32_t fixed_callee(fixed_int32_t x) { in fixed_callee()
79 fixed_int32_t call_int32_ff(svbool_t pg, fixed_int32_t op1, fixed_int32_t op2) { in call_int32_ff()
146 fixed_int32_t call_int32_fs(svbool_t pg, fixed_int32_t op1, svint32_t op2) { in call_int32_fs()
201 fixed_int32_t call_int32_ss(svbool_t pg, svint32_t op1, svint32_t op2) { in call_int32_ss()
H A Dattr-arm-sve-vector-bits-codegen.c8 typedef svint32_t fixed_int32_t __attribute__((arm_sve_vector_bits(N))); typedef
12 fixed_int32_t global_vec;
41 fixed_int32_t foo(svbool_t pred, svint32_t vec) { in foo()
58 fixed_int32_t test_ptr_to_global() { in test_ptr_to_global()
59 fixed_int32_t *global_vec_ptr; in test_ptr_to_global()
79 fixed_int32_t array_arg(fixed_int32_t arr[]) { in array_arg()
H A Dattr-arm-sve-vector-bits-cast.c9 typedef svint32_t fixed_int32_t __attribute__((arm_sve_vector_bits(N))); typedef
20 svint32_t to_svint32_t(fixed_int32_t type) { in to_svint32_t()
30 fixed_int32_t from_svint32_t(svint32_t type) { in from_svint32_t()
112 fixed_int32_t to_fixed_int32_t__from_gnu_int32_t(gnu_int32_t type) { in to_fixed_int32_t__from_gnu_int32_t()
122 gnu_int32_t from_fixed_int32_t__to_gnu_int32_t(fixed_int32_t type) { in from_fixed_int32_t__to_gnu_int32_t()
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/test/CodeGen/
H A Dattr-arm-sve-vector-bits-call.c9 typedef svint32_t fixed_int32_t __attribute__((arm_sve_vector_bits(N))); typedef
29 fixed_int32_t fixed_caller(fixed_int32_t x) { in fixed_caller()
37 fixed_int32_t fixed_callee(fixed_int32_t x) { in fixed_callee()
64 fixed_int32_t call_int32_ff(svbool_t pg, fixed_int32_t op1, fixed_int32_t op2) { in call_int32_ff()
121 fixed_int32_t call_int32_fs(svbool_t pg, fixed_int32_t op1, svint32_t op2) { in call_int32_fs()
170 fixed_int32_t call_int32_ss(svbool_t pg, svint32_t op1, svint32_t op2) { in call_int32_ss()
H A Dattr-arm-sve-vector-bits-codegen.c8 typedef svint32_t fixed_int32_t __attribute__((arm_sve_vector_bits(N))); typedef
13 fixed_int32_t global_vec;
48 fixed_int32_t foo(svbool_t pred, svint32_t vec) { in foo()
65 fixed_int32_t test_ptr_to_global() { in test_ptr_to_global()
66 fixed_int32_t *global_vec_ptr; in test_ptr_to_global()
86 fixed_int32_t array_arg(fixed_int32_t arr[]) { in array_arg()
153 fixed_int32_t test_cast(svbool_t pred, svint32_t vec) { in test_cast()
/dports/lang/clang-mesa/clang-13.0.1.src/test/CodeGen/
H A Dattr-arm-sve-vector-bits-call.c9 typedef svint32_t fixed_int32_t __attribute__((arm_sve_vector_bits(N))); typedef
29 fixed_int32_t fixed_caller(fixed_int32_t x) { in fixed_caller()
37 fixed_int32_t fixed_callee(fixed_int32_t x) { in fixed_callee()
64 fixed_int32_t call_int32_ff(svbool_t pg, fixed_int32_t op1, fixed_int32_t op2) { in call_int32_ff()
121 fixed_int32_t call_int32_fs(svbool_t pg, fixed_int32_t op1, svint32_t op2) { in call_int32_fs()
170 fixed_int32_t call_int32_ss(svbool_t pg, svint32_t op1, svint32_t op2) { in call_int32_ss()
H A Dattr-arm-sve-vector-bits-codegen.c8 typedef svint32_t fixed_int32_t __attribute__((arm_sve_vector_bits(N))); typedef
13 fixed_int32_t global_vec;
48 fixed_int32_t foo(svbool_t pred, svint32_t vec) { in foo()
65 fixed_int32_t test_ptr_to_global() { in test_ptr_to_global()
66 fixed_int32_t *global_vec_ptr; in test_ptr_to_global()
86 fixed_int32_t array_arg(fixed_int32_t arr[]) { in array_arg()
153 fixed_int32_t test_cast(svbool_t pred, svint32_t vec) { in test_cast()

12345