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.cpp79 enum class MatrixLayoutTy { ColumnMajor, RowMajor }; enumerator
82 "matrix-default-layout", cl::init(MatrixLayoutTy::ColumnMajor),
84 cl::values(clEnumValN(MatrixLayoutTy::ColumnMajor, "column-major",
205 IsColumnMajor(MatrixLayout == MatrixLayoutTy::ColumnMajor) {} in ShapeInfo()
363 MatrixTy() : IsColumnMajor(MatrixLayout == MatrixLayoutTy::ColumnMajor) {} in MatrixTy()
366 IsColumnMajor(MatrixLayout == MatrixLayoutTy::ColumnMajor) {} in MatrixTy()
368 : IsColumnMajor(MatrixLayout == MatrixLayoutTy::ColumnMajor) { in MatrixTy()
1178 assert(MatrixLayout == MatrixLayoutTy::ColumnMajor && in LowerColumnMajorLoad()
1241 assert(MatrixLayout == MatrixLayoutTy::ColumnMajor && in LowerColumnMajorStore()
1336 MatrixLayout != MatrixLayoutTy::ColumnMajor) in lowerDotProduct()
[all …]