Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.h908 SDValue lowerToScalableOp(SDValue Op, SelectionDAG &DAG) const;
H A DRISCVISelLowering.cpp5874 return lowerToScalableOp(Op, DAG); in LowerOperation()
5971 return lowerToScalableOp(Op, DAG); in LowerOperation()
6553 return lowerToScalableOp(Op, DAG); in LowerOperation()
6558 return lowerToScalableOp(Op, DAG); in LowerOperation()
6588 return lowerToScalableOp(Op, DAG); in LowerOperation()
6597 return lowerToScalableOp(Op, DAG); in LowerOperation()
6618 return lowerToScalableOp(Op, DAG); in LowerOperation()
10402 SDValue RISCVTargetLowering::lowerToScalableOp(SDValue Op, in lowerToScalableOp() function in RISCVTargetLowering