Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DLowerMatrixIntrinsics.cpp75 enum class MatrixLayoutTy { ColumnMajor, RowMajor }; enum
77 static cl::opt<MatrixLayoutTy> MatrixLayout(
78 "matrix-default-layout", cl::init(MatrixLayoutTy::ColumnMajor),
80 cl::values(clEnumValN(MatrixLayoutTy::ColumnMajor, "column-major",
82 clEnumValN(MatrixLayoutTy::RowMajor, "row-major",
261 MatrixTy() : IsColumnMajor(MatrixLayout == MatrixLayoutTy::ColumnMajor) {} in MatrixTy()
264 IsColumnMajor(MatrixLayout == MatrixLayoutTy::ColumnMajor) {} in MatrixTy()
266 : IsColumnMajor(MatrixLayout == MatrixLayoutTy::ColumnMajor) { in MatrixTy()
396 IsColumnMajor(MatrixLayout == MatrixLayoutTy::ColumnMajor) {} in ShapeInfo()
1157 assert(MatrixLayout == MatrixLayoutTy::ColumnMajor && in LowerColumnMajorLoad()
[all …]