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.h22 class SystemZAsmPrinter; variable
26 SystemZAsmPrinter &AsmPrinter;
29 SystemZMCInstLower(MCContext &ctx, SystemZAsmPrinter &asmPrinter);
H A DSystemZAsmPrinter.cpp165 void SystemZAsmPrinter::emitCallInformation(CallType CT) { in emitCallInformation()
172 uint32_t SystemZAsmPrinter::AssociatedDataAreaTable::insert(const MCSymbol *Sym, in insert()
199 SystemZAsmPrinter::AssociatedDataAreaTable::insert(const MachineOperand MO) { in insert()
216 void SystemZAsmPrinter::emitInstruction(const MachineInstr *MI) { in emitInstruction()
779 void SystemZAsmPrinter::LowerFENTRY_CALL(const MachineInstr &MI, in LowerFENTRY_CALL()
805 void SystemZAsmPrinter::LowerSTACKMAP(const MachineInstr &MI) { in LowerSTACKMAP()
841 void SystemZAsmPrinter::LowerPATCHPOINT(const MachineInstr &MI, in LowerPATCHPOINT()
899 void SystemZAsmPrinter::LowerPATCHABLE_FUNCTION_ENTER( in LowerPATCHABLE_FUNCTION_ENTER()
932 void SystemZAsmPrinter::LowerPATCHABLE_RET(const MachineInstr &MI, in LowerPATCHABLE_RET()
978 void SystemZAsmPrinter::emitAttributes(Module &M) { in emitAttributes()
[all …]
H A DSystemZAsmPrinter.h26 class LLVM_LIBRARY_VISIBILITY SystemZAsmPrinter : public AsmPrinter {
102 SystemZAsmPrinter(TargetMachine &TM, std::unique_ptr<MCStreamer> Streamer) in SystemZAsmPrinter() function
H A DSystemZMCInstLower.cpp33 SystemZAsmPrinter &asmprinter) in SystemZMCInstLower()