Searched refs:splatSplitI64WithVL (Results 1 – 1 of 1) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVISelLowering.cpp | 1782 static SDValue splatSplitI64WithVL(const SDLoc &DL, MVT VT, SDValue Scalar, in splatSplitI64WithVL() function 1819 return splatSplitI64WithVL(DL, VT, Scalar, VL, DAG); in lowerScalarSplat() 3550 ScalarOp = splatSplitI64WithVL(DL, VT, ScalarOp, VL, DAG); in lowerVectorIntrinsicSplats() 3629 SDValue SplattedVal = splatSplitI64WithVL(DL, VT, Scalar, VL, DAG); in LowerINTRINSIC_WO_CHAIN()
|