LLVM 22.0.0git
MipsTargetMachine.cpp File Reference

Go to the source code of this file.

Macros

#define DEBUG_TYPE   "mips"

Functions

LLVM_ABI LLVM_EXTERNAL_VISIBILITY void LLVMInitializeMipsTarget ()
static std::unique_ptr< TargetLoweringObjectFilecreateTLOF (const Triple &TT)
static Reloc::Model getEffectiveRelocModel (bool JIT, std::optional< Reloc::Model > RM)

Variables

static cl::opt< boolEnableMulMulFix ("mfix4300", cl::init(false), cl::desc("Enable the VR4300 mulmul bug fix."), cl::Hidden)

Macro Definition Documentation

◆ DEBUG_TYPE

#define DEBUG_TYPE   "mips"

Definition at line 49 of file MipsTargetMachine.cpp.

Function Documentation

◆ createTLOF()

std::unique_ptr< TargetLoweringObjectFile > createTLOF ( const Triple & TT)
static

Definition at line 74 of file MipsTargetMachine.cpp.

◆ getEffectiveRelocModel()

Reloc::Model getEffectiveRelocModel ( bool JIT,
std::optional< Reloc::Model > RM )
static

Definition at line 80 of file MipsTargetMachine.cpp.

References llvm::Reloc::Static.

◆ LLVMInitializeMipsTarget()

Variable Documentation

◆ EnableMulMulFix

cl::opt< bool > EnableMulMulFix("mfix4300", cl::init(false), cl::desc("Enable the VR4300 mulmul bug fix."), cl::Hidden) ( "mfix4300" ,
cl::init(false) ,
cl::desc("Enable the VR4300 mulmul bug fix.") ,
cl::Hidden  )
static