Home
last modified time | relevance | path

Searched refs:V2IsInPlace (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp16480 bool V2IsInPlace = isShuffleMaskInputInPlace(1, Mask); in lowerV4F64Shuffle() local
16493 !((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() local
16618 if (V1IsInPlace || V2IsInPlace) in lowerV4I64Shuffle()
16637 if (!V1IsInPlace && !V2IsInPlace) in lowerV4I64Shuffle()