Searched refs:V128Reg (Results 1 – 2 of 2) sorted by relevance
1629 static SDValue NarrowVector(SDValue V128Reg, SelectionDAG &DAG) { in NarrowVector() argument1630 EVT VT = V128Reg.getValueType(); in NarrowVector()1635 return DAG.getTargetExtractSubreg(AArch64::dsub, SDLoc(V128Reg), NarrowTy, in NarrowVector()1636 V128Reg); in NarrowVector()
8509 static SDValue NarrowVector(SDValue V128Reg, SelectionDAG &DAG) { in NarrowVector() argument8510 EVT VT = V128Reg.getValueType(); in NarrowVector()8514 SDLoc DL(V128Reg); in NarrowVector()8516 return DAG.getTargetExtractSubreg(AArch64::dsub, DL, NarrowTy, V128Reg); in NarrowVector()