LLVM 19.0.0git
Macros | Functions
LoongArchExpandAtomicPseudoInsts.cpp File Reference
#include "LoongArch.h"
#include "LoongArchInstrInfo.h"
#include "LoongArchTargetMachine.h"
#include "llvm/CodeGen/LivePhysRegs.h"
#include "llvm/CodeGen/MachineFunctionPass.h"
#include "llvm/CodeGen/MachineInstrBuilder.h"

Go to the source code of this file.

Macros

#define LoongArch_EXPAND_ATOMIC_PSEUDO_NAME    "LoongArch atomic pseudo instruction expansion pass"
 

Functions

 INITIALIZE_PASS (LoongArchExpandAtomicPseudo, "loongarch-expand-atomic-pseudo", LoongArch_EXPAND_ATOMIC_PSEUDO_NAME, false, false) namespace llvm
 

Macro Definition Documentation

◆ LoongArch_EXPAND_ATOMIC_PSEUDO_NAME

#define LoongArch_EXPAND_ATOMIC_PSEUDO_NAME    "LoongArch atomic pseudo instruction expansion pass"

Definition at line 26 of file LoongArchExpandAtomicPseudoInsts.cpp.

Function Documentation

◆ INITIALIZE_PASS()

INITIALIZE_PASS ( LoongArchExpandAtomicPseudo  ,
"loongarch-expand-atomic-pseudo"  ,
LoongArch_EXPAND_ATOMIC_PSEUDO_NAME  ,
false  ,
false   
)