Home
last modified time | relevance | path

Searched refs:RISCVGatherScatterLowering (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVGatherScatterLowering.cpp36 class RISCVGatherScatterLowering : public FunctionPass { class
52 RISCVGatherScatterLowering() : FunctionPass(ID) {} in RISCVGatherScatterLowering() function in __anonea34de5b0111::RISCVGatherScatterLowering
80 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()
/freebsd/lib/clang/libllvm/
H A DMakefile1571 SRCS_MIN+= Target/RISCV/RISCVGatherScatterLowering.cpp