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

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

#include "Target/Mips/MipsMCInstLower.h"

Public Member Functions

 MipsMCInstLower (MipsAsmPrinter &asmprinter)
 
void Initialize (MCContext *C)
 
void Lower (const MachineInstr *MI, MCInst &OutMI) const
 
MCOperand LowerOperand (const MachineOperand &MO, int64_t offset=0) const
 

Detailed Description

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

Definition at line 27 of file MipsMCInstLower.h.

Constructor & Destructor Documentation

◆ MipsMCInstLower()

MipsMCInstLower::MipsMCInstLower ( MipsAsmPrinter asmprinter)

Definition at line 27 of file MipsMCInstLower.cpp.

Member Function Documentation

◆ Initialize()

void MipsMCInstLower::Initialize ( MCContext C)

Definition at line 30 of file MipsMCInstLower.cpp.

References llvm::CallingConv::C.

Referenced by llvm::MipsAsmPrinter::emitFunctionBodyStart().

◆ Lower()

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

◆ LowerOperand()

MCOperand MipsMCInstLower::LowerOperand ( const MachineOperand MO,
int64_t  offset = 0 
) const

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