|
LLVM 24.0.0git
|
#include "RISCV.h"#include "RISCVExpandPseudoBase.h"#include "RISCVInstrInfo.h"#include "RISCVSubtarget.h"#include "llvm/CodeGen/MachineFunctionPass.h"#include "llvm/CodeGen/MachineInstrBuilder.h"#include "llvm/MC/MCContext.h"Go to the source code of this file.
Macros | |
| #define | RISCV_PRERA_EXPAND_PSEUDO_NAME "RISC-V Pre-RA pseudo instruction expansion pass" |
Functions | |
| INITIALIZE_PASS (RISCVPreRAExpandPseudoLegacy, "riscv-pre-ra-expand-pseudo", RISCV_PRERA_EXPAND_PSEUDO_NAME, false, false) FunctionPass *llvm | |
Definition at line 24 of file RISCVPreRAExpandPseudoInsts.cpp.
Referenced by INITIALIZE_PASS().
| INITIALIZE_PASS | ( | RISCVPreRAExpandPseudoLegacy | , |
| "riscv-pre-ra-expand-pseudo" | , | ||
| RISCV_PRERA_EXPAND_PSEUDO_NAME | , | ||
| false | , | ||
| false | ) |
Definition at line 197 of file RISCVPreRAExpandPseudoInsts.cpp.
References llvm::createRISCVPreRAExpandPseudoLegacyPass(), and RISCV_PRERA_EXPAND_PSEUDO_NAME.