">

LLVM: lib/Target/RISCV/RISCVFoldMemOffset.cpp File Reference (original) (raw)

#include "[RISCV.h](RISCV%5F8h%5Fsource.html)"
#include "[RISCVSubtarget.h](RISCVSubtarget%5F8h%5Fsource.html)"
#include "[llvm/CodeGen/MachineFunctionPass.h](MachineFunctionPass%5F8h%5Fsource.html)"
#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

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 )

Definition at line 76 of file RISCVFoldMemOffset.cpp.

References llvm::createRISCVFoldMemOffsetPass(), DEBUG_TYPE, and RISCV_FOLD_MEM_OFFSET_NAME.