Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64RegisterInfo.td1282 let ParserMethod = "tryParseMatrixRegister";
1307 let ParserMethod = "tryParseMatrixRegister";
1343 let ParserMethod = "tryParseMatrixRegister";
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp236 OperandMatchResultTy tryParseMatrixRegister(OperandVector &Operands);
3133 AArch64AsmParser::tryParseMatrixRegister(OperandVector &Operands) { in tryParseMatrixRegister() function in AArch64AsmParser