#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]
#define GET_SUBTARGETINFO_MACRO |
( |
| ATTRIBUTE, |
|
|
| DEFAULT, |
|
|
| GETTER ) |
Value:
@ DEFAULT
Default weight is used in cases when there is no dedicated execution weight set.
Definition at line 65 of file X86Subtarget.h.
◆ GET_SUBTARGETINFO_MACRO [2/2]
#define GET_SUBTARGETINFO_MACRO |
( |
| ATTRIBUTE, |
|
|
| DEFAULT, |
|
|
| GETTER ) |
Value: bool GETTER() const { return ATTRIBUTE; }
Definition at line 65 of file X86Subtarget.h.