LLVM: lib/Target/SystemZ/SystemZTargetMachine.cpp File Reference (original) (raw)

Go to the source code of this file.

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

createTLOF()

getEffectiveRelocModel()

getEffectiveSystemZCodeModel()

LLVMInitializeSystemZTarget()

Definition at line 41 of file SystemZTargetMachine.cpp.

References llvm::PassRegistry::getPassRegistry(), llvm::getTheSystemZTarget(), llvm::initializeSystemZAsmPrinterPass(), llvm::initializeSystemZCopyPhysRegsPass(), llvm::initializeSystemZDAGToDAGISelLegacyPass(), llvm::initializeSystemZElimComparePass(), llvm::initializeSystemZLDCleanupPass(), llvm::initializeSystemZLongBranchPass(), llvm::initializeSystemZPostRewritePass(), llvm::initializeSystemZShortenInstPass(), llvm::initializeSystemZTDCPassPass(), and X.

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