Searched refs:V2IsInPlace (Results 1 – 1 of 1) sorted by relevance
16480 bool V2IsInPlace = isShuffleMaskInputInPlace(1, Mask); in lowerV4F64Shuffle() local16493 !((V1IsInPlace || V1IsSplat) && (V2IsInPlace || V2IsSplat)))) in lowerV4F64Shuffle()16498 if (V1IsInPlace || V2IsInPlace) in lowerV4F64Shuffle()16512 if (!(Subtarget.hasAVX2() && (V1IsInPlace || V2IsInPlace))) in lowerV4F64Shuffle()16614 bool V2IsInPlace = isShuffleMaskInputInPlace(1, Mask); in lowerV4I64Shuffle() local16618 if (V1IsInPlace || V2IsInPlace) in lowerV4I64Shuffle()16637 if (!V1IsInPlace && !V2IsInPlace) in lowerV4I64Shuffle()