Lines Matching refs:PPCAsmParser

99 class PPCAsmParser : public MCTargetAsmParser {  class
142 PPCAsmParser(const MCSubtargetInfo &STI, MCAsmParser &, in PPCAsmParser() function in __anonf4b79b370111::PPCAsmParser
758 void PPCAsmParser::ProcessInstruction(MCInst &Inst, in ProcessInstruction()
1163 bool PPCAsmParser::MatchAndEmitInstruction(SMLoc IDLoc, unsigned &Opcode, in MatchAndEmitInstruction()
1202 bool PPCAsmParser::MatchRegisterName(unsigned &RegNo, int64_t &IntVal) { in MatchRegisterName()
1240 bool PPCAsmParser::
1247 OperandMatchResultTy PPCAsmParser::tryParseRegister(unsigned &RegNo, in tryParseRegister()
1266 const MCExpr *PPCAsmParser::
1355 const MCExpr *PPCAsmParser::
1404 bool PPCAsmParser::
1424 bool PPCAsmParser::ParseOperand(OperandVector &Operands) { in ParseOperand()
1516 bool PPCAsmParser::ParseInstruction(ParseInstructionInfo &Info, StringRef Name, in ParseInstruction()
1583 bool PPCAsmParser::ParseDirective(AsmToken DirectiveID) { in ParseDirective()
1604 bool PPCAsmParser::ParseDirectiveWord(unsigned Size, AsmToken ID) { in ParseDirectiveWord()
1629 bool PPCAsmParser::ParseDirectiveTC(unsigned Size, AsmToken ID) { in ParseDirectiveTC()
1647 bool PPCAsmParser::ParseDirectiveMachine(SMLoc L) { in ParseDirectiveMachine()
1674 bool PPCAsmParser::ParseDirectiveAbiVersion(SMLoc L) { in ParseDirectiveAbiVersion()
1691 bool PPCAsmParser::ParseDirectiveLocalEntry(SMLoc L) { in ParseDirectiveLocalEntry()
1716 RegisterMCAsmParser<PPCAsmParser> A(getThePPC32Target()); in LLVMInitializePowerPCAsmParser()
1717 RegisterMCAsmParser<PPCAsmParser> B(getThePPC32LETarget()); in LLVMInitializePowerPCAsmParser()
1718 RegisterMCAsmParser<PPCAsmParser> C(getThePPC64Target()); in LLVMInitializePowerPCAsmParser()
1719 RegisterMCAsmParser<PPCAsmParser> D(getThePPC64LETarget()); in LLVMInitializePowerPCAsmParser()
1729 unsigned PPCAsmParser::validateTargetOperandClass(MCParsedAsmOperand &AsmOp, in validateTargetOperandClass()
1755 PPCAsmParser::applyModifierToExpr(const MCExpr *E, in applyModifierToExpr()