LLVM API Documentation
#include "X86TargetMachine.h"
#include "X86.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)) |
void LLVMInitializeX86Target | ( | ) |
Definition at line 24 of file X86TargetMachine.cpp.
References llvm::TheX86_32Target, llvm::TheX86_64Target, llvm::X, and Y.
cl::opt<bool> UseVZeroUpper("x86-use-vzeroupper", cl::Hidden, cl::desc("Minimize AVX to SSE transition penalty"), cl::init(true)) [static] |