Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp15762 bool V2IsInPlace = isShuffleMaskInputInPlace(1, Mask); in lowerV4F64Shuffle() local
15776 if (V1IsInPlace || V2IsInPlace) in lowerV4F64Shuffle()
15790 if (!(Subtarget.hasAVX2() && (V1IsInPlace || V2IsInPlace))) in lowerV4F64Shuffle()
15892 bool V2IsInPlace = isShuffleMaskInputInPlace(1, Mask); in lowerV4I64Shuffle() local
15896 if (V1IsInPlace || V2IsInPlace) in lowerV4I64Shuffle()
15915 if (!V1IsInPlace && !V2IsInPlace) in lowerV4I64Shuffle()