LLVM 20.0.0git
|
#include "LoongArch.h"
#include "LoongArchInstrInfo.h"
#include "LoongArchTargetMachine.h"
#include "MCTargetDesc/LoongArchBaseInfo.h"
#include "MCTargetDesc/LoongArchMCTargetDesc.h"
#include "llvm/CodeGen/LivePhysRegs.h"
#include "llvm/CodeGen/MachineFunctionPass.h"
#include "llvm/CodeGen/MachineInstrBuilder.h"
#include "llvm/CodeGen/MachineOperand.h"
#include "llvm/CodeGen/Register.h"
#include "llvm/MC/MCContext.h"
#include "llvm/Support/CodeGen.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 | LOONGARCH_PRERA_EXPAND_PSEUDO_NAME "LoongArch Pre-RA pseudo instruction expansion pass" |
#define | LOONGARCH_EXPAND_PSEUDO_NAME "LoongArch pseudo instruction expansion pass" |
Functions | |
INITIALIZE_PASS (LoongArchPreRAExpandPseudo, "loongarch-prera-expand-pseudo", LOONGARCH_PRERA_EXPAND_PSEUDO_NAME, false, false) INITIALIZE_PASS(LoongArchExpandPseudo | |
FunctionPass * | llvm::createLoongArchPreRAExpandPseudoPass () |
FunctionPass * | llvm::createLoongArchExpandPseudoPass () |
Variables | |
loongarch expand | pseudo |
loongarch expand | LOONGARCH_EXPAND_PSEUDO_NAME |
loongarch expand | false |
#define LOONGARCH_EXPAND_PSEUDO_NAME "LoongArch pseudo instruction expansion pass" |
Definition at line 32 of file LoongArchExpandPseudoInsts.cpp.
Definition at line 30 of file LoongArchExpandPseudoInsts.cpp.
INITIALIZE_PASS | ( | LoongArchPreRAExpandPseudo | , |
"loongarch-prera-expand-pseudo" | , | ||
LOONGARCH_PRERA_EXPAND_PSEUDO_NAME | , | ||
false | , | ||
false | |||
) |
loongarch expand false |
Definition at line 723 of file LoongArchExpandPseudoInsts.cpp.
loongarch expand LOONGARCH_EXPAND_PSEUDO_NAME |
Definition at line 723 of file LoongArchExpandPseudoInsts.cpp.
loongarch expand pseudo |
Definition at line 722 of file LoongArchExpandPseudoInsts.cpp.