|
LLVM 24.0.0git
|
#include "AArch64.h"#include "AArch64InstrInfo.h"#include "AArch64Subtarget.h"#include "llvm/ADT/SmallVector.h"#include "llvm/CodeGen/MachineDominators.h"#include "llvm/CodeGen/MachineFunctionPass.h"#include "llvm/CodeGen/MachineInstr.h"#include "llvm/CodeGen/MachineRegisterInfo.h"#include "llvm/InitializePasses.h"#include "llvm/Pass.h"#include "llvm/Support/CommandLine.h"#include "llvm/Support/Debug.h"Go to the source code of this file.
Macros | |
| #define | DEBUG_TYPE "aarch64-ptrue-coalesce" |
Functions | |
| INITIALIZE_PASS_BEGIN (AArch64PTrueCoalescingLegacy, DEBUG_TYPE, "AArch64 PTRUE Coalescing", false, false) INITIALIZE_PASS_END(AArch64PTrueCoalescingLegacy | |
Variables | |
| static cl::opt< bool > | EnablePTrueCoalescing ("aarch64-enable-ptrue-coalescing", cl::init(false), cl::Hidden, cl::desc("Enable coalescing of compatible AArch64 SVE PTRUE instructions")) |
| DEBUG_TYPE | |
| AArch64 PTRUE | Coalescing |
| AArch64 PTRUE | false |
| #define DEBUG_TYPE "aarch64-ptrue-coalesce" |
Definition at line 38 of file AArch64PTrueCoalescing.cpp.
| INITIALIZE_PASS_BEGIN | ( | AArch64PTrueCoalescingLegacy | , |
| DEBUG_TYPE | , | ||
| "AArch64 PTRUE Coalescing" | , | ||
| false | , | ||
| false | ) |
References DEBUG_TYPE, and INITIALIZE_PASS_DEPENDENCY.
| AArch64 PTRUE Coalescing |
Definition at line 129 of file AArch64PTrueCoalescing.cpp.
| DEBUG_TYPE |
Definition at line 128 of file AArch64PTrueCoalescing.cpp.
|
static |
| AArch64 PTRUE false |
Definition at line 129 of file AArch64PTrueCoalescing.cpp.