Lines Matching refs:AVRAsmParser
41 class AVRAsmParser : public MCTargetAsmParser { class
89 AVRAsmParser(const MCSubtargetInfo &STI, MCAsmParser &Parser, in AVRAsmParser() function in __anon541144770111::AVRAsmParser
261 bool AVRAsmParser::invalidOperand(SMLoc const &Loc, in invalidOperand()
287 bool AVRAsmParser::missingFeature(llvm::SMLoc const &Loc, in missingFeature()
292 bool AVRAsmParser::emit(MCInst &Inst, SMLoc const &Loc, MCStreamer &Out) const { in emit()
299 bool AVRAsmParser::MatchAndEmitInstruction(SMLoc Loc, unsigned &Opcode, in MatchAndEmitInstruction()
318 int AVRAsmParser::parseRegisterName(unsigned (*matchFn)(StringRef)) { in parseRegisterName()
337 int AVRAsmParser::parseRegisterName() { in parseRegisterName()
346 int AVRAsmParser::parseRegister() { in parseRegister()
366 bool AVRAsmParser::tryParseRegisterOperand(OperandVector &Operands) { in tryParseRegisterOperand()
379 bool AVRAsmParser::tryParseExpression(OperandVector &Operands) { in tryParseExpression()
403 bool AVRAsmParser::tryParseRelocExpression(OperandVector &Operands) { in tryParseRelocExpression()
487 bool AVRAsmParser::parseOperand(OperandVector &Operands) { in parseOperand()
533 AVRAsmParser::parseMemriOperand(OperandVector &Operands) { in parseMemriOperand()
564 bool AVRAsmParser::ParseRegister(unsigned &RegNo, SMLoc &StartLoc, in ParseRegister()
573 void AVRAsmParser::eatComma() { in eatComma()
581 bool AVRAsmParser::ParseInstruction(ParseInstructionInfo &Info, in ParseInstruction()
615 bool AVRAsmParser::ParseDirective(llvm::AsmToken DirectiveID) { in ParseDirective()
627 bool AVRAsmParser::parseLiteralValues(unsigned SizeInBytes, SMLoc L) { in parseLiteralValues()
670 RegisterMCAsmParser<AVRAsmParser> X(getTheAVRTarget()); in LLVMInitializeAVRAsmParser()
678 unsigned AVRAsmParser::validateTargetOperandClass(MCParsedAsmOperand &AsmOp, in validateTargetOperandClass()