Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLowerMatrixIntrinsics.cpp78 enum class MatrixLayoutTy { ColumnMajor, RowMajor }; enum
80 static cl::opt<MatrixLayoutTy> MatrixLayout(
81 "matrix-default-layout", cl::init(MatrixLayoutTy::ColumnMajor),
83 cl::values(clEnumValN(MatrixLayoutTy::ColumnMajor, "column-major",
85 clEnumValN(MatrixLayoutTy::RowMajor, "row-major",
1159 assert(MatrixLayout == MatrixLayoutTy::ColumnMajor && in LowerColumnMajorLoad()
1222 assert(MatrixLayout == MatrixLayoutTy::ColumnMajor && in LowerColumnMajorStore()
1317 MatrixLayout != MatrixLayoutTy::ColumnMajor) in lowerDotProduct()
1751 assert(MatrixLayout == MatrixLayoutTy::ColumnMajor && in emitSIMDTiling()
1828 if (MatrixLayout == MatrixLayoutTy::ColumnMajor in LowerMatrixMultiplyFused()
[all …]