Searched refs:AllowIntDomain (Results 1 – 1 of 1) sorted by relevance
38311 bool AllowFloatDomain, bool AllowIntDomain, in matchUnaryShuffle() argument38335 if (AllowIntDomain && ((MaskVT.is128BitVector() && Subtarget.hasSSE41()) || in matchUnaryShuffle()38456 bool AllowFloatDomain, bool AllowIntDomain, in matchUnaryPermuteShuffle() argument38507 !ContainsZeros && (AllowIntDomain || Subtarget.hasAVX())) { in matchUnaryPermuteShuffle()38515 Shuffle = (AllowIntDomain ? X86ISD::PSHUFD : X86ISD::VPERMILPI); in matchUnaryPermuteShuffle()38516 ShuffleVT = (AllowIntDomain ? MVT::i32 : MVT::f32); in matchUnaryPermuteShuffle()38524 if (!ContainsZeros && AllowIntDomain && MaskScalarSizeInBits == 16 && in matchUnaryPermuteShuffle()38559 if (AllowIntDomain && in matchUnaryPermuteShuffle()38573 if (!ContainsZeros && AllowIntDomain && MaskScalarSizeInBits < 64 && in matchUnaryPermuteShuffle()38592 bool AllowFloatDomain, bool AllowIntDomain, in matchBinaryShuffle() argument[all …]