HomeSort by relevance Sort by last modified time
    Searched refs:SystemZAsmPrinter (Results 1 - 9 of 9) sorted by null

  /external/llvm/lib/Target/SystemZ/
SystemZMCInstLower.h 23 class SystemZAsmPrinter;
27 SystemZAsmPrinter &AsmPrinter;
30 SystemZMCInstLower(MCContext &ctx, SystemZAsmPrinter &asmPrinter);
SystemZAsmPrinter.h 1 //===-- SystemZAsmPrinter.h - SystemZ LLVM assembly printer ----*- C++ -*--===//
24 class LLVM_LIBRARY_VISIBILITY SystemZAsmPrinter : public AsmPrinter {
26 SystemZAsmPrinter(TargetMachine &TM, std::unique_ptr<MCStreamer> Streamer)
SystemZMCInstLower.cpp 11 #include "SystemZAsmPrinter.h"
33 SystemZAsmPrinter &asmprinter)
SystemZAsmPrinter.cpp 1 //===-- SystemZAsmPrinter.cpp - SystemZ LLVM assembly printer -------------===//
15 #include "SystemZAsmPrinter.h"
104 void SystemZAsmPrinter::EmitInstruction(const MachineInstr *MI) {
483 void SystemZAsmPrinter::
496 bool SystemZAsmPrinter::PrintAsmOperand(const MachineInstr *MI,
513 bool SystemZAsmPrinter::PrintAsmMemoryOperand(const MachineInstr *MI,
526 RegisterAsmPrinter<SystemZAsmPrinter> X(TheSystemZTarget);
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/
SystemZMCInstLower.h 23 class SystemZAsmPrinter;
27 SystemZAsmPrinter &AsmPrinter;
30 SystemZMCInstLower(MCContext &ctx, SystemZAsmPrinter &asmPrinter);
SystemZAsmPrinter.h 1 //===-- SystemZAsmPrinter.h - SystemZ LLVM assembly printer ----*- C++ -*--===//
26 class LLVM_LIBRARY_VISIBILITY SystemZAsmPrinter : public AsmPrinter {
31 SystemZAsmPrinter(TargetMachine &TM, std::unique_ptr<MCStreamer> Streamer)
SystemZMCInstLower.cpp 11 #include "SystemZAsmPrinter.h"
33 SystemZAsmPrinter &asmprinter)
SystemZAsmPrinter.cpp 1 //===-- SystemZAsmPrinter.cpp - SystemZ LLVM assembly printer -------------===//
15 #include "SystemZAsmPrinter.h"
104 void SystemZAsmPrinter::EmitInstruction(const MachineInstr *MI) {
508 void SystemZAsmPrinter::LowerSTACKMAP(const MachineInstr &MI) {
541 void SystemZAsmPrinter::LowerPATCHPOINT(const MachineInstr &MI,
608 void SystemZAsmPrinter::
621 bool SystemZAsmPrinter::PrintAsmOperand(const MachineInstr *MI,
638 bool SystemZAsmPrinter::PrintAsmMemoryOperand(const MachineInstr *MI,
649 void SystemZAsmPrinter::EmitEndOfAsmFile(Module &M) {
655 RegisterAsmPrinter<SystemZAsmPrinter> X(getTheSystemZTarget())
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/SystemZ/
SystemZAsmPrinter.cpp 1 //===-- SystemZAsmPrinter.cpp - SystemZ LLVM assembly writer ---------------===//
37 class SystemZAsmPrinter : public AsmPrinter {
39 SystemZAsmPrinter(TargetMachine &TM, MCStreamer &Streamer)
75 void SystemZAsmPrinter::EmitInstruction(const MachineInstr *MI) {
82 void SystemZAsmPrinter::printPCRelImmOperand(const MachineInstr *MI, int OpNum,
121 void SystemZAsmPrinter::printOperand(const MachineInstr *MI, int OpNum,
180 void SystemZAsmPrinter::printRIAddrOperand(const MachineInstr *MI, int OpNum,
196 void SystemZAsmPrinter::printRRIAddrOperand(const MachineInstr *MI, int OpNum,
220 RegisterAsmPrinter<SystemZAsmPrinter> X(TheSystemZTarget);

Completed in 393 milliseconds