|
LLVM
8.0.1
|
#include "AArch64TargetMachine.h"#include "llvm/CodeGen/GlobalISel/Combiner.h"#include "llvm/CodeGen/GlobalISel/CombinerHelper.h"#include "llvm/CodeGen/GlobalISel/CombinerInfo.h"#include "llvm/CodeGen/GlobalISel/MIPatternMatch.h"#include "llvm/CodeGen/MachineFunctionPass.h"#include "llvm/CodeGen/TargetPassConfig.h"#include "llvm/Support/Debug.h"
Go to the source code of this file.
Namespaces | |
| llvm | |
| This class represents lattice values for constants. | |
Macros | |
| #define | DEBUG_TYPE "aarch64-prelegalizer-combiner" |
Functions | |
| INITIALIZE_PASS_BEGIN (AArch64PreLegalizerCombiner, DEBUG_TYPE, "Combine AArch64 machine instrs before legalization", false, false) INITIALIZE_PASS_END(AArch64PreLegalizerCombiner | |
| FunctionPass * | llvm::createAArch64PreLegalizeCombiner () |
Variables | |
| DEBUG_TYPE | |
| Combine AArch64 machine instrs before | legalization |
| Combine AArch64 machine instrs before | false |
| #define DEBUG_TYPE "aarch64-prelegalizer-combiner" |
Definition at line 24 of file AArch64PreLegalizerCombiner.cpp.
| INITIALIZE_PASS_BEGIN | ( | AArch64PreLegalizerCombiner | , |
| DEBUG_TYPE | , | ||
| "Combine AArch64 machine instrs before legalization" | , | ||
| false | , | ||
| false | |||
| ) |
| DEBUG_TYPE |
Definition at line 99 of file AArch64PreLegalizerCombiner.cpp.
| Combine AArch64 machine instrs before false |
Definition at line 99 of file AArch64PreLegalizerCombiner.cpp.
| Combine AArch64 machine instrs before legalization |
Definition at line 99 of file AArch64PreLegalizerCombiner.cpp.
1.8.13