Home
last modified time | relevance | path

Searched refs:AllowIntDomain (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp39236 bool AllowFloatDomain, bool AllowIntDomain, in matchUnaryShuffle() argument
39259 if (AllowIntDomain && in matchUnaryShuffle()
39395 bool AllowFloatDomain, bool AllowIntDomain, in matchUnaryPermuteShuffle() argument
39450 !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 …]