LLVM 20.0.0git
|
#include "MCTargetDesc/RISCVMatInt.h"
#include "RISCV.h"
#include "RISCVInstrInfo.h"
#include "RISCVTargetMachine.h"
#include "llvm/CodeGen/MachineFunctionPass.h"
#include "llvm/CodeGen/MachineInstrBuilder.h"
Go to the source code of this file.
Macros | |
#define | RISCV_POST_RA_EXPAND_PSEUDO_NAME "RISC-V post-regalloc pseudo instruction expansion pass" |
Functions | |
INITIALIZE_PASS (RISCVPostRAExpandPseudo, "riscv-expand-pseudolisimm32", RISCV_POST_RA_EXPAND_PSEUDO_NAME, false, false) namespace llvm | |
#define RISCV_POST_RA_EXPAND_PSEUDO_NAME "RISC-V post-regalloc pseudo instruction expansion pass" |
Definition at line 24 of file RISCVPostRAExpandPseudoInsts.cpp.
INITIALIZE_PASS | ( | RISCVPostRAExpandPseudo | , |
"riscv-expand-pseudolisimm32" | , | ||
RISCV_POST_RA_EXPAND_PSEUDO_NAME | , | ||
false | , | ||
false | |||
) |
Definition at line 125 of file RISCVPostRAExpandPseudoInsts.cpp.
References llvm::createRISCVPostRAExpandPseudoPass().