LLVM
8.0.1
|
#include "AArch64Subtarget.h"
#include "AArch64.h"
#include "AArch64CallLowering.h"
#include "AArch64InstrInfo.h"
#include "AArch64LegalizerInfo.h"
#include "AArch64PBQPRegAlloc.h"
#include "AArch64RegisterBankInfo.h"
#include "AArch64TargetMachine.h"
#include "MCTargetDesc/AArch64AddressingModes.h"
#include "llvm/CodeGen/GlobalISel/InstructionSelect.h"
#include "llvm/CodeGen/MachineScheduler.h"
#include "llvm/IR/GlobalValue.h"
#include "llvm/Support/TargetParser.h"
#include "AArch64GenSubtargetInfo.inc"
Go to the source code of this file.
Macros | |
#define | DEBUG_TYPE "aarch64-subtarget" |
#define | GET_SUBTARGETINFO_CTOR |
#define | GET_SUBTARGETINFO_TARGET_DESC |
Variables | |
static cl::opt< bool > | EnableEarlyIfConvert ("aarch64-early-ifcvt", cl::desc("Enable the early if " "converter pass"), cl::init(true), cl::Hidden) |
static cl::opt< bool > | UseAddressTopByteIgnored ("aarch64-use-tbi", cl::desc("Assume that top byte of " "an address is ignored"), cl::init(false), cl::Hidden) |
static cl::opt< bool > | UseNonLazyBind ("aarch64-enable-nonlazybind", cl::desc("Call nonlazybind functions via direct GOT load"), cl::init(false), cl::Hidden) |
#define DEBUG_TYPE "aarch64-subtarget" |
Definition at line 31 of file AArch64Subtarget.cpp.
#define GET_SUBTARGETINFO_CTOR |
Definition at line 33 of file AArch64Subtarget.cpp.
#define GET_SUBTARGETINFO_TARGET_DESC |
Definition at line 34 of file AArch64Subtarget.cpp.
|
static |
Referenced by llvm::AArch64Subtarget::enableEarlyIfConversion().
|
static |
Referenced by llvm::AArch64Subtarget::supportsAddressTopByteIgnored().
|
static |
Referenced by llvm::AArch64Subtarget::classifyGlobalFunctionReference().