Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/X86/
HDX86ISelLowering.cpp38526 bool UnaryShuffle = (Inputs.size() == 1); in combineX86ShuffleChain() local
38528 SDValue V2 = (UnaryShuffle ? DAG.getUNDEF(V1.getValueType()) in combineX86ShuffleChain()
38564 if (UnaryShuffle && !isAnyZero(BaseMask) && in combineX86ShuffleChain()
38642 bool PreferPERMQ = UnaryShuffle && isUndefOrInRange(ScaledMask[0], 0, 2) && in combineX86ShuffleChain()
38694 if (UnaryShuffle && in combineX86ShuffleChain()
38709 if (!UnaryShuffle && !IsMaskedShuffle) { in combineX86ShuffleChain()
38778 if (UnaryShuffle) { in combineX86ShuffleChain()
38832 if (!UnaryShuffle && AllowFloatDomain && RootSizeInBits == 128 && in combineX86ShuffleChain()
38868 ShuffleVT, UnaryShuffle) && in combineX86ShuffleChain()
38988 if (UnaryShuffle && AllowVariableCrossLaneMask && !MaskContainsZeros) { in combineX86ShuffleChain()
[all …]