LLVM 19.0.0git
Namespaces | Macros | Functions
MipsMCTargetDesc.h File Reference
#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

MCCodeEmitterllvm::createMipsMCCodeEmitterEB (const MCInstrInfo &MCII, MCContext &Ctx)
 
MCCodeEmitterllvm::createMipsMCCodeEmitterEL (const MCInstrInfo &MCII, MCContext &Ctx)
 
MCAsmBackendllvm::createMipsAsmBackend (const Target &T, const MCSubtargetInfo &STI, const MCRegisterInfo &MRI, const MCTargetOptions &Options)
 
std::unique_ptr< MCObjectTargetWriterllvm::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.
 

Macro Definition Documentation

◆ GET_INSTRINFO_ENUM

#define GET_INSTRINFO_ENUM

Definition at line 57 of file MipsMCTargetDesc.h.

◆ GET_INSTRINFO_MC_HELPER_DECLS

#define GET_INSTRINFO_MC_HELPER_DECLS

Definition at line 58 of file MipsMCTargetDesc.h.

◆ GET_REGINFO_ENUM

#define GET_REGINFO_ENUM

Definition at line 53 of file MipsMCTargetDesc.h.

◆ GET_SUBTARGETINFO_ENUM

#define GET_SUBTARGETINFO_ENUM

Definition at line 61 of file MipsMCTargetDesc.h.