Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp37824 bool AllowFloatDomain, bool AllowIntDomain, in matchUnaryShuffle() argument
37848 if (AllowIntDomain && ((MaskVT.is128BitVector() && Subtarget.hasSSE41()) || in matchUnaryShuffle()
37979 bool AllowFloatDomain, bool AllowIntDomain, in matchUnaryPermuteShuffle() argument
38034 !ContainsZeros && (AllowIntDomain || Subtarget.hasAVX())) { in matchUnaryPermuteShuffle()
38042 Shuffle = (AllowIntDomain ? X86ISD::PSHUFD : X86ISD::VPERMILPI); in matchUnaryPermuteShuffle()
38043 ShuffleVT = (AllowIntDomain ? MVT::i32 : MVT::f32); in matchUnaryPermuteShuffle()
38051 if (!ContainsZeros && AllowIntDomain && MaskScalarSizeInBits == 16 && in matchUnaryPermuteShuffle()
38086 if (!ContainsZeros && AllowIntDomain && MaskScalarSizeInBits < 64 && in matchUnaryPermuteShuffle()
38099 if (AllowIntDomain && in matchUnaryPermuteShuffle()
38127 bool AllowFloatDomain, bool AllowIntDomain, in matchBinaryShuffle() argument
[all …]