Lines Matching refs:AVRAsmParser
40 class AVRAsmParser : public MCTargetAsmParser { class
94 AVRAsmParser(const MCSubtargetInfo &STI, MCAsmParser &Parser, in AVRAsmParser() function in __anonc58108e20111::AVRAsmParser
284 bool AVRAsmParser::invalidOperand(SMLoc const &Loc, in invalidOperand()
310 bool AVRAsmParser::missingFeature(llvm::SMLoc const &Loc, in missingFeature()
315 bool AVRAsmParser::emit(MCInst &Inst, SMLoc const &Loc, MCStreamer &Out) const { in emit()
322 bool AVRAsmParser::MatchAndEmitInstruction(SMLoc Loc, unsigned &Opcode, in MatchAndEmitInstruction()
348 int AVRAsmParser::parseRegisterName(unsigned (*matchFn)(StringRef)) { in parseRegisterName()
367 int AVRAsmParser::parseRegisterName() { in parseRegisterName()
376 int AVRAsmParser::parseRegister(bool RestoreOnFailure) { in parseRegister()
402 bool AVRAsmParser::tryParseRegisterOperand(OperandVector &Operands) { in tryParseRegisterOperand()
420 bool AVRAsmParser::tryParseExpression(OperandVector &Operands) { in tryParseExpression()
444 bool AVRAsmParser::tryParseRelocExpression(OperandVector &Operands) { in tryParseRelocExpression()
527 bool AVRAsmParser::parseOperand(OperandVector &Operands) { in parseOperand()
572 OperandMatchResultTy AVRAsmParser::parseMemriOperand(OperandVector &Operands) { in parseMemriOperand()
603 bool AVRAsmParser::ParseRegister(unsigned &RegNo, SMLoc &StartLoc, in ParseRegister()
612 OperandMatchResultTy AVRAsmParser::tryParseRegister(unsigned &RegNo, in tryParseRegister()
624 void AVRAsmParser::eatComma() { in eatComma()
632 bool AVRAsmParser::ParseInstruction(ParseInstructionInfo &Info, in ParseInstruction()
667 bool AVRAsmParser::ParseDirective(llvm::AsmToken DirectiveID) { in ParseDirective()
679 bool AVRAsmParser::parseLiteralValues(unsigned SizeInBytes, SMLoc L) { in parseLiteralValues()
722 RegisterMCAsmParser<AVRAsmParser> X(getTheAVRTarget()); in LLVMInitializeAVRAsmParser()
730 unsigned AVRAsmParser::validateTargetOperandClass(MCParsedAsmOperand &AsmOp, in validateTargetOperandClass()