Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.h664 SDValue lowerMaskedLoad(SDValue Op, SelectionDAG &DAG) const;
H A DRISCVISelLowering.cpp3506 return lowerMaskedLoad(Op, DAG); in LowerOperation()
5901 SDValue RISCVTargetLowering::lowerMaskedLoad(SDValue Op, in lowerMaskedLoad() function in RISCVTargetLowering