Searched refs:SystemZMCInstLower (Results 1 – 4 of 4) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
| H A D | SystemZMCInstLower.cpp | 32 SystemZMCInstLower::SystemZMCInstLower(MCContext &ctx, in SystemZMCInstLower() function in SystemZMCInstLower 36 const MCExpr *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 D | SystemZAsmPrinter.h | 136 void LowerFENTRY_CALL(const MachineInstr &MI, SystemZMCInstLower &MCIL); 138 void LowerPATCHPOINT(const MachineInstr &MI, SystemZMCInstLower &Lower); 140 SystemZMCInstLower &Lower); 141 void LowerPATCHABLE_RET(const MachineInstr &MI, SystemZMCInstLower &Lower);
|
| H A D | SystemZMCInstLower.h | 24 class LLVM_LIBRARY_VISIBILITY SystemZMCInstLower { 29 SystemZMCInstLower(MCContext &ctx, SystemZAsmPrinter &asmPrinter);
|
| H A D | SystemZAsmPrinter.cpp | 220 SystemZMCInstLower Lower(MF->getContext(), *this); in emitInstruction() 780 SystemZMCInstLower &Lower) { in LowerFENTRY_CALL() 842 SystemZMCInstLower &Lower) { in LowerPATCHPOINT() 900 const MachineInstr &MI, SystemZMCInstLower &Lower) { in LowerPATCHABLE_FUNCTION_ENTER() 933 SystemZMCInstLower &Lower) { in LowerPATCHABLE_RET() 1078 SystemZMCInstLower Lower(MF->getContext(), *this); in PrintAsmOperand()
|