Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLowerMatrixIntrinsics.cpp88 enum class MatrixLayoutTy { ColumnMajor, RowMajor }; enumerator
91 "matrix-default-layout", cl::init(MatrixLayoutTy::ColumnMajor),
93 cl::values(clEnumValN(MatrixLayoutTy::ColumnMajor, "column-major",
201 IsColumnMajor(MatrixLayout == MatrixLayoutTy::ColumnMajor) {} in ShapeInfo()
406 MatrixTy() : IsColumnMajor(MatrixLayout == MatrixLayoutTy::ColumnMajor) {} in MatrixTy()
409 IsColumnMajor(MatrixLayout == MatrixLayoutTy::ColumnMajor) {} in MatrixTy()
411 : IsColumnMajor(MatrixLayout == MatrixLayoutTy::ColumnMajor) { in MatrixTy()
1351 assert(MatrixLayout == MatrixLayoutTy::ColumnMajor && in LowerColumnMajorLoad()
1412 assert(MatrixLayout == MatrixLayoutTy::ColumnMajor && in LowerColumnMajorStore()
1518 MatrixLayout != MatrixLayoutTy::ColumnMajor) in lowerDotProduct()
[all …]