LLVM 22.0.0git
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.

Referenced by INITIALIZE_PASS().

Function Documentation

◆ INITIALIZE_PASS()

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