Searched refs:AllowIntDomain (Results 1 – 1 of 1) sorted by relevance
34997 bool AllowFloatDomain, bool AllowIntDomain, in matchUnaryShuffle() argument35021 if (AllowIntDomain && ((MaskVT.is128BitVector() && Subtarget.hasSSE41()) || in matchUnaryShuffle()35138 bool AllowFloatDomain, bool AllowIntDomain, in matchUnaryPermuteShuffle() argument35188 !ContainsZeros && (AllowIntDomain || Subtarget.hasAVX())) { in matchUnaryPermuteShuffle()35196 Shuffle = (AllowIntDomain ? X86ISD::PSHUFD : X86ISD::VPERMILPI); in matchUnaryPermuteShuffle()35197 ShuffleVT = (AllowIntDomain ? MVT::i32 : MVT::f32); in matchUnaryPermuteShuffle()35205 if (!ContainsZeros && AllowIntDomain && MaskScalarSizeInBits == 16 && in matchUnaryPermuteShuffle()35240 if (AllowIntDomain && in matchUnaryPermuteShuffle()35254 if (!ContainsZeros && AllowIntDomain && MaskScalarSizeInBits < 64 && in matchUnaryPermuteShuffle()35273 bool AllowFloatDomain, bool AllowIntDomain, in matchBinaryShuffle() argument[all …]