Searched refs:V128Reg (Results 1 – 2 of 2) sorted by relevance
1171 static SDValue NarrowVector(SDValue V128Reg, SelectionDAG &DAG) { in NarrowVector() argument1172 EVT VT = V128Reg.getValueType(); in NarrowVector()1177 return DAG.getTargetExtractSubreg(AArch64::dsub, SDLoc(V128Reg), NarrowTy, in NarrowVector()1178 V128Reg); in NarrowVector()
4515 static SDValue NarrowVector(SDValue V128Reg, SelectionDAG &DAG) { in NarrowVector() argument4516 EVT VT = V128Reg.getValueType(); in NarrowVector()4520 SDLoc DL(V128Reg); in NarrowVector()4522 return DAG.getTargetExtractSubreg(AArch64::dsub, DL, NarrowTy, V128Reg); in NarrowVector()