Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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.h76 void LowerFENTRY_CALL(const MachineInstr &MI, SystemZMCInstLower &MCIL);
78 void LowerPATCHPOINT(const MachineInstr &MI, SystemZMCInstLower &Lower);
H A DCMakeLists.txt32 SystemZMCInstLower.cpp
H A DSystemZAsmPrinter.cpp149 SystemZMCInstLower Lower(MF->getContext(), *this); in emitInstruction()
643 SystemZMCInstLower &Lower) { in LowerFENTRY_CALL()
705 SystemZMCInstLower &Lower) { in LowerPATCHPOINT()
802 SystemZMCInstLower Lower(MF->getContext(), *this); in PrintAsmOperand()
/llvm-project-15.0.7/llvm/utils/gn/secondary/llvm/lib/Target/SystemZ/
H A DBUILD.gn46 "SystemZMCInstLower.cpp",