LLVM 22.0.0git
RISCVExpandAtomicPseudoInsts.cpp File Reference

Go to the source code of this file.

Macros

#define RISCV_EXPAND_ATOMIC_PSEUDO_NAME    "RISC-V atomic pseudo instruction expansion pass"

Functions

 INITIALIZE_PASS (RISCVExpandAtomicPseudo, "riscv-expand-atomic-pseudo", RISCV_EXPAND_ATOMIC_PSEUDO_NAME, false, false) FunctionPass *llvm

Macro Definition Documentation

◆ RISCV_EXPAND_ATOMIC_PSEUDO_NAME

#define RISCV_EXPAND_ATOMIC_PSEUDO_NAME    "RISC-V atomic pseudo instruction expansion pass"

Definition at line 26 of file RISCVExpandAtomicPseudoInsts.cpp.

Referenced by INITIALIZE_PASS().

Function Documentation

◆ INITIALIZE_PASS()

INITIALIZE_PASS ( RISCVExpandAtomicPseudo ,
"riscv-expand-atomic-pseudo" ,
RISCV_EXPAND_ATOMIC_PSEUDO_NAME ,
false ,
false  )