LLVM 20.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) namespace llvm | |
#define RISCV_EXPAND_ATOMIC_PSEUDO_NAME "RISC-V atomic pseudo instruction expansion pass" |
Definition at line 26 of file RISCVExpandAtomicPseudoInsts.cpp.
INITIALIZE_PASS | ( | RISCVExpandAtomicPseudo | , |
"riscv-expand-atomic-pseudo" | , | ||
RISCV_EXPAND_ATOMIC_PSEUDO_NAME | , | ||
false | , | ||
false | |||
) |
Definition at line 733 of file RISCVExpandAtomicPseudoInsts.cpp.
References llvm::createRISCVExpandAtomicPseudoPass().