Searched refs:V2IsInPlace (Results 1 – 1 of 1) sorted by relevance
18100 bool V2IsInPlace = isShuffleMaskInputInPlace(1, Mask); in lowerV4F64Shuffle() local18114 if (V1IsInPlace || V2IsInPlace) in lowerV4F64Shuffle()18128 if (!(Subtarget.hasAVX2() && (V1IsInPlace || V2IsInPlace))) in lowerV4F64Shuffle()18222 bool V2IsInPlace = isShuffleMaskInputInPlace(1, Mask); in lowerV4I64Shuffle() local18226 if (V1IsInPlace || V2IsInPlace) in lowerV4I64Shuffle()18245 if (!V1IsInPlace && !V2IsInPlace) in lowerV4I64Shuffle()