Searched refs:AllowIntDomain (Results 1 – 1 of 1) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86ISelLowering.cpp | 35197 bool AllowFloatDomain, bool AllowIntDomain, in matchUnaryShuffle() 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() 35581 bool AllowFloatDomain, bool AllowIntDomain, SDValue &V1, SDValue &V2, in matchBinaryPermuteShuffle() argument 35588 if (AllowIntDomain && (EltSizeInBits == 64 || EltSizeInBits == 32) && in matchBinaryPermuteShuffle() 36132 AllowIntDomain, NewV1, NewV2, DL, DAG, in combineX86ShuffleChain() [all …]
|