Searched refs:V128Reg (Results 1 – 2 of 2) sorted by relevance
1249 static SDValue NarrowVector(SDValue V128Reg, SelectionDAG &DAG) { in NarrowVector() argument1250 EVT VT = V128Reg.getValueType(); in NarrowVector()1255 return DAG.getTargetExtractSubreg(AArch64::dsub, SDLoc(V128Reg), NarrowTy, in NarrowVector()1256 V128Reg); in NarrowVector()
4915 static SDValue NarrowVector(SDValue V128Reg, SelectionDAG &DAG) { in NarrowVector() argument4916 EVT VT = V128Reg.getValueType(); in NarrowVector()4920 SDLoc DL(V128Reg); in NarrowVector()4922 return DAG.getTargetExtractSubreg(AArch64::dsub, DL, NarrowTy, V128Reg); in NarrowVector()