LLVM API Documentation

Public Member Functions
llvm::MipsMCInstLower Class Reference

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

#include <MipsMCInstLower.h>

List of all members.

Public Member Functions

 MipsMCInstLower (MipsAsmPrinter &asmprinter)
void Initialize (Mangler *mang, 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 27 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 ( Mangler mang,
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: