Searched refs:AllowIntDomain (Results 1 – 1 of 1) sorted by relevance
37824 bool AllowFloatDomain, bool AllowIntDomain, in matchUnaryShuffle() argument37848 if (AllowIntDomain && ((MaskVT.is128BitVector() && Subtarget.hasSSE41()) || in matchUnaryShuffle()37979 bool AllowFloatDomain, bool AllowIntDomain, in matchUnaryPermuteShuffle() argument38034 !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 …]