Home
last modified time | relevance | path

Searched refs:dx5x5_t (Results 1 – 25 of 72) sorted by relevance

123

/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/test/CodeGen/
H A Dmatrix-type-operators-fast-math.c3 typedef double dx5x5_t __attribute__((matrix_type(5, 5))); typedef
10 void add_matrix_matrix_double(dx5x5_t a, dx5x5_t b, dx5x5_t c) { in add_matrix_matrix_double()
20 void add_compound_assign_matrix_double(dx5x5_t a, dx5x5_t b) { in add_compound_assign_matrix_double()
30 void subtract_compound_assign_matrix_double(dx5x5_t a, dx5x5_t b) { in subtract_compound_assign_matrix_double()
40 void add_matrix_scalar_double_float(dx5x5_t a, float vf) { in add_matrix_scalar_double_float()
53 void add_compound_matrix_scalar_double_float(dx5x5_t a, float vf) { in add_compound_matrix_scalar_double_float()
66 void subtract_compound_matrix_scalar_double_float(dx5x5_t a, float vf) { in subtract_compound_matrix_scalar_double_float()
81 void multiply_matrix_matrix_double(dx5x5_t b, dx5x5_t c) { in multiply_matrix_matrix_double()
91 dx5x5_t a; in multiply_matrix_matrix_double()
95 void multiply_compound_matrix_matrix_double(dx5x5_t b, dx5x5_t c) { in multiply_compound_matrix_matrix_double()
[all …]
H A Dmatrix-type-builtins.c10 typedef double dx5x5_t __attribute__((matrix_type(5, 5))); typedef
18 void transpose_double_5x5(dx5x5_t *a) { in transpose_double_5x5()
27 dx5x5_t a_t = __builtin_matrix_transpose(*a); in transpose_double_5x5()
82 dx5x5_t get_matrix();
96 dx5x5_t m_t = __builtin_matrix_transpose(get_matrix()); in transpose_rvalue()
99 const dx5x5_t global_matrix;
237 dx5x5_t m; in column_major_store_with_const_stride_double()
251 dx5x5_t m; in column_major_store_with_const_stride2_double()
298 dx5x5_t m; in column_major_store_array1()
313 dx5x5_t m; in column_major_store_array2()
[all …]
H A Dmatrix-type-operators.c4 typedef double dx5x5_t __attribute__((matrix_type(5, 5))); typedef
11 void add_matrix_matrix_double(dx5x5_t a, dx5x5_t b, dx5x5_t c) { in add_matrix_matrix_double()
21 void add_compound_assign_matrix_double(dx5x5_t a, dx5x5_t b) { in add_compound_assign_matrix_double()
31 void subtract_compound_assign_matrix_double(dx5x5_t a, dx5x5_t b) { in subtract_compound_assign_matrix_double()
71 void add_matrix_scalar_double_float(dx5x5_t a, float vf) { in add_matrix_scalar_double_float()
110 void add_matrix_scalar_double_double(dx5x5_t a, double vd) { in add_matrix_scalar_double_double()
503 void multiply_matrix_matrix_double(dx5x5_t b, dx5x5_t c) { in multiply_matrix_matrix_double()
513 dx5x5_t a; in multiply_matrix_matrix_double()
517 void multiply_compound_matrix_matrix_double(dx5x5_t b, dx5x5_t c) { in multiply_compound_matrix_matrix_double()
967 double extract_double(dx5x5_t a) { in extract_double()
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/test/CodeGen/
H A Dmatrix-type-operators-fast-math.c3 typedef double dx5x5_t __attribute__((matrix_type(5, 5))); typedef
10 void add_matrix_matrix_double(dx5x5_t a, dx5x5_t b, dx5x5_t c) { in add_matrix_matrix_double()
20 void add_compound_assign_matrix_double(dx5x5_t a, dx5x5_t b) { in add_compound_assign_matrix_double()
30 void subtract_compound_assign_matrix_double(dx5x5_t a, dx5x5_t b) { in subtract_compound_assign_matrix_double()
40 void add_matrix_scalar_double_float(dx5x5_t a, float vf) { in add_matrix_scalar_double_float()
53 void add_compound_matrix_scalar_double_float(dx5x5_t a, float vf) { in add_compound_matrix_scalar_double_float()
66 void subtract_compound_matrix_scalar_double_float(dx5x5_t a, float vf) { in subtract_compound_matrix_scalar_double_float()
81 void multiply_matrix_matrix_double(dx5x5_t b, dx5x5_t c) { in multiply_matrix_matrix_double()
91 dx5x5_t a; in multiply_matrix_matrix_double()
95 void multiply_compound_matrix_matrix_double(dx5x5_t b, dx5x5_t c) { in multiply_compound_matrix_matrix_double()
[all …]
H A Dmatrix-type-builtins.c9 typedef double dx5x5_t __attribute__((matrix_type(5, 5))); typedef
17 void transpose_double_5x5(dx5x5_t *a) { in transpose_double_5x5()
23 dx5x5_t a_t = __builtin_matrix_transpose(*a); in transpose_double_5x5()
76 dx5x5_t get_matrix();
87 dx5x5_t m_t = __builtin_matrix_transpose(get_matrix()); in transpose_rvalue()
90 const dx5x5_t global_matrix;
193 dx5x5_t m; in column_major_store_with_const_stride_double()
203 dx5x5_t m; in column_major_store_with_const_stride2_double()
240 dx5x5_t m; in column_major_store_array1()
251 dx5x5_t m; in column_major_store_array2()
[all …]
H A Dmatrix-type-operators.c3 typedef double dx5x5_t __attribute__((matrix_type(5, 5))); typedef
10 void add_matrix_matrix_double(dx5x5_t a, dx5x5_t b, dx5x5_t c) { in add_matrix_matrix_double()
20 void add_compound_assign_matrix_double(dx5x5_t a, dx5x5_t b) { in add_compound_assign_matrix_double()
30 void subtract_compound_assign_matrix_double(dx5x5_t a, dx5x5_t b) { in subtract_compound_assign_matrix_double()
70 void add_matrix_scalar_double_float(dx5x5_t a, float vf) { in add_matrix_scalar_double_float()
109 void add_matrix_scalar_double_double(dx5x5_t a, double vd) { in add_matrix_scalar_double_double()
502 void multiply_matrix_matrix_double(dx5x5_t b, dx5x5_t c) { in multiply_matrix_matrix_double()
512 dx5x5_t a; in multiply_matrix_matrix_double()
516 void multiply_compound_matrix_matrix_double(dx5x5_t b, dx5x5_t c) { in multiply_compound_matrix_matrix_double()
960 double extract_double(dx5x5_t a) { in extract_double()
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/test/CodeGen/
H A Dmatrix-type-operators-fast-math.c3 typedef double dx5x5_t __attribute__((matrix_type(5, 5))); typedef
10 void add_matrix_matrix_double(dx5x5_t a, dx5x5_t b, dx5x5_t c) { in add_matrix_matrix_double()
20 void add_compound_assign_matrix_double(dx5x5_t a, dx5x5_t b) { in add_compound_assign_matrix_double()
30 void subtract_compound_assign_matrix_double(dx5x5_t a, dx5x5_t b) { in subtract_compound_assign_matrix_double()
40 void add_matrix_scalar_double_float(dx5x5_t a, float vf) { in add_matrix_scalar_double_float()
53 void add_compound_matrix_scalar_double_float(dx5x5_t a, float vf) { in add_compound_matrix_scalar_double_float()
66 void subtract_compound_matrix_scalar_double_float(dx5x5_t a, float vf) { in subtract_compound_matrix_scalar_double_float()
81 void multiply_matrix_matrix_double(dx5x5_t b, dx5x5_t c) { in multiply_matrix_matrix_double()
91 dx5x5_t a; in multiply_matrix_matrix_double()
95 void multiply_compound_matrix_matrix_double(dx5x5_t b, dx5x5_t c) { in multiply_compound_matrix_matrix_double()
[all …]
H A Dmatrix-type-builtins.c9 typedef double dx5x5_t __attribute__((matrix_type(5, 5))); typedef
17 void transpose_double_5x5(dx5x5_t *a) { in transpose_double_5x5()
23 dx5x5_t a_t = __builtin_matrix_transpose(*a); in transpose_double_5x5()
76 dx5x5_t get_matrix();
87 dx5x5_t m_t = __builtin_matrix_transpose(get_matrix()); in transpose_rvalue()
90 const dx5x5_t global_matrix;
193 dx5x5_t m; in column_major_store_with_const_stride_double()
203 dx5x5_t m; in column_major_store_with_const_stride2_double()
240 dx5x5_t m; in column_major_store_array1()
251 dx5x5_t m; in column_major_store_array2()
[all …]
H A Dmatrix-type-operators.c3 typedef double dx5x5_t __attribute__((matrix_type(5, 5))); typedef
10 void add_matrix_matrix_double(dx5x5_t a, dx5x5_t b, dx5x5_t c) { in add_matrix_matrix_double()
20 void add_compound_assign_matrix_double(dx5x5_t a, dx5x5_t b) { in add_compound_assign_matrix_double()
30 void subtract_compound_assign_matrix_double(dx5x5_t a, dx5x5_t b) { in subtract_compound_assign_matrix_double()
70 void add_matrix_scalar_double_float(dx5x5_t a, float vf) { in add_matrix_scalar_double_float()
109 void add_matrix_scalar_double_double(dx5x5_t a, double vd) { in add_matrix_scalar_double_double()
502 void multiply_matrix_matrix_double(dx5x5_t b, dx5x5_t c) { in multiply_matrix_matrix_double()
512 dx5x5_t a; in multiply_matrix_matrix_double()
516 void multiply_compound_matrix_matrix_double(dx5x5_t b, dx5x5_t c) { in multiply_compound_matrix_matrix_double()
960 double extract_double(dx5x5_t a) { in extract_double()
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/test/CodeGen/
H A Dmatrix-type-operators-fast-math.c3 typedef double dx5x5_t __attribute__((matrix_type(5, 5))); typedef
10 void add_matrix_matrix_double(dx5x5_t a, dx5x5_t b, dx5x5_t c) { in add_matrix_matrix_double()
20 void add_compound_assign_matrix_double(dx5x5_t a, dx5x5_t b) { in add_compound_assign_matrix_double()
30 void subtract_compound_assign_matrix_double(dx5x5_t a, dx5x5_t b) { in subtract_compound_assign_matrix_double()
40 void add_matrix_scalar_double_float(dx5x5_t a, float vf) { in add_matrix_scalar_double_float()
53 void add_compound_matrix_scalar_double_float(dx5x5_t a, float vf) { in add_compound_matrix_scalar_double_float()
66 void subtract_compound_matrix_scalar_double_float(dx5x5_t a, float vf) { in subtract_compound_matrix_scalar_double_float()
81 void multiply_matrix_matrix_double(dx5x5_t b, dx5x5_t c) { in multiply_matrix_matrix_double()
91 dx5x5_t a; in multiply_matrix_matrix_double()
95 void multiply_compound_matrix_matrix_double(dx5x5_t b, dx5x5_t c) { in multiply_compound_matrix_matrix_double()
[all …]
H A Dmatrix-type-builtins.c9 typedef double dx5x5_t __attribute__((matrix_type(5, 5))); typedef
17 void transpose_double_5x5(dx5x5_t *a) { in transpose_double_5x5()
23 dx5x5_t a_t = __builtin_matrix_transpose(*a); in transpose_double_5x5()
76 dx5x5_t get_matrix();
87 dx5x5_t m_t = __builtin_matrix_transpose(get_matrix()); in transpose_rvalue()
90 const dx5x5_t global_matrix;
193 dx5x5_t m; in column_major_store_with_const_stride_double()
203 dx5x5_t m; in column_major_store_with_const_stride2_double()
240 dx5x5_t m; in column_major_store_array1()
251 dx5x5_t m; in column_major_store_array2()
[all …]
H A Dmatrix-type-operators.c3 typedef double dx5x5_t __attribute__((matrix_type(5, 5))); typedef
10 void add_matrix_matrix_double(dx5x5_t a, dx5x5_t b, dx5x5_t c) { in add_matrix_matrix_double()
20 void add_compound_assign_matrix_double(dx5x5_t a, dx5x5_t b) { in add_compound_assign_matrix_double()
30 void subtract_compound_assign_matrix_double(dx5x5_t a, dx5x5_t b) { in subtract_compound_assign_matrix_double()
70 void add_matrix_scalar_double_float(dx5x5_t a, float vf) { in add_matrix_scalar_double_float()
109 void add_matrix_scalar_double_double(dx5x5_t a, double vd) { in add_matrix_scalar_double_double()
502 void multiply_matrix_matrix_double(dx5x5_t b, dx5x5_t c) { in multiply_matrix_matrix_double()
512 dx5x5_t a; in multiply_matrix_matrix_double()
516 void multiply_compound_matrix_matrix_double(dx5x5_t b, dx5x5_t c) { in multiply_compound_matrix_matrix_double()
960 double extract_double(dx5x5_t a) { in extract_double()
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/test/CodeGen/
H A Dmatrix-type-operators-fast-math.c3 typedef double dx5x5_t __attribute__((matrix_type(5, 5))); typedef
10 void add_matrix_matrix_double(dx5x5_t a, dx5x5_t b, dx5x5_t c) { in add_matrix_matrix_double()
20 void add_compound_assign_matrix_double(dx5x5_t a, dx5x5_t b) { in add_compound_assign_matrix_double()
30 void subtract_compound_assign_matrix_double(dx5x5_t a, dx5x5_t b) { in subtract_compound_assign_matrix_double()
40 void add_matrix_scalar_double_float(dx5x5_t a, float vf) { in add_matrix_scalar_double_float()
53 void add_compound_matrix_scalar_double_float(dx5x5_t a, float vf) { in add_compound_matrix_scalar_double_float()
66 void subtract_compound_matrix_scalar_double_float(dx5x5_t a, float vf) { in subtract_compound_matrix_scalar_double_float()
81 void multiply_matrix_matrix_double(dx5x5_t b, dx5x5_t c) { in multiply_matrix_matrix_double()
91 dx5x5_t a; in multiply_matrix_matrix_double()
95 void multiply_compound_matrix_matrix_double(dx5x5_t b, dx5x5_t c) { in multiply_compound_matrix_matrix_double()
[all …]
H A Dmatrix-type-builtins.c9 typedef double dx5x5_t __attribute__((matrix_type(5, 5))); typedef
17 void transpose_double_5x5(dx5x5_t *a) { in transpose_double_5x5()
23 dx5x5_t a_t = __builtin_matrix_transpose(*a); in transpose_double_5x5()
76 dx5x5_t get_matrix();
87 dx5x5_t m_t = __builtin_matrix_transpose(get_matrix()); in transpose_rvalue()
90 const dx5x5_t global_matrix;
193 dx5x5_t m; in column_major_store_with_const_stride_double()
203 dx5x5_t m; in column_major_store_with_const_stride2_double()
240 dx5x5_t m; in column_major_store_array1()
251 dx5x5_t m; in column_major_store_array2()
[all …]
H A Dmatrix-type-operators.c3 typedef double dx5x5_t __attribute__((matrix_type(5, 5))); typedef
10 void add_matrix_matrix_double(dx5x5_t a, dx5x5_t b, dx5x5_t c) { in add_matrix_matrix_double()
20 void add_compound_assign_matrix_double(dx5x5_t a, dx5x5_t b) { in add_compound_assign_matrix_double()
30 void subtract_compound_assign_matrix_double(dx5x5_t a, dx5x5_t b) { in subtract_compound_assign_matrix_double()
70 void add_matrix_scalar_double_float(dx5x5_t a, float vf) { in add_matrix_scalar_double_float()
109 void add_matrix_scalar_double_double(dx5x5_t a, double vd) { in add_matrix_scalar_double_double()
502 void multiply_matrix_matrix_double(dx5x5_t b, dx5x5_t c) { in multiply_matrix_matrix_double()
512 dx5x5_t a; in multiply_matrix_matrix_double()
516 void multiply_compound_matrix_matrix_double(dx5x5_t b, dx5x5_t c) { in multiply_compound_matrix_matrix_double()
960 double extract_double(dx5x5_t a) { in extract_double()
[all …]
/dports/lang/clang-mesa/clang-13.0.1.src/test/CodeGen/
H A Dmatrix-type-operators-fast-math.c3 typedef double dx5x5_t __attribute__((matrix_type(5, 5))); typedef
10 void add_matrix_matrix_double(dx5x5_t a, dx5x5_t b, dx5x5_t c) { in add_matrix_matrix_double()
20 void add_compound_assign_matrix_double(dx5x5_t a, dx5x5_t b) { in add_compound_assign_matrix_double()
30 void subtract_compound_assign_matrix_double(dx5x5_t a, dx5x5_t b) { in subtract_compound_assign_matrix_double()
40 void add_matrix_scalar_double_float(dx5x5_t a, float vf) { in add_matrix_scalar_double_float()
53 void add_compound_matrix_scalar_double_float(dx5x5_t a, float vf) { in add_compound_matrix_scalar_double_float()
66 void subtract_compound_matrix_scalar_double_float(dx5x5_t a, float vf) { in subtract_compound_matrix_scalar_double_float()
81 void multiply_matrix_matrix_double(dx5x5_t b, dx5x5_t c) { in multiply_matrix_matrix_double()
91 dx5x5_t a; in multiply_matrix_matrix_double()
95 void multiply_compound_matrix_matrix_double(dx5x5_t b, dx5x5_t c) { in multiply_compound_matrix_matrix_double()
[all …]
H A Dmatrix-type-builtins.c9 typedef double dx5x5_t __attribute__((matrix_type(5, 5))); typedef
17 void transpose_double_5x5(dx5x5_t *a) { in transpose_double_5x5()
23 dx5x5_t a_t = __builtin_matrix_transpose(*a); in transpose_double_5x5()
76 dx5x5_t get_matrix();
87 dx5x5_t m_t = __builtin_matrix_transpose(get_matrix()); in transpose_rvalue()
90 const dx5x5_t global_matrix;
193 dx5x5_t m; in column_major_store_with_const_stride_double()
203 dx5x5_t m; in column_major_store_with_const_stride2_double()
240 dx5x5_t m; in column_major_store_array1()
251 dx5x5_t m; in column_major_store_array2()
[all …]
H A Dmatrix-type-operators.c3 typedef double dx5x5_t __attribute__((matrix_type(5, 5))); typedef
10 void add_matrix_matrix_double(dx5x5_t a, dx5x5_t b, dx5x5_t c) { in add_matrix_matrix_double()
20 void add_compound_assign_matrix_double(dx5x5_t a, dx5x5_t b) { in add_compound_assign_matrix_double()
30 void subtract_compound_assign_matrix_double(dx5x5_t a, dx5x5_t b) { in subtract_compound_assign_matrix_double()
70 void add_matrix_scalar_double_float(dx5x5_t a, float vf) { in add_matrix_scalar_double_float()
109 void add_matrix_scalar_double_double(dx5x5_t a, double vd) { in add_matrix_scalar_double_double()
502 void multiply_matrix_matrix_double(dx5x5_t b, dx5x5_t c) { in multiply_matrix_matrix_double()
512 dx5x5_t a; in multiply_matrix_matrix_double()
516 void multiply_compound_matrix_matrix_double(dx5x5_t b, dx5x5_t c) { in multiply_compound_matrix_matrix_double()
960 double extract_double(dx5x5_t a) { in extract_double()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/test/CodeGen/
H A Dmatrix-type-builtins.c9 typedef double dx5x5_t __attribute__((matrix_type(5, 5))); typedef
17 void transpose_double_5x5(dx5x5_t *a) { in transpose_double_5x5()
23 dx5x5_t a_t = __builtin_matrix_transpose(*a); in transpose_double_5x5()
76 dx5x5_t get_matrix();
87 dx5x5_t m_t = __builtin_matrix_transpose(get_matrix()); in transpose_rvalue()
90 const dx5x5_t global_matrix;
193 dx5x5_t m; in column_major_store_with_const_stride_double()
203 dx5x5_t m; in column_major_store_with_const_stride2_double()
240 dx5x5_t m; in column_major_store_array1()
251 dx5x5_t m; in column_major_store_array2()
[all …]
H A Dmatrix-type-operators.c3 typedef double dx5x5_t __attribute__((matrix_type(5, 5))); typedef
10 void add_matrix_matrix_double(dx5x5_t a, dx5x5_t b, dx5x5_t c) { in add_matrix_matrix_double()
30 void add_matrix_scalar_double_float(dx5x5_t a, float vf) { in add_matrix_scalar_double_float()
43 void add_matrix_scalar_double_double(dx5x5_t a, double vd) { in add_matrix_scalar_double_double()
178 void multiply_matrix_matrix_double(dx5x5_t b, dx5x5_t c) { in multiply_matrix_matrix_double()
188 dx5x5_t a; in multiply_matrix_matrix_double()
217 void multiply_double_matrix_scalar_float(dx5x5_t a, float s) { in multiply_double_matrix_scalar_float()
306 typedef double dx5x5_t __attribute__((matrix_type(5, 5))); typedef
436 double extract_double(dx5x5_t a) { in extract_double()
521 void insert_compound_stmt(dx5x5_t a) { in insert_compound_stmt()
[all …]
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/test/CodeGen/
H A Dmatrix-type-builtins.c9 typedef double dx5x5_t __attribute__((matrix_type(5, 5))); typedef
17 void transpose_double_5x5(dx5x5_t *a) { in transpose_double_5x5()
23 dx5x5_t a_t = __builtin_matrix_transpose(*a); in transpose_double_5x5()
76 dx5x5_t get_matrix();
87 dx5x5_t m_t = __builtin_matrix_transpose(get_matrix()); in transpose_rvalue()
90 const dx5x5_t global_matrix;
193 dx5x5_t m; in column_major_store_with_const_stride_double()
203 dx5x5_t m; in column_major_store_with_const_stride2_double()
240 dx5x5_t m; in column_major_store_array1()
251 dx5x5_t m; in column_major_store_array2()
[all …]
H A Dmatrix-type-operators.c3 typedef double dx5x5_t __attribute__((matrix_type(5, 5))); typedef
10 void add_matrix_matrix_double(dx5x5_t a, dx5x5_t b, dx5x5_t c) { in add_matrix_matrix_double()
30 void add_matrix_scalar_double_float(dx5x5_t a, float vf) { in add_matrix_scalar_double_float()
43 void add_matrix_scalar_double_double(dx5x5_t a, double vd) { in add_matrix_scalar_double_double()
178 void multiply_matrix_matrix_double(dx5x5_t b, dx5x5_t c) { in multiply_matrix_matrix_double()
188 dx5x5_t a; in multiply_matrix_matrix_double()
217 void multiply_double_matrix_scalar_float(dx5x5_t a, float s) { in multiply_double_matrix_scalar_float()
306 typedef double dx5x5_t __attribute__((matrix_type(5, 5))); typedef
436 double extract_double(dx5x5_t a) { in extract_double()
521 void insert_compound_stmt(dx5x5_t a) { in insert_compound_stmt()
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/test/CodeGen/
H A Dmatrix-type-builtins.c9 typedef double dx5x5_t __attribute__((matrix_type(5, 5))); typedef
17 void transpose_double_5x5(dx5x5_t *a) { in transpose_double_5x5()
23 dx5x5_t a_t = __builtin_matrix_transpose(*a); in transpose_double_5x5()
76 dx5x5_t get_matrix();
87 dx5x5_t m_t = __builtin_matrix_transpose(get_matrix()); in transpose_rvalue()
90 const dx5x5_t global_matrix;
193 dx5x5_t m; in column_major_store_with_const_stride_double()
203 dx5x5_t m; in column_major_store_with_const_stride2_double()
240 dx5x5_t m; in column_major_store_array1()
251 dx5x5_t m; in column_major_store_array2()
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/test/CodeGen/
H A Dmatrix-type-builtins.c9 typedef double dx5x5_t __attribute__((matrix_type(5, 5))); typedef
17 void transpose_double_5x5(dx5x5_t *a) { in transpose_double_5x5()
23 dx5x5_t a_t = __builtin_matrix_transpose(*a); in transpose_double_5x5()
76 dx5x5_t get_matrix();
87 dx5x5_t m_t = __builtin_matrix_transpose(get_matrix()); in transpose_rvalue()
90 const dx5x5_t global_matrix;
193 dx5x5_t m; in column_major_store_with_const_stride_double()
203 dx5x5_t m; in column_major_store_with_const_stride2_double()
240 dx5x5_t m; in column_major_store_array1()
251 dx5x5_t m; in column_major_store_array2()
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/test/CodeGen/
H A Dmatrix-type-builtins.c9 typedef double dx5x5_t __attribute__((matrix_type(5, 5))); typedef
17 void transpose_double_5x5(dx5x5_t *a) { in transpose_double_5x5()
23 dx5x5_t a_t = __builtin_matrix_transpose(*a); in transpose_double_5x5()
76 dx5x5_t get_matrix();
87 dx5x5_t m_t = __builtin_matrix_transpose(get_matrix()); in transpose_rvalue()
90 const dx5x5_t global_matrix;
193 dx5x5_t m; in column_major_store_with_const_stride_double()
203 dx5x5_t m; in column_major_store_with_const_stride2_double()
240 dx5x5_t m; in column_major_store_array1()
251 dx5x5_t m; in column_major_store_array2()
[all …]

123