Lines Matching refs:PPCAsmPrinter

112 class PPCAsmPrinter : public AsmPrinter {  class
128 explicit PPCAsmPrinter(TargetMachine &TM, in PPCAsmPrinter() function in __anon5a95c7310111::PPCAsmPrinter
171 class PPCLinuxAsmPrinter : public PPCAsmPrinter {
175 : PPCAsmPrinter(TM, std::move(Streamer)) {} in PPCLinuxAsmPrinter()
191 class PPCAIXAsmPrinter : public PPCAsmPrinter {
215 : PPCAsmPrinter(TM, std::move(Streamer)) { in PPCAIXAsmPrinter()
251 void PPCAsmPrinter::PrintSymbolOperand(const MachineOperand &MO, in PrintSymbolOperand()
259 void PPCAsmPrinter::printOperand(const MachineInstr *MI, unsigned OpNo, in printOperand()
301 bool PPCAsmPrinter::PrintAsmOperand(const MachineInstr *MI, unsigned OpNo, in PrintAsmOperand()
351 bool PPCAsmPrinter::PrintAsmMemoryOperand(const MachineInstr *MI, unsigned OpNo, in PrintAsmMemoryOperand()
398 PPCAsmPrinter::lookUpOrCreateTOCEntry(const MCSymbol *Sym, in lookUpOrCreateTOCEntry()
406 void PPCAsmPrinter::emitEndOfAsmFile(Module &M) { in emitEndOfAsmFile()
410 void PPCAsmPrinter::LowerSTACKMAP(StackMaps &SM, const MachineInstr &MI) { in LowerSTACKMAP()
441 void PPCAsmPrinter::LowerPATCHPOINT(StackMaps &SM, const MachineInstr &MI) { in LowerPATCHPOINT()
553 void PPCAsmPrinter::EmitTlsCall(const MachineInstr *MI, in EmitTlsCall()
637 void PPCAsmPrinter::emitInstruction(const MachineInstr *MI) { in emitInstruction()
1393 return PPCAsmPrinter::emitInstruction(MI); in emitInstruction()
1397 return PPCAsmPrinter::emitInstruction(MI); in emitInstruction()
1665 PPCAsmPrinter::emitEndOfAsmFile(M); in emitEndOfAsmFile()
2424 PPCAsmPrinter::emitFunctionEntryLabel(); in emitFunctionEntryLabel()
2475 const bool Result = PPCAsmPrinter::doInitialization(M); in doInitialization()
2590 return PPCAsmPrinter::emitInstruction(MI); in emitInstruction()
2601 return PPCAsmPrinter::doFinalization(M); in doFinalization()