LLVM API Documentation
#include "X86TargetMachine.h"
#include "X86.h"
#include "llvm/CodeGen/MachineFunction.h"
#include "llvm/CodeGen/Passes.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 | LLVMInitializeX86Target () |
Variables | |
static cl::opt< bool > | UseVZeroUpper ("x86-use-vzeroupper", cl::Hidden, cl::desc("Minimize AVX to SSE transition penalty"), cl::init(true)) |
static cl::opt< bool > | X86EarlyIfConv ("x86-early-ifcvt", cl::Hidden, cl::desc("Enable early if-conversion on X86")) |
void LLVMInitializeX86Target | ( | ) |
Definition at line 25 of file X86TargetMachine.cpp.
References llvm::TheX86_32Target, llvm::TheX86_64Target, llvm::X, and Y.
|
static |