Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp38984 bool MaskContainsZeros = isAnyZero(Mask); in combineX86ShuffleChain() local
38988 if (UnaryShuffle && AllowVariableCrossLaneMask && !MaskContainsZeros) { in combineX86ShuffleChain()
39043 if (AllowVariableCrossLaneMask && !MaskContainsZeros && in combineX86ShuffleChain()
39063 if (UnaryShuffle && MaskContainsZeros && AllowVariablePerLaneMask && in combineX86ShuffleChain()
39091 if (UnaryShuffle && AllowVariablePerLaneMask && !MaskContainsZeros && in combineX86ShuffleChain()
39215 if (!UnaryShuffle && AllowVariablePerLaneMask && !MaskContainsZeros && in combineX86ShuffleChain()