Lines Matching refs:AllowIntDomain

35197                               bool AllowFloatDomain, bool AllowIntDomain,  in matchUnaryShuffle()  argument
35221 if (AllowIntDomain && ((MaskVT.is128BitVector() && Subtarget.hasSSE41()) || in matchUnaryShuffle()
35338 bool AllowFloatDomain, bool AllowIntDomain, in matchUnaryPermuteShuffle() argument
35388 !ContainsZeros && (AllowIntDomain || Subtarget.hasAVX())) { in matchUnaryPermuteShuffle()
35396 Shuffle = (AllowIntDomain ? X86ISD::PSHUFD : X86ISD::VPERMILPI); in matchUnaryPermuteShuffle()
35397 ShuffleVT = (AllowIntDomain ? MVT::i32 : MVT::f32); in matchUnaryPermuteShuffle()
35405 if (!ContainsZeros && AllowIntDomain && MaskScalarSizeInBits == 16 && in matchUnaryPermuteShuffle()
35440 if (AllowIntDomain && in matchUnaryPermuteShuffle()
35454 if (!ContainsZeros && AllowIntDomain && MaskScalarSizeInBits < 64 && in matchUnaryPermuteShuffle()
35473 bool AllowFloatDomain, bool AllowIntDomain, in matchBinaryShuffle() argument
35581 bool AllowFloatDomain, bool AllowIntDomain, SDValue &V1, SDValue &V2, in matchBinaryPermuteShuffle() argument
35588 if (AllowIntDomain && (EltSizeInBits == 64 || EltSizeInBits == 32) && in matchBinaryPermuteShuffle()
35607 if (AllowIntDomain && ((MaskVT.is128BitVector() && Subtarget.hasSSSE3()) || in matchBinaryPermuteShuffle()
36019 bool AllowIntDomain = (!FloatDomain || (Depth >= 3)) && Subtarget.hasSSE2() && in combineX86ShuffleChain() local
36054 if (matchUnaryShuffle(MaskVT, Mask, AllowFloatDomain, AllowIntDomain, NewV1, in combineX86ShuffleChain()
36067 AllowIntDomain, Subtarget, Shuffle, ShuffleVT, in combineX86ShuffleChain()
36117 if (matchBinaryShuffle(MaskVT, Mask, AllowFloatDomain, AllowIntDomain, NewV1, in combineX86ShuffleChain()
36132 AllowIntDomain, NewV1, NewV2, DL, DAG, in combineX86ShuffleChain()
36149 if (Subtarget.hasSSE4A() && AllowIntDomain && RootSizeInBits == 128) { in combineX86ShuffleChain()
36175 if (AllowIntDomain && MaskEltSizeInBits < 64 && Subtarget.hasAVX512()) { in combineX86ShuffleChain()