|
LLVM
8.0.1
|
#include "llvm/Support/DataTypes.h"#include <memory>#include "MipsGenRegisterInfo.inc"#include "MipsGenInstrInfo.inc"#include "MipsGenSubtargetInfo.inc"

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 | |
| Target & | llvm::getTheMipsTarget () |
| Target & | llvm::getTheMipselTarget () |
| Target & | llvm::getTheMips64Target () |
| Target & | llvm::getTheMips64elTarget () |
| MCCodeEmitter * | llvm::createMipsMCCodeEmitterEB (const MCInstrInfo &MCII, const MCRegisterInfo &MRI, MCContext &Ctx) |
| MCCodeEmitter * | llvm::createMipsMCCodeEmitterEL (const MCInstrInfo &MCII, const MCRegisterInfo &MRI, MCContext &Ctx) |
| MCAsmBackend * | llvm::createMipsAsmBackend (const Target &T, const MCSubtargetInfo &STI, const MCRegisterInfo &MRI, const MCTargetOptions &Options) |
| std::unique_ptr< MCObjectTargetWriter > | llvm::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... | |
| #define GET_INSTRINFO_ENUM |
Definition at line 67 of file MipsMCTargetDesc.h.
| #define GET_REGINFO_ENUM |
Definition at line 63 of file MipsMCTargetDesc.h.
| #define GET_SUBTARGETINFO_ENUM |
Definition at line 70 of file MipsMCTargetDesc.h.
1.8.13