Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp38311 bool AllowFloatDomain, bool AllowIntDomain, in matchUnaryShuffle() argument
38335 if (AllowIntDomain && ((MaskVT.is128BitVector() && Subtarget.hasSSE41()) || in matchUnaryShuffle()
38456 bool AllowFloatDomain, bool AllowIntDomain, in matchUnaryPermuteShuffle() argument
38507 !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 …]