Lines Matching refs:SystemZAsmPrinter
138 void SystemZAsmPrinter::emitCallInformation(CallType CT) { in emitCallInformation()
145 void SystemZAsmPrinter::emitInstruction(const MachineInstr *MI) { in emitInstruction()
642 void SystemZAsmPrinter::LowerFENTRY_CALL(const MachineInstr &MI, in LowerFENTRY_CALL()
668 void SystemZAsmPrinter::LowerSTACKMAP(const MachineInstr &MI) { in LowerSTACKMAP()
704 void SystemZAsmPrinter::LowerPATCHPOINT(const MachineInstr &MI, in LowerPATCHPOINT()
775 void SystemZAsmPrinter::emitMachineConstantPoolValue( in emitMachineConstantPoolValue()
788 bool SystemZAsmPrinter::PrintAsmOperand(const MachineInstr *MI, unsigned OpNo, in PrintAsmOperand()
809 bool SystemZAsmPrinter::PrintAsmMemoryOperand(const MachineInstr *MI, in PrintAsmMemoryOperand()
820 void SystemZAsmPrinter::emitEndOfAsmFile(Module &M) { in emitEndOfAsmFile()
824 void SystemZAsmPrinter::emitFunctionBodyEnd() { in emitFunctionBodyEnd()
916 void SystemZAsmPrinter::emitPPA1(MCSymbol *FnEndSym) { in emitPPA1()
1056 void SystemZAsmPrinter::emitFunctionEntryLabel() { in emitFunctionEntryLabel()
1113 RegisterAsmPrinter<SystemZAsmPrinter> X(getTheSystemZTarget()); in LLVMInitializeSystemZAsmPrinter()