Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZMCInstLower.h21 class SystemZAsmPrinter; variable
25 SystemZAsmPrinter &AsmPrinter;
28 SystemZMCInstLower(MCContext &ctx, SystemZAsmPrinter &asmPrinter);
H A DSystemZAsmPrinter.cpp145 void SystemZAsmPrinter::emitCallInformation(CallType CT) { in emitCallInformation()
152 uint32_t SystemZAsmPrinter::AssociatedDataAreaTable::insert(const MCSymbol *Sym, in insert()
179 SystemZAsmPrinter::AssociatedDataAreaTable::insert(const MachineOperand MO) { in insert()
196 void SystemZAsmPrinter::emitInstruction(const MachineInstr *MI) { in emitInstruction()
725 void SystemZAsmPrinter::LowerFENTRY_CALL(const MachineInstr &MI, in LowerFENTRY_CALL()
751 void SystemZAsmPrinter::LowerSTACKMAP(const MachineInstr &MI) { in LowerSTACKMAP()
787 void SystemZAsmPrinter::LowerPATCHPOINT(const MachineInstr &MI, in LowerPATCHPOINT()
848 void SystemZAsmPrinter::emitAttributes(Module &M) { in emitAttributes()
869 void SystemZAsmPrinter::emitMachineConstantPoolValue( in emitMachineConstantPoolValue()
929 bool SystemZAsmPrinter::PrintAsmOperand(const MachineInstr *MI, unsigned OpNo, in PrintAsmOperand()
[all …]
H A DSystemZAsmPrinter.h1 //===-- SystemZAsmPrinter.h - SystemZ LLVM assembly printer ----*- C++ -*--===//
26 class LLVM_LIBRARY_VISIBILITY SystemZAsmPrinter : public AsmPrinter {
99 SystemZAsmPrinter(TargetMachine &TM, std::unique_ptr<MCStreamer> Streamer)
96 SystemZAsmPrinter(TargetMachine &TM, std::unique_ptr<MCStreamer> Streamer) SystemZAsmPrinter() function
H A DSystemZMCInstLower.cpp32 SystemZAsmPrinter &asmprinter) in SystemZMCInstLower()