LLVM API Documentation

Defines | Functions | Variables
X86Subtarget.cpp File Reference
#include "X86Subtarget.h"
#include "X86InstrInfo.h"
#include "X86TargetMachine.h"
#include "llvm/IR/Attributes.h"
#include "llvm/IR/Function.h"
#include "llvm/IR/GlobalValue.h"
#include "llvm/Support/CommandLine.h"
#include "llvm/Support/Debug.h"
#include "llvm/Support/ErrorHandling.h"
#include "llvm/Support/Host.h"
#include "llvm/Support/raw_ostream.h"
#include "llvm/Target/TargetMachine.h"
#include "llvm/Target/TargetOptions.h"
#include "X86GenSubtargetInfo.inc"
Include dependency graph for X86Subtarget.cpp:

Go to the source code of this file.

Defines

#define DEBUG_TYPE   "subtarget"
#define GET_SUBTARGETINFO_TARGET_DESC
#define GET_SUBTARGETINFO_CTOR

Functions

static std::string computeDataLayout (const Triple &TT)

Variables

static cl::opt< boolX86EarlyIfConv ("x86-early-ifcvt", cl::Hidden, cl::desc("Enable early if-conversion on X86"))

Define Documentation

#define DEBUG_TYPE   "subtarget"

Definition at line 34 of file X86Subtarget.cpp.

Definition at line 37 of file X86Subtarget.cpp.

Definition at line 36 of file X86Subtarget.cpp.


Function Documentation

static std::string computeDataLayout ( const Triple TT) [static]

Variable Documentation

cl::opt<bool> X86EarlyIfConv("x86-early-ifcvt", cl::Hidden, cl::desc("Enable early if-conversion on X86")) [static]