Searched refs:SystemZAsmPrinter (Results 1 – 19 of 19) sorted by relevance
/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/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/ |
D | SystemZMCInstLower.h | 22 class SystemZAsmPrinter; variable 26 SystemZAsmPrinter &AsmPrinter; 29 SystemZMCInstLower(MCContext &ctx, SystemZAsmPrinter &asmPrinter);
|
D | SystemZAsmPrinter.h | 25 class LLVM_LIBRARY_VISIBILITY SystemZAsmPrinter : public AsmPrinter { 30 SystemZAsmPrinter(TargetMachine &TM, std::unique_ptr<MCStreamer> Streamer) in SystemZAsmPrinter() function
|
D | SystemZAsmPrinter.cpp | 127 void SystemZAsmPrinter::EmitInstruction(const MachineInstr *MI) { in EmitInstruction() 555 void SystemZAsmPrinter::LowerFENTRY_CALL(const MachineInstr &MI, in LowerFENTRY_CALL() 580 void SystemZAsmPrinter::LowerSTACKMAP(const MachineInstr &MI) { in LowerSTACKMAP() 617 void SystemZAsmPrinter::LowerPATCHPOINT(const MachineInstr &MI, in LowerPATCHPOINT() 688 void SystemZAsmPrinter:: 701 bool SystemZAsmPrinter::PrintAsmOperand(const MachineInstr *MI, unsigned OpNo, in PrintAsmOperand() 712 bool SystemZAsmPrinter::PrintAsmMemoryOperand(const MachineInstr *MI, in PrintAsmMemoryOperand() 722 void SystemZAsmPrinter::EmitEndOfAsmFile(Module &M) { in EmitEndOfAsmFile() 728 RegisterAsmPrinter<SystemZAsmPrinter> X(getTheSystemZTarget()); in LLVMInitializeSystemZAsmPrinter()
|
D | CMakeLists.txt | 16 SystemZAsmPrinter.cpp
|
D | SystemZMCInstLower.cpp | 32 SystemZAsmPrinter &asmprinter) in SystemZMCInstLower()
|
/external/llvm-project/llvm/lib/Target/SystemZ/ |
D | SystemZMCInstLower.h | 22 class SystemZAsmPrinter; variable 26 SystemZAsmPrinter &AsmPrinter; 29 SystemZMCInstLower(MCContext &ctx, SystemZAsmPrinter &asmPrinter);
|
D | SystemZAsmPrinter.h | 25 class LLVM_LIBRARY_VISIBILITY SystemZAsmPrinter : public AsmPrinter { 30 SystemZAsmPrinter(TargetMachine &TM, std::unique_ptr<MCStreamer> Streamer) in SystemZAsmPrinter() function
|
D | SystemZAsmPrinter.cpp | 127 void SystemZAsmPrinter::emitInstruction(const MachineInstr *MI) { in emitInstruction() 554 void SystemZAsmPrinter::LowerFENTRY_CALL(const MachineInstr &MI, in LowerFENTRY_CALL() 580 void SystemZAsmPrinter::LowerSTACKMAP(const MachineInstr &MI) { in LowerSTACKMAP() 617 void SystemZAsmPrinter::LowerPATCHPOINT(const MachineInstr &MI, in LowerPATCHPOINT() 688 void SystemZAsmPrinter::emitMachineConstantPoolValue( in emitMachineConstantPoolValue() 701 bool SystemZAsmPrinter::PrintAsmOperand(const MachineInstr *MI, unsigned OpNo, in PrintAsmOperand() 712 bool SystemZAsmPrinter::PrintAsmMemoryOperand(const MachineInstr *MI, in PrintAsmMemoryOperand() 722 void SystemZAsmPrinter::emitEndOfAsmFile(Module &M) { in emitEndOfAsmFile() 728 RegisterAsmPrinter<SystemZAsmPrinter> X(getTheSystemZTarget()); in LLVMInitializeSystemZAsmPrinter()
|
D | CMakeLists.txt | 18 SystemZAsmPrinter.cpp
|
D | SystemZMCInstLower.cpp | 32 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
|
/external/llvm-project/llvm/utils/gn/secondary/llvm/lib/Target/SystemZ/ |
D | BUILD.gn | 34 "SystemZAsmPrinter.cpp",
|