Searched refs:trySkipId (Results 1 – 1 of 1) sorted by relevance
1688 bool trySkipId(const StringRef Id);1689 bool trySkipId(const StringRef Pref, const StringRef Id);1690 bool trySkipId(const StringRef Id, const AsmToken::TokenKind Kind);3129 Neg = trySkipId("neg"); in parseRegOrImmWithFPInputMods()3137 Abs = trySkipId("abs"); in parseRegOrImmWithFPInputMods()3183 bool Sext = trySkipId("sext"); in parseRegOrImmWithIntInputMods()3227 if (trySkipId("off")) { in parseVReg32OrOff()5534 if (trySkipId(AssemblerDirectiveEnd)) { in ParseToEndDirective()5896 if (!trySkipId(Name)) in parseTokenOp()5906 if (!trySkipId(Prefix, AsmToken::Colon)) in parseIntWithPrefix()[all …]