Searched refs:RISCVGatherScatterLowering (Results 1 – 2 of 2) sorted by relevance
36 class RISCVGatherScatterLowering : public FunctionPass { class52 RISCVGatherScatterLowering() : FunctionPass(ID) {} in RISCVGatherScatterLowering() function in __anonea34de5b0111::RISCVGatherScatterLowering80 char RISCVGatherScatterLowering::ID = 0;82 INITIALIZE_PASS(RISCVGatherScatterLowering, DEBUG_TYPE,86 return new RISCVGatherScatterLowering(); in createRISCVGatherScatterLoweringPass()195 bool RISCVGatherScatterLowering::matchStridedRecurrence(Value *Index, Loop *L, in matchStridedRecurrence()333 RISCVGatherScatterLowering::determineBaseAndStride(Instruction *Ptr, in determineBaseAndStride()487 bool RISCVGatherScatterLowering::tryCreateStridedLoadStore(IntrinsicInst *II, in tryCreateStridedLoadStore()540 bool RISCVGatherScatterLowering::runOnFunction(Function &F) { in runOnFunction()
1571 SRCS_MIN+= Target/RISCV/RISCVGatherScatterLowering.cpp