Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.h897 SDValue lowerMaskedLoad(SDValue Op, SelectionDAG &DAG) const;
H A DRISCVISelLowering.cpp6473 return lowerMaskedLoad(Op, DAG); in LowerOperation()
10088 SDValue RISCVTargetLowering::lowerMaskedLoad(SDValue Op, in lowerMaskedLoad() function in RISCVTargetLowering