LLVM API Documentation
#include "AArch64InstrInfo.h"#include "AArch64Subtarget.h"#include "llvm/ADT/SmallVector.h"#include "llvm/CodeGen/MachineScheduler.h"#include "llvm/IR/GlobalValue.h"#include "llvm/Support/TargetRegistry.h"#include "AArch64GenSubtargetInfo.inc"
Go to the source code of this file.
Defines | |
| #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) |
| #define DEBUG_TYPE "aarch64-subtarget" |
Definition at line 23 of file AArch64Subtarget.cpp.
| #define GET_SUBTARGETINFO_CTOR |
Definition at line 25 of file AArch64Subtarget.cpp.
| #define GET_SUBTARGETINFO_TARGET_DESC |
Definition at line 26 of file AArch64Subtarget.cpp.
cl::opt<bool> EnableEarlyIfConvert("aarch64-early-ifcvt", cl::desc("Enable the early if ""converter pass"), cl::init(true), cl::Hidden) [static] |
Referenced by llvm::AArch64Subtarget::enableEarlyIfConversion().