LLVM 19.0.0git
Namespaces | Macros | Functions | Variables
LoongArchExpandPseudoInsts.cpp File Reference
#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
 
FunctionPassllvm::createLoongArchPreRAExpandPseudoPass ()
 
FunctionPassllvm::createLoongArchExpandPseudoPass ()
 

Variables

loongarch expand pseudo
 
loongarch expand LOONGARCH_EXPAND_PSEUDO_NAME
 
loongarch expand false
 

Macro Definition Documentation

◆ LOONGARCH_EXPAND_PSEUDO_NAME

#define LOONGARCH_EXPAND_PSEUDO_NAME    "LoongArch pseudo instruction expansion pass"

Definition at line 32 of file LoongArchExpandPseudoInsts.cpp.

◆ LOONGARCH_PRERA_EXPAND_PSEUDO_NAME

#define LOONGARCH_PRERA_EXPAND_PSEUDO_NAME    "LoongArch Pre-RA pseudo instruction expansion pass"

Definition at line 30 of file LoongArchExpandPseudoInsts.cpp.

Function Documentation

◆ INITIALIZE_PASS()

INITIALIZE_PASS ( LoongArchPreRAExpandPseudo  ,
"loongarch-prera-expand-pseudo"  ,
LOONGARCH_PRERA_EXPAND_PSEUDO_NAME  ,
false  ,
false   
)

Variable Documentation

◆ false

loongarch expand false

Definition at line 642 of file LoongArchExpandPseudoInsts.cpp.

◆ LOONGARCH_EXPAND_PSEUDO_NAME

loongarch expand LOONGARCH_EXPAND_PSEUDO_NAME

Definition at line 642 of file LoongArchExpandPseudoInsts.cpp.

◆ pseudo

loongarch expand pseudo

Definition at line 641 of file LoongArchExpandPseudoInsts.cpp.