LLVM 19.0.0git
Macros | Functions
RISCVExpandAtomicPseudoInsts.cpp File Reference
#include "RISCV.h"
#include "RISCVInstrInfo.h"
#include "RISCVTargetMachine.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 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) namespace 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.

Function Documentation

◆ INITIALIZE_PASS()

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