LLVM 20.0.0git
|
#include "MCTargetDesc/MipsMCTargetDesc.h"
#include "Mips.h"
#include "MipsLegalizerInfo.h"
#include "MipsSubtarget.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/GISelKnownBits.h"
#include "llvm/CodeGen/GlobalISel/MIPatternMatch.h"
#include "llvm/CodeGen/MachineDominators.h"
#include "llvm/CodeGen/TargetPassConfig.h"
#include "llvm/Target/TargetMachine.h"
#include "MipsGenPostLegalizeGICombiner.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 "mips-postlegalizer-combiner" |
#define | GET_GICOMBINER_TYPES |
#define | GET_GICOMBINER_CLASS_MEMBERS |
#define | GET_GICOMBINER_IMPL |
#define | GET_GICOMBINER_CONSTRUCTOR_INITS |
Functions | |
INITIALIZE_PASS_BEGIN (MipsPostLegalizerCombiner, DEBUG_TYPE, "Combine Mips machine instrs after legalization", false, false) INITIALIZE_PASS_END(MipsPostLegalizerCombiner | |
FunctionPass * | llvm::createMipsPostLegalizeCombiner (bool IsOptNone) |
Variables | |
DEBUG_TYPE | |
Combine Mips machine instrs after | legalization |
Combine Mips machine instrs after | false |
#define DEBUG_TYPE "mips-postlegalizer-combiner" |
Definition at line 32 of file MipsPostLegalizerCombiner.cpp.
#define GET_GICOMBINER_CLASS_MEMBERS |
Definition at line 62 of file MipsPostLegalizerCombiner.cpp.
#define GET_GICOMBINER_CONSTRUCTOR_INITS |
#define GET_GICOMBINER_DEPS |
Definition at line 28 of file MipsPostLegalizerCombiner.cpp.
#define GET_GICOMBINER_IMPL |
Definition at line 67 of file MipsPostLegalizerCombiner.cpp.
#define GET_GICOMBINER_TYPES |
Definition at line 38 of file MipsPostLegalizerCombiner.cpp.
INITIALIZE_PASS_BEGIN | ( | MipsPostLegalizerCombiner | , |
DEBUG_TYPE | , | ||
"Combine Mips machine instrs after legalization" | , | ||
false | , | ||
false | |||
) |
DEBUG_TYPE |
Definition at line 157 of file MipsPostLegalizerCombiner.cpp.
Combine Mips machine instrs after false |
Definition at line 158 of file MipsPostLegalizerCombiner.cpp.
Combine Mips machine instrs after legalization |
Definition at line 158 of file MipsPostLegalizerCombiner.cpp.