LLVM 24.0.0git
RISCVGatherScatterLowering.cpp File Reference

Go to the source code of this file.

Macros

#define DEBUG_TYPE   "riscv-gather-scatter-lowering"

Functions

 INITIALIZE_PASS_BEGIN (RISCVGatherScatterLoweringLegacy, DEBUG_TYPE, "RISC-V gather/scatter lowering pass", false, false) INITIALIZE_PASS_END(RISCVGatherScatterLoweringLegacy
static std::pair< Value *, Value * > matchStridedConstant (Constant *StartC)
static std::pair< Value *, Value * > matchStridedStart (Value *Start, IRBuilderBase &Builder)

Variables

 DEBUG_TYPE
RISC V gather scatter lowering pass
RISC V gather scatter lowering false

Macro Definition Documentation

◆ DEBUG_TYPE

#define DEBUG_TYPE   "riscv-gather-scatter-lowering"

Definition at line 33 of file RISCVGatherScatterLowering.cpp.

Function Documentation

◆ INITIALIZE_PASS_BEGIN()

INITIALIZE_PASS_BEGIN ( RISCVGatherScatterLoweringLegacy ,
DEBUG_TYPE ,
"RISC-V gather/scatter lowering pass" ,
false ,
false  )

◆ matchStridedConstant()

◆ matchStridedStart()

Variable Documentation

◆ DEBUG_TYPE

DEBUG_TYPE

Definition at line 97 of file RISCVGatherScatterLowering.cpp.

◆ false

RISC V gather scatter lowering false

Definition at line 98 of file RISCVGatherScatterLowering.cpp.

◆ pass

RISC V gather scatter lowering pass

Definition at line 98 of file RISCVGatherScatterLowering.cpp.