Home
last modified time | relevance | path

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

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