|
LLVM 22.0.0git
|
#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) FunctionPass *llvm | |
| #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().
| INITIALIZE_PASS | ( | RISCVExpandAtomicPseudo | , |
| "riscv-expand-atomic-pseudo" | , | ||
| RISCV_EXPAND_ATOMIC_PSEUDO_NAME | , | ||
| false | , | ||
| false | ) |
Definition at line 904 of file RISCVExpandAtomicPseudoInsts.cpp.
References llvm::createRISCVExpandAtomicPseudoPass(), and RISCV_EXPAND_ATOMIC_PSEUDO_NAME.