LLVM API Documentation

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Macros | Functions
X86Subtarget.cpp File Reference
#include "X86Subtarget.h"
#include "X86InstrInfo.h"
#include "llvm/IR/Attributes.h"
#include "llvm/IR/Function.h"
#include "llvm/IR/GlobalValue.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.

Macros

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

Functions

static bool OSHasAVXSupport ()
 

Macro Definition Documentation

#define DEBUG_TYPE   "subtarget"

Definition at line 14 of file X86Subtarget.cpp.

#define GET_SUBTARGETINFO_CTOR

Definition at line 28 of file X86Subtarget.cpp.

#define GET_SUBTARGETINFO_TARGET_DESC

Definition at line 27 of file X86Subtarget.cpp.

Function Documentation

static bool OSHasAVXSupport ( )
static

Definition at line 173 of file X86Subtarget.cpp.

Referenced by llvm::X86Subtarget::AutoDetectSubtargetFeatures().