Lines Matching refs:VEAsmParser
42 class VEAsmParser : public MCTargetAsmParser { class
91 VEAsmParser(const MCSubtargetInfo &sti, MCAsmParser &parser, in VEAsmParser() function in __anonb0359a6c0111::VEAsmParser
763 bool VEAsmParser::MatchAndEmitInstruction(SMLoc IDLoc, unsigned &Opcode, in MatchAndEmitInstruction()
799 bool VEAsmParser::parseRegister(MCRegister &Reg, SMLoc &StartLoc, in parseRegister()
808 int VEAsmParser::parseRegisterName(unsigned (*matchFn)(StringRef)) { in parseRegisterName()
830 ParseStatus VEAsmParser::tryParseRegister(MCRegister &Reg, SMLoc &StartLoc, in tryParseRegister()
908 StringRef VEAsmParser::splitMnemonic(StringRef Name, SMLoc NameLoc, in splitMnemonic()
968 bool VEAsmParser::ParseInstruction(ParseInstructionInfo &Info, StringRef Name, in ParseInstruction()
1003 ParseStatus VEAsmParser::parseDirective(AsmToken DirectiveID) { in parseDirective()
1030 bool VEAsmParser::parseLiteralValues(unsigned Size, SMLoc L) { in parseLiteralValues()
1048 VEAsmParser::extractModifierFromExpr(const MCExpr *E, in extractModifierFromExpr()
1153 const MCExpr *VEAsmParser::fixupVariantKind(const MCExpr *E) { in fixupVariantKind()
1185 bool VEAsmParser::parseExpression(const MCExpr *&EVal) { in parseExpression()
1200 ParseStatus VEAsmParser::parseMEMOperand(OperandVector &Operands) { in parseMEMOperand()
1306 ParseStatus VEAsmParser::parseMEMAsOperand(OperandVector &Operands) { in parseMEMAsOperand()
1397 ParseStatus VEAsmParser::parseMImmOperand(OperandVector &Operands) { in parseMImmOperand()
1438 ParseStatus VEAsmParser::parseOperand(OperandVector &Operands, in parseOperand()
1519 ParseStatus VEAsmParser::parseVEAsmOperand(std::unique_ptr<VEOperand> &Op) { in parseVEAsmOperand()
1549 RegisterMCAsmParser<VEAsmParser> A(getTheVETarget()); in LLVMInitializeVEAsmParser()
1556 unsigned VEAsmParser::validateTargetOperandClass(MCParsedAsmOperand &GOp, in validateTargetOperandClass()