Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZMCInstLower.cpp31 SystemZMCInstLower::SystemZMCInstLower(MCContext &ctx, in SystemZMCInstLower() function in SystemZMCInstLower
36 SystemZMCInstLower::getExpr(const MachineOperand &MO, in getExpr()
79 MCOperand SystemZMCInstLower::lowerOperand(const MachineOperand &MO) const { in lowerOperand()
94 void SystemZMCInstLower::lower(const MachineInstr *MI, MCInst &OutMI) const { in lower()
H A DSystemZMCInstLower.h23 class LLVM_LIBRARY_VISIBILITY SystemZMCInstLower {
28 SystemZMCInstLower(MCContext &ctx, SystemZAsmPrinter &asmPrinter);
H A DSystemZAsmPrinter.h124 void LowerFENTRY_CALL(const MachineInstr &MI, SystemZMCInstLower &MCIL);
126 void LowerPATCHPOINT(const MachineInstr &MI, SystemZMCInstLower &Lower);
H A DSystemZAsmPrinter.cpp199 SystemZMCInstLower Lower(MF->getContext(), *this); in emitInstruction()
725 SystemZMCInstLower &Lower) { in LowerFENTRY_CALL()
787 SystemZMCInstLower &Lower) { in LowerPATCHPOINT()
938 SystemZMCInstLower Lower(MF->getContext(), *this); in PrintAsmOperand()