LLVM 19.0.0git
Public Member Functions | List of all members
llvm::ARCMCInstLower Class Reference

This class is used to lower an MachineInstr into an MCInst. More...

#include "Target/ARC/ARCMCInstLower.h"

Public Member Functions

 ARCMCInstLower (MCContext *C, AsmPrinter &asmprinter)
 
void Lower (const MachineInstr *MI, MCInst &OutMI) const
 
MCOperand LowerOperand (const MachineOperand &MO, unsigned offset=0) const
 

Detailed Description

This class is used to lower an MachineInstr into an MCInst.

Definition at line 26 of file ARCMCInstLower.h.

Constructor & Destructor Documentation

◆ ARCMCInstLower()

ARCMCInstLower::ARCMCInstLower ( MCContext C,
AsmPrinter asmprinter 
)

Definition at line 26 of file ARCMCInstLower.cpp.

Member Function Documentation

◆ Lower()

void ARCMCInstLower::Lower ( const MachineInstr MI,
MCInst OutMI 
) const

◆ LowerOperand()

MCOperand ARCMCInstLower::LowerOperand ( const MachineOperand MO,
unsigned  offset = 0 
) const

The documentation for this class was generated from the following files: