LLVM 20.0.0git
|
#include "X86FrameLowering.h"
#include "X86ISelLowering.h"
#include "X86InstrInfo.h"
#include "X86SelectionDAGInfo.h"
#include "llvm/CodeGen/GlobalISel/LegalizerInfo.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.
Classes | |
class | llvm::X86Subtarget |
Namespaces | |
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. | |
Macros | |
#define | GET_SUBTARGETINFO_HEADER |
#define | GET_SUBTARGETINFO_MACRO(ATTRIBUTE, DEFAULT, GETTER) bool ATTRIBUTE = DEFAULT; |
#define | GET_SUBTARGETINFO_MACRO(ATTRIBUTE, DEFAULT, GETTER) bool GETTER() const { return ATTRIBUTE; } |
Enumerations | |
enum class | llvm::PICStyles::Style { llvm::PICStyles::StubPIC , llvm::PICStyles::GOT , llvm::PICStyles::RIPRel , llvm::PICStyles::None } |
#define GET_SUBTARGETINFO_HEADER |
Definition at line 27 of file X86Subtarget.h.
Definition at line 168 of file X86Subtarget.h.
#define GET_SUBTARGETINFO_MACRO | ( | ATTRIBUTE, | |
DEFAULT, | |||
GETTER | |||
) | bool GETTER() const { return ATTRIBUTE; } |
Definition at line 168 of file X86Subtarget.h.