|
LLVM 24.0.0git
|
#include "RISCV.h"#include "RISCVExpandPseudoBase.h"#include "RISCVInstrInfo.h"#include "RISCVSubtarget.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_PSEUDO_PRE_EMIT_NAME "RISC-V Pseudo Instruction Expansion - Pre-Emit" |
Functions | |
| INITIALIZE_PASS (RISCVExpandPseudoPreEmitLegacy, "riscv-expand-pseudo-pre-emit", RISCV_EXPAND_PSEUDO_PRE_EMIT_NAME, false, false) FunctionPass *llvm | |
| #define RISCV_EXPAND_PSEUDO_PRE_EMIT_NAME "RISC-V Pseudo Instruction Expansion - Pre-Emit" |
Definition at line 25 of file RISCVExpandPseudoPreEmit.cpp.
Referenced by INITIALIZE_PASS().
| INITIALIZE_PASS | ( | RISCVExpandPseudoPreEmitLegacy | , |
| "riscv-expand-pseudo-pre-emit" | , | ||
| RISCV_EXPAND_PSEUDO_PRE_EMIT_NAME | , | ||
| false | , | ||
| false | ) |
Definition at line 625 of file RISCVExpandPseudoPreEmit.cpp.
References llvm::createRISCVExpandPseudoPreEmitLegacyPass(), and RISCV_EXPAND_PSEUDO_PRE_EMIT_NAME.