Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp34997 bool AllowFloatDomain, bool AllowIntDomain, in matchUnaryShuffle() argument
35021 if (AllowIntDomain && ((MaskVT.is128BitVector() && Subtarget.hasSSE41()) || in matchUnaryShuffle()
35138 bool AllowFloatDomain, bool AllowIntDomain, in matchUnaryPermuteShuffle() argument
35188 !ContainsZeros && (AllowIntDomain || Subtarget.hasAVX())) { in matchUnaryPermuteShuffle()
35196 Shuffle = (AllowIntDomain ? X86ISD::PSHUFD : X86ISD::VPERMILPI); in matchUnaryPermuteShuffle()
35197 ShuffleVT = (AllowIntDomain ? MVT::i32 : MVT::f32); in matchUnaryPermuteShuffle()
35205 if (!ContainsZeros && AllowIntDomain && MaskScalarSizeInBits == 16 && in matchUnaryPermuteShuffle()
35240 if (AllowIntDomain && in matchUnaryPermuteShuffle()
35254 if (!ContainsZeros && AllowIntDomain && MaskScalarSizeInBits < 64 && in matchUnaryPermuteShuffle()
35273 bool AllowFloatDomain, bool AllowIntDomain, in matchBinaryShuffle() argument
[all …]