Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp37988 bool ContainsZeros = isAnyZero(Mask); in matchUnaryPermuteShuffle() local
37991 if (!ContainsZeros && MaskScalarSizeInBits == 64) { in matchUnaryPermuteShuffle()
38034 !ContainsZeros && (AllowIntDomain || Subtarget.hasAVX())) { in matchUnaryPermuteShuffle()
38051 if (!ContainsZeros && AllowIntDomain && MaskScalarSizeInBits == 16 && in matchUnaryPermuteShuffle()
38086 if (!ContainsZeros && AllowIntDomain && MaskScalarSizeInBits < 64 && in matchUnaryPermuteShuffle()