Home | History | Annotate | Download | only in SelectionDAG

Lines Matching full:shuffle

6841   // (vextract (v4f32 shuffle (load $addr), <1,u,u,u>), 0) -> (f32 load $addr)
6941 // at most two distinct vectors, turn this into a shuffle node.
6956 // we can't make a shuffle.
6978 // If everything is good, we can make a shuffle operation.
7021 // inputs come from at most two distinct vectors, turn this into a shuffle
7038 "Vector shuffle must be normalized in DAG");
7198 SDValue Shuffle = XformToShuffleWithZero(N);
7199 if (Shuffle.getNode()) return Shuffle;