Lines Matching refs:SystemZAsmParser
393 class SystemZAsmParser : public MCTargetAsmParser { class
482 SystemZAsmParser(const MCSubtargetInfo &sti, MCAsmParser &parser, in SystemZAsmParser() function in __anon4f8b82ce0111::SystemZAsmParser
760 bool SystemZAsmParser::parseRegister(Register &Reg, bool RestoreOnFailure) { in parseRegister()
816 SystemZAsmParser::parseRegister(OperandVector &Operands, RegisterKind Kind) { in parseRegister()
904 SystemZAsmParser::parseAnyRegister(OperandVector &Operands) { in parseAnyRegister()
972 bool SystemZAsmParser::parseIntegerRegister(Register &Reg, in parseIntegerRegister()
1001 bool SystemZAsmParser::parseAddress(bool &HaveReg1, Register &Reg1, in parseAddress()
1095 SystemZAsmParser::parseAddressRegister(Register &Reg) { in parseAddressRegister()
1109 SystemZAsmParser::parseAddress(OperandVector &Operands, MemoryKind MemKind, in parseAddress()
1220 bool SystemZAsmParser::ParseDirective(AsmToken DirectiveID) { in ParseDirective()
1233 bool SystemZAsmParser::ParseDirectiveInsn(SMLoc L) { in ParseDirectiveInsn()
1341 bool SystemZAsmParser::ParseDirectiveMachine(SMLoc L) { in ParseDirectiveMachine()
1361 bool SystemZAsmParser::ParseRegister(unsigned &RegNo, SMLoc &StartLoc, in ParseRegister()
1381 bool SystemZAsmParser::ParseRegister(unsigned &RegNo, SMLoc &StartLoc, in ParseRegister()
1386 OperandMatchResultTy SystemZAsmParser::tryParseRegister(unsigned &RegNo, in tryParseRegister()
1400 bool SystemZAsmParser::ParseInstruction(ParseInstructionInfo &Info, in ParseInstruction()
1463 bool SystemZAsmParser::parseOperand(OperandVector &Operands, in parseOperand()
1525 bool SystemZAsmParser::MatchAndEmitInstruction(SMLoc IDLoc, unsigned &Opcode, in MatchAndEmitInstruction()
1584 SystemZAsmParser::parsePCRel(OperandVector &Operands, int64_t MinVal, in parsePCRel()
1684 bool SystemZAsmParser::isLabel(AsmToken &Token) { in isLabel()
1727 RegisterMCAsmParser<SystemZAsmParser> X(getTheSystemZTarget()); in LLVMInitializeSystemZAsmParser()