Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp39966 bool UnaryShuffle = (Inputs.size() == 1); in combineX86ShuffleChain() local
39968 SDValue V2 = (UnaryShuffle ? DAG.getUNDEF(V1.getValueType()) in combineX86ShuffleChain()
39993 if (UnaryShuffle && !isAnyZero(BaseMask) && in combineX86ShuffleChain()
40071 bool PreferPERMQ = UnaryShuffle && !isFreeToSplitVector(V1, DAG) && in combineX86ShuffleChain()
40121 if (UnaryShuffle && in combineX86ShuffleChain()
40138 if (!UnaryShuffle && !IsMaskedShuffle) { in combineX86ShuffleChain()
40209 if (UnaryShuffle) { in combineX86ShuffleChain()
40263 if (!UnaryShuffle && AllowFloatDomain && RootSizeInBits == 128 && in combineX86ShuffleChain()
40299 ShuffleVT, UnaryShuffle) && in combineX86ShuffleChain()
40426 if ((UnaryShuffle && RootOpc == X86ISD::VPERMV) || RootOpc == X86ISD::VPERMV3) in combineX86ShuffleChain()
[all …]