Lines Matching defs:same
93 // Reverse delta network is same as delta network, with the steps in
494 // "I" will stay in the same half.
1579 // Handle special case where the output is the same half of the input
1980 // the same shuffle mask, the positions of unknown bits in P and Q match
1981 // exactly, which makes the indices of known bits be exactly the same
1984 // are exactly the same as in s1, which means that they are exactly the
1985 // same as in P. This implies that P == Q.
1987 // There can be a situation where there are more entries with the same
2091 auto same = [](ArrayRef<int> Mask1, ArrayRef<int> Mask2) -> bool {
2112 if (same(SM.Mask, shuffles::mask(shuffles::vpack, HwLen, Size, Odd))) {
2128 if (same(SM.Mask, shuffles::mask(shuffles::vshuff, HwLen, Size, Odd))) {
2149 if (same(SM.Mask, shuffles::mask(shuffles::vdeal, HwLen, Size, Odd))) {
2160 if (same(SM.Mask, shuffles::mask(shuffles::vdealb4w, HwLen))) {
2235 // The result length must be the same as the length of a single vector,
2280 // which is the same as the "deal" [*] above.
2748 // same source vector (as described by OpMap), return the index of
2834 // from the same vector pair.