Searched refs:SystemZAsmPrinter (Results 1 – 4 of 4) sorted by relevance
22 class SystemZAsmPrinter; variable26 SystemZAsmPrinter &AsmPrinter;29 SystemZMCInstLower(MCContext &ctx, SystemZAsmPrinter &asmPrinter);
127 void SystemZAsmPrinter::emitInstruction(const MachineInstr *MI) { in emitInstruction()604 void SystemZAsmPrinter::LowerFENTRY_CALL(const MachineInstr &MI, in LowerFENTRY_CALL()630 void SystemZAsmPrinter::LowerSTACKMAP(const MachineInstr &MI) { in LowerSTACKMAP()667 void SystemZAsmPrinter::LowerPATCHPOINT(const MachineInstr &MI, in LowerPATCHPOINT()725 void SystemZAsmPrinter::emitEXRLTargetInstructions() { in emitEXRLTargetInstructions()751 void SystemZAsmPrinter::emitMachineConstantPoolValue( in emitMachineConstantPoolValue()764 bool SystemZAsmPrinter::PrintAsmOperand(const MachineInstr *MI, unsigned OpNo, in PrintAsmOperand()785 bool SystemZAsmPrinter::PrintAsmMemoryOperand(const MachineInstr *MI, in PrintAsmMemoryOperand()795 void SystemZAsmPrinter::emitEndOfAsmFile(Module &M) { in emitEndOfAsmFile()802 RegisterAsmPrinter<SystemZAsmPrinter> X(getTheSystemZTarget()); in LLVMInitializeSystemZAsmPrinter()
26 class LLVM_LIBRARY_VISIBILITY SystemZAsmPrinter : public AsmPrinter {58 SystemZAsmPrinter(TargetMachine &TM, std::unique_ptr<MCStreamer> Streamer) in SystemZAsmPrinter() function
32 SystemZAsmPrinter &asmprinter) in SystemZMCInstLower()