LLVM API Documentation

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | List of all members
llvm::MipsMCInstLower Class Reference

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

#include <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, unsigned offset=0) const
 

Detailed Description

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

Definition at line 26 of file MipsMCInstLower.h.

Constructor & Destructor Documentation

MipsMCInstLower::MipsMCInstLower ( MipsAsmPrinter asmprinter)

Definition at line 28 of file MipsMCInstLower.cpp.

Member Function Documentation

void MipsMCInstLower::Initialize ( MCContext C)

Definition at line 31 of file MipsMCInstLower.cpp.

References llvm::CallingConv::C.

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

void MipsMCInstLower::Lower ( const MachineInstr MI,
MCInst OutMI 
) const
MCOperand MipsMCInstLower::LowerOperand ( const MachineOperand MO,
unsigned  offset = 0 
) const

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