LLVM  8.0.1
Macros | Functions
RISCVExpandPseudoInsts.cpp File Reference
#include "RISCV.h"
#include "RISCVInstrInfo.h"
#include "RISCVTargetMachine.h"
#include "llvm/CodeGen/LivePhysRegs.h"
#include "llvm/CodeGen/MachineFunctionPass.h"
#include "llvm/CodeGen/MachineInstrBuilder.h"
Include dependency graph for RISCVExpandPseudoInsts.cpp:

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
 

Macro Definition Documentation

◆ RISCV_EXPAND_PSEUDO_NAME

#define RISCV_EXPAND_PSEUDO_NAME   "RISCV pseudo instruction expansion pass"

Definition at line 26 of file RISCVExpandPseudoInsts.cpp.

Function Documentation

◆ INITIALIZE_PASS()

INITIALIZE_PASS ( RISCVExpandPseudo  ,
"riscv-expand-pseudo"  ,
RISCV_EXPAND_PSEUDO_NAME  ,
false  ,
false   
)

Definition at line 550 of file RISCVExpandPseudoInsts.cpp.

References llvm::createRISCVExpandPseudoPass().