Searched defs:column_major_store (Results 1 – 2 of 2) sorted by relevance
/llvm-project/clang/test/SemaCXX/ |
H A D | matrix-type-builtins.cpp | 106 void column_major_store(MyMatrix<EltTy0, R0, C0> &A, PtrTy Ptr, unsigned Stride) { in column_major_store() function 112 void column_major_store(MTy &A, PtrTy Ptr) { in column_major_store() function 126 void column_major_store(MyMatrix<EltTy0, R0, C0> &A, EltTy1 *Ptr) { in column_major_store() function
|
/llvm-project/clang/test/Sema/ |
H A D | matrix-type-builtins.c | 86 void column_major_store(sx5x10_t *m1, ix3x2_t *m2, float *p1, int *p2, struct Foo *p3, const float … in column_major_store() function
|