#include "llvm/Support/DataTypes.h"
#include <memory>
#include "MipsGenRegisterInfo.inc"
#include "MipsGenInstrInfo.inc"
#include "MipsGenSubtargetInfo.inc"
Go to the source code of this file.
|
namespace | llvm |
| This is an optimization pass for GlobalISel generic memory operations.
|
|
namespace | llvm::MIPS_MC |
|
|
MCCodeEmitter * | llvm::createMipsMCCodeEmitterEB (const MCInstrInfo &MCII, MCContext &Ctx) |
|
MCCodeEmitter * | llvm::createMipsMCCodeEmitterEL (const MCInstrInfo &MCII, MCContext &Ctx) |
|
MCAsmBackend * | llvm::createMipsAsmBackend (const Target &T, const MCSubtargetInfo &STI, const MCRegisterInfo &MRI, const MCTargetOptions &Options) |
|
MCStreamer * | llvm::createMipsWinCOFFStreamer (MCContext &C, std::unique_ptr< MCAsmBackend > &&AB, std::unique_ptr< MCObjectWriter > &&OW, std::unique_ptr< MCCodeEmitter > &&CE) |
| Construct an MIPS Windows COFF machine code streamer which will generate PE/COFF format object files.
|
|
std::unique_ptr< MCObjectTargetWriter > | llvm::createMipsELFObjectWriter (const Triple &TT, bool IsN32) |
| Construct a Mips ELF object writer.
|
|
std::unique_ptr< MCObjectTargetWriter > | llvm::createMipsWinCOFFObjectWriter () |
| Construct a Mips Win COFF object writer.
|
|
StringRef | llvm::MIPS_MC::selectMipsCPU (const Triple &TT, StringRef CPU) |
| Select the Mips CPU for the given triple and cpu name.
|
|
◆ GET_INSTRINFO_ENUM
#define GET_INSTRINFO_ENUM |
◆ GET_INSTRINFO_MC_HELPER_DECLS
#define GET_INSTRINFO_MC_HELPER_DECLS |
◆ GET_REGINFO_ENUM
◆ GET_SUBTARGETINFO_ENUM
#define GET_SUBTARGETINFO_ENUM |