Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Target/SystemZ/
DSystemZAsmPrinter.cpp37 class SystemZAsmPrinter : public AsmPrinter { class
39 SystemZAsmPrinter(TargetMachine &TM, MCStreamer &Streamer) in SystemZAsmPrinter() function in __anon140d94460111::SystemZAsmPrinter
75 void SystemZAsmPrinter::EmitInstruction(const MachineInstr *MI) { in EmitInstruction()
82 void SystemZAsmPrinter::printPCRelImmOperand(const MachineInstr *MI, int OpNum, in printPCRelImmOperand()
121 void SystemZAsmPrinter::printOperand(const MachineInstr *MI, int OpNum, in printOperand()
180 void SystemZAsmPrinter::printRIAddrOperand(const MachineInstr *MI, int OpNum, in printRIAddrOperand()
196 void SystemZAsmPrinter::printRRIAddrOperand(const MachineInstr *MI, int OpNum, in printRRIAddrOperand()
220 RegisterAsmPrinter<SystemZAsmPrinter> X(TheSystemZTarget); in LLVMInitializeSystemZAsmPrinter()
/external/llvm/lib/Target/SystemZ/
DSystemZMCInstLower.h23 class SystemZAsmPrinter; variable
27 SystemZAsmPrinter &AsmPrinter;
30 SystemZMCInstLower(MCContext &ctx, SystemZAsmPrinter &asmPrinter);
DSystemZAsmPrinter.h24 class LLVM_LIBRARY_VISIBILITY SystemZAsmPrinter : public AsmPrinter {
26 SystemZAsmPrinter(TargetMachine &TM, std::unique_ptr<MCStreamer> Streamer) in SystemZAsmPrinter() function
DSystemZAsmPrinter.cpp104 void SystemZAsmPrinter::EmitInstruction(const MachineInstr *MI) { in EmitInstruction()
483 void SystemZAsmPrinter::
496 bool SystemZAsmPrinter::PrintAsmOperand(const MachineInstr *MI, in PrintAsmOperand()
513 bool SystemZAsmPrinter::PrintAsmMemoryOperand(const MachineInstr *MI, in PrintAsmMemoryOperand()
526 RegisterAsmPrinter<SystemZAsmPrinter> X(TheSystemZTarget); in LLVMInitializeSystemZAsmPrinter()
DLLVMBuild.txt34 required_libraries = Analysis AsmPrinter CodeGen Core MC SelectionDAG Support SystemZAsmPrinter Sys…
DCMakeLists.txt15 SystemZAsmPrinter.cpp
DSystemZMCInstLower.cpp33 SystemZAsmPrinter &asmprinter) in SystemZMCInstLower()
/external/llvm/lib/Target/SystemZ/InstPrinter/
DLLVMBuild.txt20 name = SystemZAsmPrinter
/external/llvm/lib/Target/SystemZ/MCTargetDesc/
DLLVMBuild.txt22 required_libraries = MC Support SystemZAsmPrinter SystemZInfo