Home
last modified time | relevance | path

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

/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/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
DSystemZMCInstLower.h22 class SystemZAsmPrinter; variable
26 SystemZAsmPrinter &AsmPrinter;
29 SystemZMCInstLower(MCContext &ctx, SystemZAsmPrinter &asmPrinter);
DSystemZAsmPrinter.h25 class LLVM_LIBRARY_VISIBILITY SystemZAsmPrinter : public AsmPrinter {
30 SystemZAsmPrinter(TargetMachine &TM, std::unique_ptr<MCStreamer> Streamer) in SystemZAsmPrinter() function
DSystemZAsmPrinter.cpp127 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()
DCMakeLists.txt16 SystemZAsmPrinter.cpp
DSystemZMCInstLower.cpp32 SystemZAsmPrinter &asmprinter) in SystemZMCInstLower()
/external/llvm-project/llvm/lib/Target/SystemZ/
DSystemZMCInstLower.h22 class SystemZAsmPrinter; variable
26 SystemZAsmPrinter &AsmPrinter;
29 SystemZMCInstLower(MCContext &ctx, SystemZAsmPrinter &asmPrinter);
DSystemZAsmPrinter.h25 class LLVM_LIBRARY_VISIBILITY SystemZAsmPrinter : public AsmPrinter {
30 SystemZAsmPrinter(TargetMachine &TM, std::unique_ptr<MCStreamer> Streamer) in SystemZAsmPrinter() function
DSystemZAsmPrinter.cpp127 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()
DCMakeLists.txt18 SystemZAsmPrinter.cpp
DSystemZMCInstLower.cpp32 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
/external/llvm-project/llvm/utils/gn/secondary/llvm/lib/Target/SystemZ/
DBUILD.gn34 "SystemZAsmPrinter.cpp",