LLVM 20.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)
 
MCStreamerllvm::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< MCObjectTargetWriterllvm::createMipsELFObjectWriter (const Triple &TT, bool IsN32)
 Construct a Mips ELF object writer.
 
std::unique_ptr< MCObjectTargetWriterllvm::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.
 

Macro Definition Documentation

◆ GET_INSTRINFO_ENUM

#define GET_INSTRINFO_ENUM

Definition at line 71 of file MipsMCTargetDesc.h.

◆ GET_INSTRINFO_MC_HELPER_DECLS

#define GET_INSTRINFO_MC_HELPER_DECLS

Definition at line 72 of file MipsMCTargetDesc.h.

◆ GET_REGINFO_ENUM

#define GET_REGINFO_ENUM

Definition at line 67 of file MipsMCTargetDesc.h.

◆ GET_SUBTARGETINFO_ENUM

#define GET_SUBTARGETINFO_ENUM

Definition at line 75 of file MipsMCTargetDesc.h.