Lines Matching refs:PPCAsmParser

99 class PPCAsmParser : public MCTargetAsmParser {  class
143 PPCAsmParser(const MCSubtargetInfo &STI, MCAsmParser &, in PPCAsmParser() function in __anon25a1d1790111::PPCAsmParser
819 void PPCAsmParser::ProcessInstruction(MCInst &Inst, in ProcessInstruction()
1253 bool PPCAsmParser::MatchAndEmitInstruction(SMLoc IDLoc, unsigned &Opcode, in MatchAndEmitInstruction()
1292 bool PPCAsmParser::MatchRegisterName(MCRegister &RegNo, int64_t &IntVal) { in MatchRegisterName()
1351 bool PPCAsmParser::parseRegister(MCRegister &Reg, SMLoc &StartLoc, in parseRegister()
1358 ParseStatus PPCAsmParser::tryParseRegister(MCRegister &Reg, SMLoc &StartLoc, in tryParseRegister()
1376 const MCExpr *PPCAsmParser::
1465 const MCExpr *PPCAsmParser::
1514 bool PPCAsmParser::
1534 bool PPCAsmParser::ParseOperand(OperandVector &Operands) { in ParseOperand()
1656 bool PPCAsmParser::ParseInstruction(ParseInstructionInfo &Info, StringRef Name, in ParseInstruction()
1733 bool PPCAsmParser::ParseDirective(AsmToken DirectiveID) { in ParseDirective()
1756 bool PPCAsmParser::ParseDirectiveWord(unsigned Size, AsmToken ID) { in ParseDirectiveWord()
1781 bool PPCAsmParser::ParseDirectiveTC(unsigned Size, AsmToken ID) { in ParseDirectiveTC()
1799 bool PPCAsmParser::ParseDirectiveMachine(SMLoc L) { in ParseDirectiveMachine()
1826 bool PPCAsmParser::ParseDirectiveAbiVersion(SMLoc L) { in ParseDirectiveAbiVersion()
1843 bool PPCAsmParser::ParseDirectiveLocalEntry(SMLoc L) { in ParseDirectiveLocalEntry()
1864 bool PPCAsmParser::ParseGNUAttribute(SMLoc L) { in ParseGNUAttribute()
1877 RegisterMCAsmParser<PPCAsmParser> A(getThePPC32Target()); in LLVMInitializePowerPCAsmParser()
1878 RegisterMCAsmParser<PPCAsmParser> B(getThePPC32LETarget()); in LLVMInitializePowerPCAsmParser()
1879 RegisterMCAsmParser<PPCAsmParser> C(getThePPC64Target()); in LLVMInitializePowerPCAsmParser()
1880 RegisterMCAsmParser<PPCAsmParser> D(getThePPC64LETarget()); in LLVMInitializePowerPCAsmParser()
1890 unsigned PPCAsmParser::validateTargetOperandClass(MCParsedAsmOperand &AsmOp, in validateTargetOperandClass()
1916 PPCAsmParser::applyModifierToExpr(const MCExpr *E, in applyModifierToExpr()