|
LLVM
8.0.1
|
#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_PSEUDO_NAME "RISCV pseudo instruction expansion pass" |
Functions | |
| INITIALIZE_PASS (RISCVExpandPseudo, "riscv-expand-pseudo", RISCV_EXPAND_PSEUDO_NAME, false, false) namespace llvm | |
| #define RISCV_EXPAND_PSEUDO_NAME "RISCV pseudo instruction expansion pass" |
Definition at line 26 of file RISCVExpandPseudoInsts.cpp.
| INITIALIZE_PASS | ( | RISCVExpandPseudo | , |
| "riscv-expand-pseudo" | , | ||
| RISCV_EXPAND_PSEUDO_NAME | , | ||
| false | , | ||
| false | |||
| ) |
Definition at line 550 of file RISCVExpandPseudoInsts.cpp.
References llvm::createRISCVExpandPseudoPass().
1.8.13