LLVM 20.0.0git
|
#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 | |
namespace | llvm |
This is an optimization pass for GlobalISel generic memory operations. | |
namespace | llvm::MIPS_MC |
Macros | |
#define | GET_REGINFO_ENUM |
#define | GET_INSTRINFO_ENUM |
#define | GET_INSTRINFO_MC_HELPER_DECLS |
#define | GET_SUBTARGETINFO_ENUM |
Functions | |
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) |
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. | |
#define GET_INSTRINFO_ENUM |
Definition at line 57 of file MipsMCTargetDesc.h.
#define GET_INSTRINFO_MC_HELPER_DECLS |
Definition at line 58 of file MipsMCTargetDesc.h.
#define GET_REGINFO_ENUM |
Definition at line 53 of file MipsMCTargetDesc.h.
#define GET_SUBTARGETINFO_ENUM |
Definition at line 61 of file MipsMCTargetDesc.h.