|
LLVM 22.0.0git
|
#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 | |
| #define LoongArch_EXPAND_ATOMIC_PSEUDO_NAME "LoongArch atomic pseudo instruction expansion pass" |
Definition at line 26 of file LoongArchExpandAtomicPseudoInsts.cpp.
Referenced by INITIALIZE_PASS().
| INITIALIZE_PASS | ( | LoongArchExpandAtomicPseudo | , |
| "loongarch-expand-atomic-pseudo" | , | ||
| LoongArch_EXPAND_ATOMIC_PSEUDO_NAME | , | ||
| false | , | ||
| false | ) |
Definition at line 746 of file LoongArchExpandAtomicPseudoInsts.cpp.
References llvm::createLoongArchExpandAtomicPseudoPass(), and LoongArch_EXPAND_ATOMIC_PSEUDO_NAME.