LLVM 20.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 67 of file AArch64PostSelectOptimize.cpp.
INITIALIZE_PASS_BEGIN | ( | AArch64PostSelectOptimize | , |
DEBUG_TYPE | , | ||
"Optimize AArch64 selected instructions" | , | ||
false | , | ||
false | |||
) |
DEBUG_TYPE |
Definition at line 319 of file AArch64PostSelectOptimize.cpp.
Optimize AArch64 selected false |
Definition at line 320 of file AArch64PostSelectOptimize.cpp.
Optimize AArch64 selected instructions |
Definition at line 320 of file AArch64PostSelectOptimize.cpp.