#include "X86FrameLowering.h"
#include "X86ISelLowering.h"
#include "X86InstrInfo.h"
#include "X86SelectionDAGInfo.h"
#include "llvm/CodeGen/TargetSubtargetInfo.h"
#include "llvm/IR/CallingConv.h"
#include "llvm/TargetParser/Triple.h"
#include <climits>
#include <memory>
#include "X86GenSubtargetInfo.inc"
Go to the source code of this file.
|
namespace | llvm |
| This is an optimization pass for GlobalISel generic memory operations.
|
|
namespace | llvm::PICStyles |
| The X86 backend supports a number of different styles of PIC.
|
|
◆ GET_SUBTARGETINFO_HEADER
#define GET_SUBTARGETINFO_HEADER |
◆ GET_SUBTARGETINFO_MACRO [1/2]
◆ GET_SUBTARGETINFO_MACRO [2/2]
#define GET_SUBTARGETINFO_MACRO |
( |
|
ATTRIBUTE, |
|
|
|
DEFAULT, |
|
|
|
GETTER |
|
) |
| bool GETTER() const { return ATTRIBUTE; } |