Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp30338 if (AllowIntDomain && ((MaskVT.is128BitVector() && Subtarget.hasSSE41()) || in matchUnaryVectorShuffle()
30459 bool AllowIntDomain, in matchUnaryPermuteVectorShuffle() argument
30511 !ContainsZeros && (AllowIntDomain || Subtarget.hasAVX())) { in matchUnaryPermuteVectorShuffle()
30519 Shuffle = (AllowIntDomain ? X86ISD::PSHUFD : X86ISD::VPERMILPI); in matchUnaryPermuteVectorShuffle()
30520 ShuffleVT = (AllowIntDomain ? MVT::i32 : MVT::f32); in matchUnaryPermuteVectorShuffle()
30528 if (!ContainsZeros && AllowIntDomain && MaskScalarSizeInBits == 16) { in matchUnaryPermuteVectorShuffle()
30561 if (AllowIntDomain && ((MaskVT.is128BitVector() && Subtarget.hasSSE2()) || in matchUnaryPermuteVectorShuffle()
30647 bool AllowFloatDomain, bool AllowIntDomain, SDValue &V1, SDValue &V2, in matchBinaryPermuteVectorShuffle() argument
30945 AllowIntDomain, Subtarget, Shuffle, in combineX86ShuffleChain()
30974 MaskVT, Mask, Zeroable, AllowFloatDomain, AllowIntDomain, NewV1, in combineX86ShuffleChain()
[all …]