Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.h970 SDValue lowerToScalableOp(SDValue Op, SelectionDAG &DAG) const;
H A DRISCVISelLowering.cpp6287 return lowerToScalableOp(Op, DAG); in LowerOperation()
6384 return lowerToScalableOp(Op, DAG); in LowerOperation()
7002 return lowerToScalableOp(Op, DAG); in LowerOperation()
7007 return lowerToScalableOp(Op, DAG); in LowerOperation()
7035 return lowerToScalableOp(Op, DAG); in LowerOperation()
7040 return lowerToScalableOp(Op, DAG); in LowerOperation()
7045 return lowerToScalableOp(Op, DAG); in LowerOperation()
7070 return lowerToScalableOp(Op, DAG); in LowerOperation()
7091 return lowerToScalableOp(Op, DAG); in LowerOperation()
11183 SDValue RISCVTargetLowering::lowerToScalableOp(SDValue Op, in lowerToScalableOp() function in RISCVTargetLowering