Home | History | Annotate | Download | only in Hexagon

Lines Matching refs:V2

320                                          Hexagon::V2, Hexagon::V3,
2089 // LowerVECTOR_SHUFFLE - Lower a vector shuffle (V1, V2, V3). V1 and
2090 // V2 are the two vectors to select data from, V3 is the permutation.
2094 SDValue V2 = Op.getOperand(1);
2098 if (V2.getOpcode() == ISD::UNDEF)
2099 V2 = V1;
2154 SDValue V2 = Op.getOperand(1);
2161 V3 = V2;
2162 else if ((BVN = dyn_cast<BuildVectorSDNode>(V2.getNode())) &&