LLVM 19.0.0git
Classes | Namespaces | Macros
AArch64Subtarget.h File Reference
#include "AArch64FrameLowering.h"
#include "AArch64ISelLowering.h"
#include "AArch64InstrInfo.h"
#include "AArch64PointerAuth.h"
#include "AArch64RegisterInfo.h"
#include "AArch64SelectionDAGInfo.h"
#include "llvm/CodeGen/GlobalISel/CallLowering.h"
#include "llvm/CodeGen/GlobalISel/InlineAsmLowering.h"
#include "llvm/CodeGen/GlobalISel/InstructionSelector.h"
#include "llvm/CodeGen/GlobalISel/LegalizerInfo.h"
#include "llvm/CodeGen/RegisterBankInfo.h"
#include "llvm/CodeGen/TargetSubtargetInfo.h"
#include "llvm/IR/DataLayout.h"
#include "AArch64GenSubtargetInfo.inc"

Go to the source code of this file.

Classes

class  llvm::AArch64Subtarget
 

Namespaces

namespace  llvm
 This is an optimization pass for GlobalISel generic memory operations.
 

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; }
 

Macro Definition Documentation

◆ GET_SUBTARGETINFO_HEADER

#define GET_SUBTARGETINFO_HEADER

Definition at line 30 of file AArch64Subtarget.h.

◆ GET_SUBTARGETINFO_MACRO [1/2]

#define GET_SUBTARGETINFO_MACRO (   ATTRIBUTE,
  DEFAULT,
  GETTER 
)     bool ATTRIBUTE = DEFAULT;

Definition at line 180 of file AArch64Subtarget.h.

◆ GET_SUBTARGETINFO_MACRO [2/2]

#define GET_SUBTARGETINFO_MACRO (   ATTRIBUTE,
  DEFAULT,
  GETTER 
)     bool GETTER() const { return ATTRIBUTE; }

Definition at line 180 of file AArch64Subtarget.h.