LLVM 19.0.0git
Macros | Functions
RISCVPostRAExpandPseudoInsts.cpp File Reference
#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
 

Macro Definition Documentation

◆ RISCV_POST_RA_EXPAND_PSEUDO_NAME

#define RISCV_POST_RA_EXPAND_PSEUDO_NAME    "RISC-V post-regalloc pseudo instruction expansion pass"

Definition at line 24 of file RISCVPostRAExpandPseudoInsts.cpp.

Function Documentation

◆ INITIALIZE_PASS()

INITIALIZE_PASS ( RISCVPostRAExpandPseudo  ,
"riscv-expand-pseudolisimm32"  ,
RISCV_POST_RA_EXPAND_PSEUDO_NAME  ,
false  ,
false   
)