Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/llvm/lib/Target/SystemZ/
DSystemZMCInstLower.h23 class SystemZAsmPrinter; variable
27 SystemZAsmPrinter &AsmPrinter;
30 SystemZMCInstLower(MCContext &ctx, SystemZAsmPrinter &asmPrinter);
DSystemZAsmPrinter.cpp69 void SystemZAsmPrinter::EmitInstruction(const MachineInstr *MI) { in EmitInstruction()
171 void SystemZAsmPrinter::
185 bool SystemZAsmPrinter::PrintAsmOperand(const MachineInstr *MI, in PrintAsmOperand()
202 bool SystemZAsmPrinter::PrintAsmMemoryOperand(const MachineInstr *MI, in PrintAsmMemoryOperand()
213 void SystemZAsmPrinter::EmitEndOfAsmFile(Module &M) { in EmitEndOfAsmFile()
238 RegisterAsmPrinter<SystemZAsmPrinter> X(TheSystemZTarget); in LLVMInitializeSystemZAsmPrinter()
DSystemZAsmPrinter.h24 class LLVM_LIBRARY_VISIBILITY SystemZAsmPrinter : public AsmPrinter {
29 SystemZAsmPrinter(TargetMachine &TM, MCStreamer &Streamer) in SystemZAsmPrinter() function
DSystemZMCInstLower.cpp30 SystemZAsmPrinter &asmprinter) in SystemZMCInstLower()