LLVM 17.0.0git
Macros | Functions
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/MC/MCContext.h"
#include "llvm/Support/CodeGen.h"

Go to the source code of this file.

Macros

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

Functions

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

Macro Definition Documentation

◆ LOONGARCH_PRERA_EXPAND_PSEUDO_NAME

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

Definition at line 27 of file LoongArchExpandPseudoInsts.cpp.

Function Documentation

◆ INITIALIZE_PASS()

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