Lines Matching refs:SystemZAsmParser

389 class SystemZAsmParser : public MCTargetAsmParser {  class
470 SystemZAsmParser(const MCSubtargetInfo &sti, MCAsmParser &parser, in SystemZAsmParser() function in __anonc1ff31d20111::SystemZAsmParser
748 bool SystemZAsmParser::parseRegister(Register &Reg, bool RestoreOnFailure) { in parseRegister()
804 SystemZAsmParser::parseRegister(OperandVector &Operands, RegisterKind Kind) { in parseRegister()
892 SystemZAsmParser::parseAnyRegister(OperandVector &Operands) { in parseAnyRegister()
960 bool SystemZAsmParser::parseIntegerRegister(Register &Reg, in parseIntegerRegister()
989 bool SystemZAsmParser::parseAddress(bool &HaveReg1, Register &Reg1, in parseAddress()
1083 SystemZAsmParser::parseAddressRegister(Register &Reg) { in parseAddressRegister()
1097 SystemZAsmParser::parseAddress(OperandVector &Operands, MemoryKind MemKind, in parseAddress()
1208 bool SystemZAsmParser::ParseDirective(AsmToken DirectiveID) { in ParseDirective()
1219 bool SystemZAsmParser::ParseDirectiveInsn(SMLoc L) { in ParseDirectiveInsn()
1325 bool SystemZAsmParser::ParseRegister(unsigned &RegNo, SMLoc &StartLoc, in ParseRegister()
1345 bool SystemZAsmParser::ParseRegister(unsigned &RegNo, SMLoc &StartLoc, in ParseRegister()
1350 OperandMatchResultTy SystemZAsmParser::tryParseRegister(unsigned &RegNo, in tryParseRegister()
1364 bool SystemZAsmParser::ParseInstruction(ParseInstructionInfo &Info, in ParseInstruction()
1427 bool SystemZAsmParser::parseOperand(OperandVector &Operands, in parseOperand()
1493 bool SystemZAsmParser::MatchAndEmitInstruction(SMLoc IDLoc, unsigned &Opcode, in MatchAndEmitInstruction()
1552 SystemZAsmParser::parsePCRel(OperandVector &Operands, int64_t MinVal, in parsePCRel()
1649 bool SystemZAsmParser::isLabel(AsmToken &Token) { in isLabel()
1692 RegisterMCAsmParser<SystemZAsmParser> X(getTheSystemZTarget()); in LLVMInitializeSystemZAsmParser()