Lines Matching refs:AVRAsmParser
40 class AVRAsmParser : public MCTargetAsmParser { class
90 AVRAsmParser(const MCSubtargetInfo &STI, MCAsmParser &Parser, in AVRAsmParser() function in __anonc447f3e60111::AVRAsmParser
278 bool AVRAsmParser::invalidOperand(SMLoc const &Loc, in invalidOperand()
304 bool AVRAsmParser::missingFeature(llvm::SMLoc const &Loc, in missingFeature()
309 bool AVRAsmParser::emit(MCInst &Inst, SMLoc const &Loc, MCStreamer &Out) const { in emit()
316 bool AVRAsmParser::MatchAndEmitInstruction(SMLoc Loc, unsigned &Opcode, in MatchAndEmitInstruction()
335 int AVRAsmParser::parseRegisterName(unsigned (*matchFn)(StringRef)) { in parseRegisterName()
354 int AVRAsmParser::parseRegisterName() { in parseRegisterName()
363 int AVRAsmParser::parseRegister(bool RestoreOnFailure) { in parseRegister()
389 bool AVRAsmParser::tryParseRegisterOperand(OperandVector &Operands) { in tryParseRegisterOperand()
402 bool AVRAsmParser::tryParseExpression(OperandVector &Operands) { in tryParseExpression()
426 bool AVRAsmParser::tryParseRelocExpression(OperandVector &Operands) { in tryParseRelocExpression()
510 bool AVRAsmParser::parseOperand(OperandVector &Operands) { in parseOperand()
556 AVRAsmParser::parseMemriOperand(OperandVector &Operands) { in parseMemriOperand()
587 bool AVRAsmParser::ParseRegister(unsigned &RegNo, SMLoc &StartLoc, in ParseRegister()
596 OperandMatchResultTy AVRAsmParser::tryParseRegister(unsigned &RegNo, in tryParseRegister()
608 void AVRAsmParser::eatComma() { in eatComma()
616 bool AVRAsmParser::ParseInstruction(ParseInstructionInfo &Info, in ParseInstruction()
650 bool AVRAsmParser::ParseDirective(llvm::AsmToken DirectiveID) { in ParseDirective()
662 bool AVRAsmParser::parseLiteralValues(unsigned SizeInBytes, SMLoc L) { in parseLiteralValues()
705 RegisterMCAsmParser<AVRAsmParser> X(getTheAVRTarget()); in LLVMInitializeAVRAsmParser()
713 unsigned AVRAsmParser::validateTargetOperandClass(MCParsedAsmOperand &AsmOp, in validateTargetOperandClass()