Searched refs:V128Reg (Results 1 – 2 of 2) sorted by relevance
1403 static SDValue NarrowVector(SDValue V128Reg, SelectionDAG &DAG) { in NarrowVector() argument1404 EVT VT = V128Reg.getValueType(); in NarrowVector()1409 return DAG.getTargetExtractSubreg(AArch64::dsub, SDLoc(V128Reg), NarrowTy, in NarrowVector()1410 V128Reg); in NarrowVector()
6526 static SDValue NarrowVector(SDValue V128Reg, SelectionDAG &DAG) { in NarrowVector() argument6527 EVT VT = V128Reg.getValueType(); in NarrowVector()6531 SDLoc DL(V128Reg); in NarrowVector()6533 return DAG.getTargetExtractSubreg(AArch64::dsub, DL, NarrowTy, V128Reg); in NarrowVector()