Lines Matching refs:SystemZAsmPrinter

144 void SystemZAsmPrinter::emitCallInformation(CallType CT) {  in emitCallInformation()
151 uint32_t SystemZAsmPrinter::AssociatedDataAreaTable::insert(const MCSymbol *Sym, in insert()
178 SystemZAsmPrinter::AssociatedDataAreaTable::insert(const MachineOperand MO) { in insert()
195 void SystemZAsmPrinter::emitInstruction(const MachineInstr *MI) { in emitInstruction()
724 void SystemZAsmPrinter::LowerFENTRY_CALL(const MachineInstr &MI, in LowerFENTRY_CALL()
750 void SystemZAsmPrinter::LowerSTACKMAP(const MachineInstr &MI) { in LowerSTACKMAP()
786 void SystemZAsmPrinter::LowerPATCHPOINT(const MachineInstr &MI, in LowerPATCHPOINT()
847 void SystemZAsmPrinter::emitAttributes(Module &M) { in emitAttributes()
868 void SystemZAsmPrinter::emitMachineConstantPoolValue( in emitMachineConstantPoolValue()
924 bool SystemZAsmPrinter::PrintAsmOperand(const MachineInstr *MI, unsigned OpNo, in PrintAsmOperand()
945 bool SystemZAsmPrinter::PrintAsmMemoryOperand(const MachineInstr *MI, in PrintAsmMemoryOperand()
955 void SystemZAsmPrinter::emitEndOfAsmFile(Module &M) { in emitEndOfAsmFile()
964 void SystemZAsmPrinter::emitADASection() { in emitADASection()
1073 void SystemZAsmPrinter::emitIDRLSection(Module &M) { in emitIDRLSection()
1099 void SystemZAsmPrinter::emitFunctionBodyEnd() { in emitFunctionBodyEnd()
1228 void SystemZAsmPrinter::emitPPA1(MCSymbol *FnEndSym) { in emitPPA1()
1404 void SystemZAsmPrinter::emitStartOfAsmFile(Module &M) { in emitStartOfAsmFile()
1410 void SystemZAsmPrinter::emitPPA2(Module &M) { in emitPPA2()
1522 void SystemZAsmPrinter::emitFunctionEntryLabel() { in emitFunctionEntryLabel()
1585 RegisterAsmPrinter<SystemZAsmPrinter> X(getTheSystemZTarget()); in LLVMInitializeSystemZAsmPrinter()