LLVM  8.0.1
Namespaces | Macros | Functions
MipsMCTargetDesc.h File Reference
#include "llvm/Support/DataTypes.h"
#include <memory>
#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
 This class represents lattice values for constants.
 
 llvm::MIPS_MC
 

Macros

#define GET_REGINFO_ENUM
 
#define GET_INSTRINFO_ENUM
 
#define GET_SUBTARGETINFO_ENUM
 

Functions

Targetllvm::getTheMipsTarget ()
 
Targetllvm::getTheMipselTarget ()
 
Targetllvm::getTheMips64Target ()
 
Targetllvm::getTheMips64elTarget ()
 
MCCodeEmitterllvm::createMipsMCCodeEmitterEB (const MCInstrInfo &MCII, const MCRegisterInfo &MRI, MCContext &Ctx)
 
MCCodeEmitterllvm::createMipsMCCodeEmitterEL (const MCInstrInfo &MCII, const MCRegisterInfo &MRI, MCContext &Ctx)
 
MCAsmBackendllvm::createMipsAsmBackend (const Target &T, const MCSubtargetInfo &STI, const MCRegisterInfo &MRI, const MCTargetOptions &Options)
 
std::unique_ptr< MCObjectTargetWriterllvm::createMipsELFObjectWriter (const Triple &TT, bool IsN32)
 
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

◆ GET_INSTRINFO_ENUM

#define GET_INSTRINFO_ENUM

Definition at line 67 of file MipsMCTargetDesc.h.

◆ GET_REGINFO_ENUM

#define GET_REGINFO_ENUM

Definition at line 63 of file MipsMCTargetDesc.h.

◆ GET_SUBTARGETINFO_ENUM

#define GET_SUBTARGETINFO_ENUM

Definition at line 70 of file MipsMCTargetDesc.h.