Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp494 struct MatrixRegOp MatrixReg; member
550 MatrixReg = o.MatrixReg; in AArch64Operand()
662 return MatrixReg.RegNum; in getMatrixReg()
667 return MatrixReg.ElementWidth; in getMatrixElementWidth()
672 return MatrixReg.Kind; in getMatrixKind()
2401 Op->MatrixReg.RegNum = RegNum; in CreateMatrixRegister()
2402 Op->MatrixReg.ElementWidth = ElementWidth; in CreateMatrixRegister()
2403 Op->MatrixReg.Kind = Kind; in CreateMatrixRegister()