Searched refs:AllowIntDomain (Results 1 – 1 of 1) sorted by relevance
39236 bool AllowFloatDomain, bool AllowIntDomain, in matchUnaryShuffle() argument39259 if (AllowIntDomain && in matchUnaryShuffle()39395 bool AllowFloatDomain, bool AllowIntDomain, in matchUnaryPermuteShuffle() argument39450 !ContainsZeros && (AllowIntDomain || Subtarget.hasAVX())) { in matchUnaryPermuteShuffle()39458 Shuffle = (AllowIntDomain ? X86ISD::PSHUFD : X86ISD::VPERMILPI); in matchUnaryPermuteShuffle()39459 ShuffleVT = (AllowIntDomain ? MVT::i32 : MVT::f32); in matchUnaryPermuteShuffle()39467 if (!ContainsZeros && AllowIntDomain && MaskScalarSizeInBits == 16 && in matchUnaryPermuteShuffle()39502 if (!ContainsZeros && AllowIntDomain && MaskScalarSizeInBits < 64 && in matchUnaryPermuteShuffle()39515 if (AllowIntDomain && in matchUnaryPermuteShuffle()39543 bool AllowFloatDomain, bool AllowIntDomain, in matchBinaryShuffle() argument[all …]