LLVM
8.0.1
|
#include "X86FrameLowering.h"
#include "X86ISelLowering.h"
#include "X86InstrInfo.h"
#include "X86SelectionDAGInfo.h"
#include "llvm/ADT/StringRef.h"
#include "llvm/ADT/Triple.h"
#include "llvm/CodeGen/GlobalISel/CallLowering.h"
#include "llvm/CodeGen/GlobalISel/InstructionSelector.h"
#include "llvm/CodeGen/GlobalISel/LegalizerInfo.h"
#include "llvm/CodeGen/GlobalISel/RegisterBankInfo.h"
#include "llvm/CodeGen/TargetSubtargetInfo.h"
#include "llvm/IR/CallingConv.h"
#include "llvm/Target/TargetMachine.h"
#include <climits>
#include <memory>
#include "X86GenSubtargetInfo.inc"
Go to the source code of this file.
Classes | |
class | llvm::X86Subtarget |
Namespaces | |
llvm | |
This class represents lattice values for constants. | |
llvm::PICStyles | |
The X86 backend supports a number of different styles of PIC. | |
Macros | |
#define | GET_SUBTARGETINFO_HEADER |
Enumerations | |
enum | llvm::PICStyles::Style { llvm::PICStyles::StubPIC, llvm::PICStyles::GOT, llvm::PICStyles::RIPRel, llvm::PICStyles::None } |
#define GET_SUBTARGETINFO_HEADER |
Definition at line 33 of file X86Subtarget.h.