Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64RegisterInfo.td1723 let ParserMethod = "tryParseMatrixRegister";
1749 let ParserMethod = "tryParseMatrixRegister";
1785 let ParserMethod = "tryParseMatrixRegister";
/src/contrib/llvm-project/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp249 ParseStatus tryParseMatrixRegister(OperandVector &Operands);
3515 ParseStatus AArch64AsmParser::tryParseMatrixRegister(OperandVector &Operands) { in tryParseMatrixRegister() function in AArch64AsmParser