Home | History | Annotate | Download | only in AsmParser

Lines Matching refs:MatchRegisterName

230   bool MatchRegisterName(const AsmToken &Tok,
958 MatchRegisterName(const AsmToken &Tok, unsigned &RegNo, int64_t &IntVal) {
1004 if (!MatchRegisterName(Tok, RegNo, IntVal)) {
1233 if (!MatchRegisterName(Parser.getTok(), RegNo, IntVal)) {
1248 if (!MatchRegisterName(Parser.getTok(), RegNo, IntVal)) {
1304 if (MatchRegisterName(Parser.getTok(), RegNo, IntVal))
1322 if (!MatchRegisterName(Parser.getTok(), RegNo, IntVal)) {