Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DLowerMatrixIntrinsics.cpp72 enum class MatrixLayoutTy { ColumnMajor, RowMajor }; enumerator
75 "matrix-default-layout", cl::init(MatrixLayoutTy::ColumnMajor),
77 cl::values(clEnumValN(MatrixLayoutTy::ColumnMajor, "column-major",
219 IsColumnMajor(MatrixLayout == MatrixLayoutTy::ColumnMajor) {} in MatrixTy()
222 IsColumnMajor(MatrixLayout == MatrixLayoutTy::ColumnMajor) {} in MatrixTy()
224 : IsColumnMajor(MatrixLayout == MatrixLayoutTy::ColumnMajor) { in MatrixTy()
346 IsColumnMajor(MatrixLayout == MatrixLayoutTy::ColumnMajor) {} in ShapeInfo()
862 assert(MatrixLayout == MatrixLayoutTy::ColumnMajor && in LowerColumnMajorLoad()
929 assert(MatrixLayout == MatrixLayoutTy::ColumnMajor && in LowerColumnMajorStore()
1287 assert(MatrixLayout == MatrixLayoutTy::ColumnMajor && in emitSIMDTiling()
[all …]