Searched refs:MatrixLayoutTy (Results 1 – 1 of 1) sorted by relevance
78 enum class MatrixLayoutTy { ColumnMajor, RowMajor }; enum80 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 …]