#include "llvm/Support/DataTypes.h"
#include "MipsGenRegisterInfo.inc"
#include "MipsGenInstrInfo.inc"
#include "MipsGenSubtargetInfo.inc"
Go to the source code of this file.
Namespaces |
namespace | llvm |
| List of target independent CodeGen pass IDs.
|
Defines |
#define | GET_REGINFO_ENUM |
#define | GET_INSTRINFO_ENUM |
#define | GET_SUBTARGETINFO_ENUM |
Functions |
MCCodeEmitter * | llvm::createMipsMCCodeEmitterEB (const MCInstrInfo &MCII, const MCRegisterInfo &MRI, const MCSubtargetInfo &STI, MCContext &Ctx) |
MCCodeEmitter * | llvm::createMipsMCCodeEmitterEL (const MCInstrInfo &MCII, const MCRegisterInfo &MRI, const MCSubtargetInfo &STI, MCContext &Ctx) |
MCAsmBackend * | llvm::createMipsAsmBackendEB32 (const Target &T, const MCRegisterInfo &MRI, StringRef TT, StringRef CPU) |
MCAsmBackend * | llvm::createMipsAsmBackendEL32 (const Target &T, const MCRegisterInfo &MRI, StringRef TT, StringRef CPU) |
MCAsmBackend * | llvm::createMipsAsmBackendEB64 (const Target &T, const MCRegisterInfo &MRI, StringRef TT, StringRef CPU) |
MCAsmBackend * | llvm::createMipsAsmBackendEL64 (const Target &T, const MCRegisterInfo &MRI, StringRef TT, StringRef CPU) |
MCObjectWriter * | llvm::createMipsELFObjectWriter (raw_ostream &OS, uint8_t OSABI, bool IsLittleEndian, bool Is64Bit) |
Define Documentation