LLVM API Documentation
#include <MipsModuleISelDAGToDAG.h>
Public Member Functions | |
MipsModuleDAGToDAGISel (MipsTargetMachine &TM_) | |
virtual const char * | getPassName () const |
virtual bool | runOnMachineFunction (MachineFunction &MF) |
virtual SDNode * | Select (SDNode *N) |
![]() | |
FunctionPass (char &pid) | |
Pass * | createPrinterPass (raw_ostream &O, const std::string &Banner) const |
createPrinterPass - Get a function printer pass. More... | |
virtual void | assignPassManager (PMStack &PMS, PassManagerType T) |
virtual PassManagerType | getPotentialPassManagerType () const |
Return what kind of Pass Manager can manage this pass. More... | |
![]() | |
Pass (PassKind K, char &pid) | |
virtual | ~Pass () |
PassKind | getPassKind () const |
AnalysisID | getPassID () const |
getPassID - Return the PassID number that corresponds to this pass. More... | |
virtual bool | doInitialization (Module &) |
virtual bool | doFinalization (Module &) |
virtual void | print (raw_ostream &O, const Module *M) const |
void | dump () const |
virtual void | preparePassManager (PMStack &) |
Check if available pass managers are suitable for this pass or not. More... | |
void | setResolver (AnalysisResolver *AR) |
AnalysisResolver * | getResolver () const |
virtual void | releaseMemory () |
virtual void * | getAdjustedAnalysisPointer (AnalysisID ID) |
virtual ImmutablePass * | getAsImmutablePass () |
virtual PMDataManager * | getAsPMDataManager () |
virtual void | verifyAnalysis () const |
virtual void | dumpPassStructure (unsigned Offset=0) |
template<typename AnalysisType > | |
AnalysisType * | getAnalysisIfAvailable () const |
bool | mustPreserveAnalysisID (char &AID) const |
template<typename AnalysisType > | |
AnalysisType & | getAnalysis () const |
template<typename AnalysisType > | |
AnalysisType & | getAnalysis (Function &F) |
template<typename AnalysisType > | |
AnalysisType & | getAnalysisID (AnalysisID PI) const |
template<typename AnalysisType > | |
AnalysisType & | getAnalysisID (AnalysisID PI, Function &F) |
Static Public Attributes | |
static char | ID = 0 |
Protected Attributes | |
const TargetMachine & | TM |
const MipsSubtarget & | Subtarget |
Additional Inherited Members | |
![]() | |
static const PassInfo * | lookupPassInfo (const void *TI) |
static const PassInfo * | lookupPassInfo (StringRef Arg) |
static Pass * | createPass (AnalysisID ID) |
![]() | |
MachineFunctionPass (char &ID) | |
virtual void | getAnalysisUsage (AnalysisUsage &AU) const |
Definition at line 34 of file MipsModuleISelDAGToDAG.h.
|
inlineexplicit |
Definition at line 39 of file MipsModuleISelDAGToDAG.h.
|
inlinevirtual |
getPassName - Return a nice clean name for a pass. This usually implemented in terms of the name that is registered by one of the Registration templates, but can be overloaded directly.
Reimplemented from llvm::Pass.
Definition at line 44 of file MipsModuleISelDAGToDAG.h.
|
virtual |
runOnMachineFunction - This method must be overloaded to perform the desired machine code transformation or analysis.
Implements llvm::MachineFunctionPass.
Definition at line 19 of file MipsModuleISelDAGToDAG.cpp.
References DEBUG, llvm::errs(), and Subtarget.
Definition at line 50 of file MipsModuleISelDAGToDAG.h.
References llvm_unreachable.
|
static |
Definition at line 37 of file MipsModuleISelDAGToDAG.h.
|
protected |
Definition at line 58 of file MipsModuleISelDAGToDAG.h.
Referenced by runOnMachineFunction().
|
protected |
Keep a pointer to the MipsSubtarget around so that we can make the right decision when generating code for different targets.
Definition at line 57 of file MipsModuleISelDAGToDAG.h.