LLVM API Documentation
#include "PPCTargetMachine.h"#include "PPC.h"#include "llvm/CodeGen/Passes.h"#include "llvm/MC/MCStreamer.h"#include "llvm/PassManager.h"#include "llvm/Support/CommandLine.h"#include "llvm/Support/FormattedStream.h"#include "llvm/Support/TargetRegistry.h"#include "llvm/Target/TargetOptions.h"
Go to the source code of this file.
Functions | |
| void | LLVMInitializePowerPCTarget () |
Variables | |
| static cl::opt< bool > | DisableCTRLoops ("disable-ppc-ctrloops", cl::Hidden, cl::desc("Disable CTR loops for PPC")) |
| static cl::opt< bool > | VSXFMAMutateEarly ("schedule-ppc-vsx-fma-mutation-early", cl::Hidden, cl::desc("Schedule VSX FMA instruction mutation early")) |
| void LLVMInitializePowerPCTarget | ( | ) |
Definition at line 33 of file PPCTargetMachine.cpp.
References llvm::ARM_PROC::A, llvm::CallingConv::C, llvm::ThePPC32Target, llvm::ThePPC64LETarget, and llvm::ThePPC64Target.
cl:: opt<bool> DisableCTRLoops("disable-ppc-ctrloops", cl::Hidden, cl::desc("Disable CTR loops for PPC")) [static] |
cl::opt<bool> VSXFMAMutateEarly("schedule-ppc-vsx-fma-mutation-early", cl::Hidden, cl::desc("Schedule VSX FMA instruction mutation early")) [static] |