Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp4238 static SDValue splatPartsI64WithVL(const SDLoc &DL, MVT VT, SDValue Passthru, in splatPartsI64WithVL()
4300 return splatPartsI64WithVL(DL, VT, Passthru, Lo, Hi, VL, DAG); in splatSplitI64WithVL()
8099 splatPartsI64WithVL(DL, ContainerVT, SDValue(), Lo, Hi, VL, DAG); in lowerSPLAT_VECTOR_PARTS()
4237 static SDValue splatPartsI64WithVL(const SDLoc &DL, MVT VT, SDValue Passthru, splatPartsI64WithVL() function