Searched refs:SystemZAsmPrinter (Results 1 – 9 of 9) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/Target/SystemZ/ |
D | SystemZAsmPrinter.cpp | 37 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/ |
D | SystemZMCInstLower.h | 23 class SystemZAsmPrinter; variable 27 SystemZAsmPrinter &AsmPrinter; 30 SystemZMCInstLower(MCContext &ctx, SystemZAsmPrinter &asmPrinter);
|
D | SystemZAsmPrinter.h | 24 class LLVM_LIBRARY_VISIBILITY SystemZAsmPrinter : public AsmPrinter { 26 SystemZAsmPrinter(TargetMachine &TM, std::unique_ptr<MCStreamer> Streamer) in SystemZAsmPrinter() function
|
D | SystemZAsmPrinter.cpp | 104 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()
|
D | LLVMBuild.txt | 34 required_libraries = Analysis AsmPrinter CodeGen Core MC SelectionDAG Support SystemZAsmPrinter Sys…
|
D | CMakeLists.txt | 15 SystemZAsmPrinter.cpp
|
D | SystemZMCInstLower.cpp | 33 SystemZAsmPrinter &asmprinter) in SystemZMCInstLower()
|
/external/llvm/lib/Target/SystemZ/InstPrinter/ |
D | LLVMBuild.txt | 20 name = SystemZAsmPrinter
|
/external/llvm/lib/Target/SystemZ/MCTargetDesc/ |
D | LLVMBuild.txt | 22 required_libraries = MC Support SystemZAsmPrinter SystemZInfo
|