Home
last modified time | relevance | path

Searched refs:ColumnMajor (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 }; enumerator
78 "matrix-default-layout", cl::init(MatrixLayoutTy::ColumnMajor),
80 cl::values(clEnumValN(MatrixLayoutTy::ColumnMajor, "column-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()
1226 assert(MatrixLayout == MatrixLayoutTy::ColumnMajor && in LowerColumnMajorStore()
1597 assert(MatrixLayout == MatrixLayoutTy::ColumnMajor && in emitSIMDTiling()
[all …]