Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp78 enum class MatrixKind { Array, Tile, Row, Col }; enum
405 MatrixKind Kind;
670 MatrixKind getMatrixKind() const { in getMatrixKind()
1668 template <MatrixKind Kind, unsigned EltSize, unsigned RegClass>
2398 CreateMatrixRegister(unsigned RegNum, unsigned ElementWidth, MatrixKind Kind, in CreateMatrixRegister()
3506 AArch64::ZA, ElementWidth, MatrixKind::Array, S, getLoc(), in tryParseMatrixRegister()
3529 MatrixKind Kind = StringSwitch<MatrixKind>(RowOrColumn.lower()) in tryParseMatrixRegister()
3530 .Case("h", MatrixKind::Row) in tryParseMatrixRegister()
3531 .Case("v", MatrixKind::Col) in tryParseMatrixRegister()
3532 .Default(MatrixKind::Tile); in tryParseMatrixRegister()
/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64RegisterInfo.td1607 # "MatrixKind::Tile" # ", "
1633 # "MatrixKind::"
1669 # "MatrixKind::Array" # ", "