|
LLVM 22.0.0git
|
#include "AArch64GlobalISelUtils.h"#include "AArch64TargetMachine.h"#include "llvm/CodeGen/GlobalISel/CSEInfo.h"#include "llvm/CodeGen/GlobalISel/Combiner.h"#include "llvm/CodeGen/GlobalISel/CombinerHelper.h"#include "llvm/CodeGen/GlobalISel/CombinerInfo.h"#include "llvm/CodeGen/GlobalISel/GIMatchTableExecutorImpl.h"#include "llvm/CodeGen/GlobalISel/GISelValueTracking.h"#include "llvm/CodeGen/GlobalISel/MIPatternMatch.h"#include "llvm/CodeGen/GlobalISel/MachineIRBuilder.h"#include "llvm/CodeGen/GlobalISel/Utils.h"#include "llvm/CodeGen/MachineDominators.h"#include "llvm/CodeGen/MachineFunction.h"#include "llvm/CodeGen/MachineFunctionPass.h"#include "llvm/CodeGen/MachineRegisterInfo.h"#include "llvm/CodeGen/TargetPassConfig.h"#include "llvm/IR/Instructions.h"#include "AArch64GenPreLegalizeGICombiner.inc"Go to the source code of this file.
Namespaces | |
| namespace | llvm |
| This is an optimization pass for GlobalISel generic memory operations. | |
Macros | |
| #define | GET_GICOMBINER_DEPS |
| #define | DEBUG_TYPE "aarch64-prelegalizer-combiner" |
| #define | GET_GICOMBINER_TYPES |
| #define | GET_GICOMBINER_CLASS_MEMBERS |
| #define | GET_GICOMBINER_IMPL |
| #define | GET_GICOMBINER_CONSTRUCTOR_INITS |
Functions | |
| INITIALIZE_PASS_BEGIN (AArch64PreLegalizerCombiner, DEBUG_TYPE, "Combine AArch64 machine instrs before legalization", false, false) INITIALIZE_PASS_END(AArch64PreLegalizerCombiner | |
| FunctionPass * | llvm::createAArch64PreLegalizerCombiner () |
Variables | |
| DEBUG_TYPE | |
| Combine AArch64 machine instrs before | legalization |
| Combine AArch64 machine instrs before | false |
| #define DEBUG_TYPE "aarch64-prelegalizer-combiner" |
Definition at line 36 of file AArch64PreLegalizerCombiner.cpp.
| #define GET_GICOMBINER_CLASS_MEMBERS |
Definition at line 746 of file AArch64PreLegalizerCombiner.cpp.
| #define GET_GICOMBINER_CONSTRUCTOR_INITS |
| #define GET_GICOMBINER_DEPS |
Definition at line 32 of file AArch64PreLegalizerCombiner.cpp.
| #define GET_GICOMBINER_IMPL |
Definition at line 751 of file AArch64PreLegalizerCombiner.cpp.
| #define GET_GICOMBINER_TYPES |
Definition at line 43 of file AArch64PreLegalizerCombiner.cpp.
| INITIALIZE_PASS_BEGIN | ( | AArch64PreLegalizerCombiner | , |
| DEBUG_TYPE | , | ||
| "Combine AArch64 machine instrs before legalization" | , | ||
| false | , | ||
| false | ) |
References DEBUG_TYPE, and INITIALIZE_PASS_DEPENDENCY.
| DEBUG_TYPE |
Definition at line 882 of file AArch64PreLegalizerCombiner.cpp.
| Combine AArch64 machine instrs before false |
Definition at line 883 of file AArch64PreLegalizerCombiner.cpp.
| Combine AArch64 machine instrs before legalization |
Definition at line 883 of file AArch64PreLegalizerCombiner.cpp.