Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.h544 SDValue lowerToScalableOp(SDValue Op, SelectionDAG &DAG) const;
H A DRISCVISelLowering.cpp7255 return lowerToScalableOp(Op, DAG); in LowerOperation()
7340 return lowerToScalableOp(Op, DAG); in LowerOperation()
8116 return lowerToScalableOp(Op, DAG); in LowerOperation()
8121 return lowerToScalableOp(Op, DAG); in LowerOperation()
8156 return lowerToScalableOp(Op, DAG); in LowerOperation()
8181 return lowerToScalableOp(Op, DAG); in LowerOperation()
8200 return lowerToScalableOp(Op, DAG); in LowerOperation()
12902 SDValue RISCVTargetLowering::lowerToScalableOp(SDValue Op, in lowerToScalableOp() function in RISCVTargetLowering