Lines Matching refs:PPCAsmParser
100 class PPCAsmParser : public MCTargetAsmParser { class
145 PPCAsmParser(const MCSubtargetInfo &STI, MCAsmParser &, in PPCAsmParser() function in __anonf2e8cc480111::PPCAsmParser
713 void PPCAsmParser::ProcessInstruction(MCInst &Inst, in ProcessInstruction()
1135 bool PPCAsmParser::MatchAndEmitInstruction(SMLoc IDLoc, unsigned &Opcode, in MatchAndEmitInstruction()
1174 bool PPCAsmParser::MatchRegisterName(unsigned &RegNo, int64_t &IntVal) { in MatchRegisterName()
1212 bool PPCAsmParser::
1230 const MCExpr *PPCAsmParser::
1319 const MCExpr *PPCAsmParser::
1368 bool PPCAsmParser::
1395 bool PPCAsmParser::
1439 bool PPCAsmParser::ParseOperand(OperandVector &Operands) { in ParseOperand()
1557 bool PPCAsmParser::ParseInstruction(ParseInstructionInfo &Info, StringRef Name, in ParseInstruction()
1624 bool PPCAsmParser::ParseDirective(AsmToken DirectiveID) { in ParseDirective()
1650 bool PPCAsmParser::ParseDirectiveWord(unsigned Size, AsmToken ID) { in ParseDirectiveWord()
1675 bool PPCAsmParser::ParseDirectiveTC(unsigned Size, AsmToken ID) { in ParseDirectiveTC()
1693 bool PPCAsmParser::ParseDirectiveMachine(SMLoc L) { in ParseDirectiveMachine()
1724 bool PPCAsmParser::ParseDarwinDirectiveMachine(SMLoc L) { in ParseDarwinDirectiveMachine()
1749 bool PPCAsmParser::ParseDirectiveAbiVersion(SMLoc L) { in ParseDirectiveAbiVersion()
1766 bool PPCAsmParser::ParseDirectiveLocalEntry(SMLoc L) { in ParseDirectiveLocalEntry()
1791 RegisterMCAsmParser<PPCAsmParser> A(getThePPC32Target()); in LLVMInitializePowerPCAsmParser()
1792 RegisterMCAsmParser<PPCAsmParser> B(getThePPC64Target()); in LLVMInitializePowerPCAsmParser()
1793 RegisterMCAsmParser<PPCAsmParser> C(getThePPC64LETarget()); in LLVMInitializePowerPCAsmParser()
1803 unsigned PPCAsmParser::validateTargetOperandClass(MCParsedAsmOperand &AsmOp, in validateTargetOperandClass()
1829 PPCAsmParser::applyModifierToExpr(const MCExpr *E, in applyModifierToExpr()