Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLowerMatrixIntrinsics.cpp73 enum class MatrixLayoutTy { ColumnMajor, RowMajor }; enumerator
76 "matrix-default-layout", cl::init(MatrixLayoutTy::ColumnMajor),
78 cl::values(clEnumValN(MatrixLayoutTy::ColumnMajor, "column-major",
225 IsColumnMajor(MatrixLayout == MatrixLayoutTy::ColumnMajor) {} in MatrixTy()
228 IsColumnMajor(MatrixLayout == MatrixLayoutTy::ColumnMajor) {} in MatrixTy()
230 : IsColumnMajor(MatrixLayout == MatrixLayoutTy::ColumnMajor) { in MatrixTy()
1035 assert(MatrixLayout == MatrixLayoutTy::ColumnMajor && in LowerColumnMajorLoad()
1102 assert(MatrixLayout == MatrixLayoutTy::ColumnMajor && in LowerColumnMajorStore()
1465 assert(MatrixLayout == MatrixLayoutTy::ColumnMajor && in emitSIMDTiling()
1542 if (MatrixLayout == MatrixLayoutTy::ColumnMajor in LowerMatrixMultiplyFused()
[all …]