Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp274 ParseStatus tryParseZTOperand(OperandVector &Operands);
4276 if (tryParseZTOperand(Operands).isSuccess()) in parseRegister()
4632 ParseStatus AArch64AsmParser::tryParseZTOperand(OperandVector &Operands) { in tryParseZTOperand() function in AArch64AsmParser