LLVM 23.0.0git
SystemZTargetMachine.cpp File Reference

Go to the source code of this file.

Functions

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

Variables

static cl::opt< boolEnableMachineCombinerPass ("systemz-machine-combiner", cl::desc("Enable the machine combiner pass"), cl::init(true), cl::Hidden)
static cl::opt< boolGenericSched ("generic-sched", cl::Hidden, cl::init(false), cl::desc("Run the generic pre-ra scheduler instead of the SystemZ " "scheduler."))

Function Documentation

◆ createTLOF()

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

Definition at line 62 of file SystemZTargetMachine.cpp.

◆ getEffectiveRelocModel()

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

Definition at line 71 of file SystemZTargetMachine.cpp.

References llvm::Reloc::DynamicNoPIC, and llvm::Reloc::Static.

◆ getEffectiveSystemZCodeModel()

◆ LLVMInitializeSystemZTarget()

Variable Documentation

◆ EnableMachineCombinerPass

cl::opt< bool > EnableMachineCombinerPass("systemz-machine-combiner", cl::desc("Enable the machine combiner pass"), cl::init(true), cl::Hidden) ( "systemz-machine-combiner" ,
cl::desc("Enable the machine combiner pass") ,
cl::init(true) ,
cl::Hidden  )
static

◆ GenericSched

cl::opt< bool > GenericSched("generic-sched", cl::Hidden, cl::init(false), cl::desc("Run the generic pre-ra scheduler instead of the SystemZ " "scheduler.")) ( "generic-sched" ,
cl::Hidden ,
cl::init(false) ,
cl::desc("Run the generic pre-ra scheduler instead of the SystemZ " "scheduler.")  )
static