|
LLVM 22.0.0git
|
#include "AArch64.h"#include "AArch64TargetMachine.h"#include "MCTargetDesc/AArch64MCTargetDesc.h"#include "llvm/ADT/STLExtras.h"#include "llvm/CodeGen/GlobalISel/Utils.h"#include "llvm/CodeGen/MachineBasicBlock.h"#include "llvm/CodeGen/MachineFunctionPass.h"#include "llvm/CodeGen/MachineInstr.h"#include "llvm/CodeGen/MachineOperand.h"#include "llvm/CodeGen/TargetPassConfig.h"#include "llvm/Support/Debug.h"#include "llvm/Support/ErrorHandling.h"Go to the source code of this file.
Namespaces | |
| namespace | llvm |
| This is an optimization pass for GlobalISel generic memory operations. | |
Macros | |
| #define | DEBUG_TYPE "aarch64-post-select-optimize" |
Functions | |
| unsigned | getNonFlagSettingVariant (unsigned Opc) |
| INITIALIZE_PASS_BEGIN (AArch64PostSelectOptimize, DEBUG_TYPE, "Optimize AArch64 selected instructions", false, false) INITIALIZE_PASS_END(AArch64PostSelectOptimize | |
| FunctionPass * | llvm::createAArch64PostSelectOptimize () |
Variables | |
| DEBUG_TYPE | |
| Optimize AArch64 selected | instructions |
| Optimize AArch64 selected | false |
| #define DEBUG_TYPE "aarch64-post-select-optimize" |
Definition at line 27 of file AArch64PostSelectOptimize.cpp.
Definition at line 62 of file AArch64PostSelectOptimize.cpp.
References Opc.
| INITIALIZE_PASS_BEGIN | ( | AArch64PostSelectOptimize | , |
| DEBUG_TYPE | , | ||
| "Optimize AArch64 selected instructions" | , | ||
| false | , | ||
| false | ) |
References DEBUG_TYPE.
| DEBUG_TYPE |
Definition at line 311 of file AArch64PostSelectOptimize.cpp.
| Optimize AArch64 selected false |
Definition at line 312 of file AArch64PostSelectOptimize.cpp.
| Optimize AArch64 selected instructions |
Definition at line 312 of file AArch64PostSelectOptimize.cpp.