Home
last modified time | relevance | path

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

/freebsd-13.1/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.h24 class LLVM_LIBRARY_VISIBILITY SystemZMCInstLower {
29 SystemZMCInstLower(MCContext &ctx, SystemZAsmPrinter &asmPrinter);
H A DSystemZAsmPrinter.h77 void LowerFENTRY_CALL(const MachineInstr &MI, SystemZMCInstLower &MCIL);
79 void LowerPATCHPOINT(const MachineInstr &MI, SystemZMCInstLower &Lower);
H A DSystemZAsmPrinter.cpp128 SystemZMCInstLower Lower(MF->getContext(), *this); in emitInstruction()
605 SystemZMCInstLower &Lower) { in LowerFENTRY_CALL()
668 SystemZMCInstLower &Lower) { in LowerPATCHPOINT()
778 SystemZMCInstLower Lower(MF->getContext(), *this); in PrintAsmOperand()