Home | History | Annotate | Download | only in AsmParser

Lines Matching defs:ParseRegister

63   bool parseRegister(OperandVector &Operands);
130 bool ParseRegister(unsigned &RegNo, SMLoc &StartLoc, SMLoc &EndLoc) override;
1830 bool AArch64AsmParser::ParseRegister(unsigned &RegNo, SMLoc &StartLoc,
2555 if (Tok.isNot(AsmToken::Identifier) || parseRegister(Operands))
2720 /// parseRegister - Parse a non-vector register operand.
2721 bool AArch64AsmParser::parseRegister(OperandVector &Operands) {
3032 if (!parseRegister(Operands))