Searched refs:SystemZAsmPrinter (Results 1 – 4 of 4) sorted by relevance
21 class SystemZAsmPrinter; variable25 SystemZAsmPrinter &AsmPrinter;28 SystemZMCInstLower(MCContext &ctx, SystemZAsmPrinter &asmPrinter);
145 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 …]
1 //===-- 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
32 SystemZAsmPrinter &asmprinter) in SystemZMCInstLower()