Lines Matching refs:PPCAsmPrinter

145 class PPCAsmPrinter : public AsmPrinter {  class
165 explicit PPCAsmPrinter(TargetMachine &TM, in PPCAsmPrinter() function in __anon7ffd0f7d0111::PPCAsmPrinter
219 class PPCLinuxAsmPrinter : public PPCAsmPrinter {
223 : PPCAsmPrinter(TM, std::move(Streamer)) {} in PPCLinuxAsmPrinter()
241 class PPCAIXAsmPrinter : public PPCAsmPrinter {
268 : PPCAsmPrinter(TM, std::move(Streamer)) { in PPCAIXAsmPrinter()
308 void PPCAsmPrinter::PrintSymbolOperand(const MachineOperand &MO, in PrintSymbolOperand()
316 void PPCAsmPrinter::printOperand(const MachineInstr *MI, unsigned OpNo, in printOperand()
358 bool PPCAsmPrinter::PrintAsmOperand(const MachineInstr *MI, unsigned OpNo, in PrintAsmOperand()
407 bool PPCAsmPrinter::PrintAsmMemoryOperand(const MachineInstr *MI, unsigned OpNo, in PrintAsmMemoryOperand()
450 static void collectTOCStats(PPCAsmPrinter::TOCEntryType Type) { in collectTOCStats()
453 case PPCAsmPrinter::TOCType_ConstantPool: in collectTOCStats()
456 case PPCAsmPrinter::TOCType_GlobalInternal: in collectTOCStats()
459 case PPCAsmPrinter::TOCType_GlobalExternal: in collectTOCStats()
462 case PPCAsmPrinter::TOCType_JumpTable: in collectTOCStats()
465 case PPCAsmPrinter::TOCType_ThreadLocal: in collectTOCStats()
468 case PPCAsmPrinter::TOCType_BlockAddress: in collectTOCStats()
471 case PPCAsmPrinter::TOCType_EHBlock: in collectTOCStats()
510 PPCAsmPrinter::lookUpOrCreateTOCEntry(const MCSymbol *Sym, TOCEntryType Type, in lookUpOrCreateTOCEntry()
522 void PPCAsmPrinter::LowerSTACKMAP(StackMaps &SM, const MachineInstr &MI) { in LowerSTACKMAP()
553 void PPCAsmPrinter::LowerPATCHPOINT(StackMaps &SM, const MachineInstr &MI) { in LowerPATCHPOINT()
676 void PPCAsmPrinter::EmitAIXTlsCallHelper(const MachineInstr *MI) { in EmitAIXTlsCallHelper()
688 void PPCAsmPrinter::EmitTlsCall(const MachineInstr *MI, in EmitTlsCall()
768 static PPCAsmPrinter::TOCEntryType
773 return PPCAsmPrinter::TOCType_ThreadLocal; in getTOCEntryTypeForMO()
782 return PPCAsmPrinter::TOCType_GlobalExternal; in getTOCEntryTypeForMO()
784 return PPCAsmPrinter::TOCType_GlobalInternal; in getTOCEntryTypeForMO()
787 return PPCAsmPrinter::TOCType_ConstantPool; in getTOCEntryTypeForMO()
789 return PPCAsmPrinter::TOCType_JumpTable; in getTOCEntryTypeForMO()
791 return PPCAsmPrinter::TOCType_BlockAddress; in getTOCEntryTypeForMO()
799 void PPCAsmPrinter::emitInstruction(const MachineInstr *MI) { in emitInstruction()
1713 PPCAsmPrinter::getAdjustedFasterLocalExpr(const MachineOperand &MO, in getAdjustedFasterLocalExpr()
1796 return PPCAsmPrinter::emitInstruction(MI); in emitInstruction()
1932 return PPCAsmPrinter::emitInstruction(MI); in emitInstruction()
2080 PPCAsmPrinter::emitEndOfAsmFile(M); in emitEndOfAsmFile()
2908 PPCAsmPrinter::emitFunctionEntryLabel(); in emitFunctionEntryLabel()
3020 const bool Result = PPCAsmPrinter::doInitialization(M); in doInitialization()
3197 return PPCAsmPrinter::emitInstruction(MI); in emitInstruction()
3208 return PPCAsmPrinter::doFinalization(M); in doFinalization()