Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp12418 static bool isShuffleMaskInputInPlace(int Input, ArrayRef<int> Mask) { in isShuffleMaskInputInPlace() function
15892 bool V1IsInPlace = isShuffleMaskInputInPlace(0, Mask); in lowerV4F64Shuffle()
15893 bool V2IsInPlace = isShuffleMaskInputInPlace(1, Mask); in lowerV4F64Shuffle()
16022 bool V1IsInPlace = isShuffleMaskInputInPlace(0, Mask); in lowerV4I64Shuffle()
16023 bool V2IsInPlace = isShuffleMaskInputInPlace(1, Mask); in lowerV4I64Shuffle()