Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:VECTOR_SHUFFLE

1110   case ISD::VECTOR_SHUFFLE:     return visitVECTOR_SHUFFLE(N);
6840 // Perform only after legalization to ensure build_vector / vector_shuffle
6877 // (vextract (vector_shuffle (load $addr), v2, <1, u, u, u>), 1)
7013 // Return the new VECTOR_SHUFFLE node.
7174 /// XformToShuffleWithZero - Returns a vector_shuffle if it able to transform
7175 /// an AND to a vector_shuffle with the destination vector and a zero vector.
7177 /// vector_shuffle V, Zero, <0, 4, 2, 4>
7201 // Let's see if the target supports this vector_shuffle.
7206 // Return the new VECTOR_SHUFFLE node.