Lines Matching refs:PPCAsmPrinter
130 class PPCAsmPrinter : public AsmPrinter { class
146 explicit PPCAsmPrinter(TargetMachine &TM, in PPCAsmPrinter() function in __anonc852cead0111::PPCAsmPrinter
189 class PPCLinuxAsmPrinter : public PPCAsmPrinter {
193 : PPCAsmPrinter(TM, std::move(Streamer)) {} in PPCLinuxAsmPrinter()
211 class PPCAIXAsmPrinter : public PPCAsmPrinter {
238 : PPCAsmPrinter(TM, std::move(Streamer)) { in PPCAIXAsmPrinter()
276 void PPCAsmPrinter::PrintSymbolOperand(const MachineOperand &MO, in PrintSymbolOperand()
284 void PPCAsmPrinter::printOperand(const MachineInstr *MI, unsigned OpNo, in printOperand()
326 bool PPCAsmPrinter::PrintAsmOperand(const MachineInstr *MI, unsigned OpNo, in PrintAsmOperand()
375 bool PPCAsmPrinter::PrintAsmMemoryOperand(const MachineInstr *MI, unsigned OpNo, in PrintAsmMemoryOperand()
422 PPCAsmPrinter::lookUpOrCreateTOCEntry(const MCSymbol *Sym, in lookUpOrCreateTOCEntry()
430 void PPCAsmPrinter::emitEndOfAsmFile(Module &M) { in emitEndOfAsmFile()
434 void PPCAsmPrinter::LowerSTACKMAP(StackMaps &SM, const MachineInstr &MI) { in LowerSTACKMAP()
465 void PPCAsmPrinter::LowerPATCHPOINT(StackMaps &SM, const MachineInstr &MI) { in LowerPATCHPOINT()
577 void PPCAsmPrinter::EmitTlsCall(const MachineInstr *MI, in EmitTlsCall()
661 void PPCAsmPrinter::emitInstruction(const MachineInstr *MI) { in emitInstruction()
1443 return PPCAsmPrinter::emitInstruction(MI); in emitInstruction()
1447 return PPCAsmPrinter::emitInstruction(MI); in emitInstruction()
1717 PPCAsmPrinter::emitEndOfAsmFile(M); in emitEndOfAsmFile()
2511 PPCAsmPrinter::emitFunctionEntryLabel(); in emitFunctionEntryLabel()
2587 const bool Result = PPCAsmPrinter::doInitialization(M); in doInitialization()
2702 return PPCAsmPrinter::emitInstruction(MI); in emitInstruction()
2713 return PPCAsmPrinter::doFinalization(M); in doFinalization()