Home
last modified time | relevance | path

Searched refs:SystemZAsmPrinter (Results 1 – 4 of 4) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZMCInstLower.h22 class SystemZAsmPrinter; variable
26 SystemZAsmPrinter &AsmPrinter;
29 SystemZMCInstLower(MCContext &ctx, SystemZAsmPrinter &asmPrinter);
H A DSystemZAsmPrinter.cpp127 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()
H A DSystemZAsmPrinter.h26 class LLVM_LIBRARY_VISIBILITY SystemZAsmPrinter : public AsmPrinter {
58 SystemZAsmPrinter(TargetMachine &TM, std::unique_ptr<MCStreamer> Streamer) in SystemZAsmPrinter() function
H A DSystemZMCInstLower.cpp32 SystemZAsmPrinter &asmprinter) in SystemZMCInstLower()