LLVM  3.7.0
Namespaces | Macros | Functions
MipsMCTargetDesc.h File Reference
#include "llvm/Support/DataTypes.h"
#include "MipsGenRegisterInfo.inc"
#include "MipsGenInstrInfo.inc"
#include "MipsGenSubtargetInfo.inc"
Include dependency graph for MipsMCTargetDesc.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 llvm
 Compute iterated dominance frontiers using a linear time algorithm.
 
 llvm::MIPS_MC
 

Macros

#define GET_REGINFO_ENUM
 
#define GET_INSTRINFO_ENUM
 
#define GET_SUBTARGETINFO_ENUM
 

Functions

MCCodeEmitterllvm::createMipsMCCodeEmitterEB (const MCInstrInfo &MCII, const MCRegisterInfo &MRI, MCContext &Ctx)
 
MCCodeEmitterllvm::createMipsMCCodeEmitterEL (const MCInstrInfo &MCII, const MCRegisterInfo &MRI, MCContext &Ctx)
 
MCAsmBackendllvm::createMipsAsmBackendEB32 (const Target &T, const MCRegisterInfo &MRI, const Triple &TT, StringRef CPU)
 
MCAsmBackendllvm::createMipsAsmBackendEL32 (const Target &T, const MCRegisterInfo &MRI, const Triple &TT, StringRef CPU)
 
MCAsmBackendllvm::createMipsAsmBackendEB64 (const Target &T, const MCRegisterInfo &MRI, const Triple &TT, StringRef CPU)
 
MCAsmBackendllvm::createMipsAsmBackendEL64 (const Target &T, const MCRegisterInfo &MRI, const Triple &TT, StringRef CPU)
 
MCObjectWriterllvm::createMipsELFObjectWriter (raw_pwrite_stream &OS, uint8_t OSABI, bool IsLittleEndian, bool Is64Bit)
 
StringRef llvm::MIPS_MC::selectMipsCPU (const Triple &TT, StringRef CPU)
 Select the Mips CPU for the given triple and cpu name. More...
 

Macro Definition Documentation

#define GET_INSTRINFO_ENUM

Definition at line 73 of file MipsMCTargetDesc.h.

#define GET_REGINFO_ENUM

Definition at line 69 of file MipsMCTargetDesc.h.

#define GET_SUBTARGETINFO_ENUM

Definition at line 76 of file MipsMCTargetDesc.h.