LLVM 22.0.0git
Macros | Functions
RISCVFoldMemOffset.cpp File Reference
#include "RISCV.h"
#include "RISCVSubtarget.h"
#include "llvm/CodeGen/MachineFunctionPass.h"
#include <queue>

Go to the source code of this file.

Macros

#define DEBUG_TYPE   "riscv-fold-mem-offset"
 
#define RISCV_FOLD_MEM_OFFSET_NAME   "RISC-V Fold Memory Offset"
 

Functions

 INITIALIZE_PASS (RISCVFoldMemOffset, DEBUG_TYPE, RISCV_FOLD_MEM_OFFSET_NAME, false, false) FunctionPass *llvm
 

Macro Definition Documentation

◆ DEBUG_TYPE

#define DEBUG_TYPE   "riscv-fold-mem-offset"

Definition at line 25 of file RISCVFoldMemOffset.cpp.

◆ RISCV_FOLD_MEM_OFFSET_NAME

#define RISCV_FOLD_MEM_OFFSET_NAME   "RISC-V Fold Memory Offset"

Definition at line 26 of file RISCVFoldMemOffset.cpp.

Function Documentation

◆ INITIALIZE_PASS()

INITIALIZE_PASS ( RISCVFoldMemOffset  ,
DEBUG_TYPE  ,
RISCV_FOLD_MEM_OFFSET_NAME  ,
false  ,
false   
)

Definition at line 76 of file RISCVFoldMemOffset.cpp.