#include "llvm/Support/DataTypes.h"
#include "MipsGenRegisterInfo.inc"
#include "MipsGenInstrInfo.inc"
#include "MipsGenSubtargetInfo.inc"
Go to the source code of this file.
|
| | llvm |
| | Compute iterated dominance frontiers using a linear time algorithm.
|
| |
| | llvm::MIPS_MC |
| |
|
| MCCodeEmitter * | llvm::createMipsMCCodeEmitterEB (const MCInstrInfo &MCII, const MCRegisterInfo &MRI, MCContext &Ctx) |
| |
| MCCodeEmitter * | llvm::createMipsMCCodeEmitterEL (const MCInstrInfo &MCII, const MCRegisterInfo &MRI, MCContext &Ctx) |
| |
| MCAsmBackend * | llvm::createMipsAsmBackendEB32 (const Target &T, const MCRegisterInfo &MRI, const Triple &TT, StringRef CPU) |
| |
| MCAsmBackend * | llvm::createMipsAsmBackendEL32 (const Target &T, const MCRegisterInfo &MRI, const Triple &TT, StringRef CPU) |
| |
| MCAsmBackend * | llvm::createMipsAsmBackendEB64 (const Target &T, const MCRegisterInfo &MRI, const Triple &TT, StringRef CPU) |
| |
| MCAsmBackend * | llvm::createMipsAsmBackendEL64 (const Target &T, const MCRegisterInfo &MRI, const Triple &TT, StringRef CPU) |
| |
| MCObjectWriter * | llvm::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...
|
| |
| #define GET_INSTRINFO_ENUM |
| #define GET_SUBTARGETINFO_ENUM |