Lines Matching refs:PPCAsmParser

99 class PPCAsmParser : public MCTargetAsmParser {  class
143 PPCAsmParser(const MCSubtargetInfo &STI, MCAsmParser &, in PPCAsmParser() function in __anon49f2f9030111::PPCAsmParser
821 void PPCAsmParser::ProcessInstruction(MCInst &Inst, in ProcessInstruction()
1255 bool PPCAsmParser::MatchAndEmitInstruction(SMLoc IDLoc, unsigned &Opcode, in MatchAndEmitInstruction()
1294 bool PPCAsmParser::MatchRegisterName(MCRegister &RegNo, int64_t &IntVal) { in MatchRegisterName()
1353 bool PPCAsmParser::parseRegister(MCRegister &Reg, SMLoc &StartLoc, in parseRegister()
1360 ParseStatus PPCAsmParser::tryParseRegister(MCRegister &Reg, SMLoc &StartLoc, in tryParseRegister()
1378 const MCExpr *PPCAsmParser::
1467 const MCExpr *PPCAsmParser::
1516 bool PPCAsmParser::
1536 bool PPCAsmParser::ParseOperand(OperandVector &Operands) { in ParseOperand()
1658 bool PPCAsmParser::ParseInstruction(ParseInstructionInfo &Info, StringRef Name, in ParseInstruction()
1735 bool PPCAsmParser::ParseDirective(AsmToken DirectiveID) { in ParseDirective()
1758 bool PPCAsmParser::ParseDirectiveWord(unsigned Size, AsmToken ID) { in ParseDirectiveWord()
1783 bool PPCAsmParser::ParseDirectiveTC(unsigned Size, AsmToken ID) { in ParseDirectiveTC()
1801 bool PPCAsmParser::ParseDirectiveMachine(SMLoc L) { in ParseDirectiveMachine()
1828 bool PPCAsmParser::ParseDirectiveAbiVersion(SMLoc L) { in ParseDirectiveAbiVersion()
1845 bool PPCAsmParser::ParseDirectiveLocalEntry(SMLoc L) { in ParseDirectiveLocalEntry()
1866 bool PPCAsmParser::ParseGNUAttribute(SMLoc L) { in ParseGNUAttribute()
1879 RegisterMCAsmParser<PPCAsmParser> A(getThePPC32Target()); in LLVMInitializePowerPCAsmParser()
1880 RegisterMCAsmParser<PPCAsmParser> B(getThePPC32LETarget()); in LLVMInitializePowerPCAsmParser()
1881 RegisterMCAsmParser<PPCAsmParser> C(getThePPC64Target()); in LLVMInitializePowerPCAsmParser()
1882 RegisterMCAsmParser<PPCAsmParser> D(getThePPC64LETarget()); in LLVMInitializePowerPCAsmParser()
1892 unsigned PPCAsmParser::validateTargetOperandClass(MCParsedAsmOperand &AsmOp, in validateTargetOperandClass()
1918 PPCAsmParser::applyModifierToExpr(const MCExpr *E, in applyModifierToExpr()