Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.h902 SDValue lowerMaskedScatter(SDValue Op, SelectionDAG &DAG) const;
H A DRISCVISelLowering.cpp6635 return lowerMaskedScatter(Op, DAG); in LowerOperation()
11174 SDValue RISCVTargetLowering::lowerMaskedScatter(SDValue Op, in lowerMaskedScatter() function in RISCVTargetLowering