Searched refs:splatSplitI64WithVL (Results 1 – 1 of 1) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/ |
H A D | RISCVISelLowering.cpp | 1663 static SDValue splatSplitI64WithVL(const SDLoc &DL, MVT VT, SDValue Scalar, in splatSplitI64WithVL() function 1700 return splatSplitI64WithVL(DL, VT, Scalar, VL, DAG); in lowerScalarSplat() 3314 ScalarOp = splatSplitI64WithVL(DL, VT, ScalarOp, VL, DAG); in lowerVectorIntrinsicSplats() 3393 SDValue SplattedVal = splatSplitI64WithVL(DL, VT, Scalar, VL, DAG); in LowerINTRINSIC_WO_CHAIN()
|