reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Target/X86/X86ISelLowering.cpp
12913   assert(V2.getSimpleValueType() == MVT::v2f64 && "Bad operand type!");
12916   if (V2.isUndef()) {
12918     if (SDValue Broadcast = lowerShuffleAsBroadcast(DL, MVT::v2f64, V1, V2,
12945     if (SDValue Extract = lowerShuffleOfExtractsAsVperm(DL, V1, V2, Mask, DAG))
12951           DL, MVT::v2f64, V1, V2, Mask, Zeroable, Subtarget, DAG))
12958           DL, MVT::v2f64, V2, V1, InverseMask, Zeroable, Subtarget, DAG))
12963   if (isShuffleEquivalent(V1, V2, Mask, {0, 3}) ||
12964       isShuffleEquivalent(V1, V2, Mask, {1, 3}))
12969           X86ISD::MOVSD, DL, MVT::v2f64, V2,
12973     if (SDValue Blend = lowerShuffleAsBlend(DL, MVT::v2f64, V1, V2, Mask,
12978   if (SDValue V = lowerShuffleWithUNPCK(DL, MVT::v2f64, Mask, V1, V2, DAG))
12982   return DAG.getNode(X86ISD::SHUFP, DL, MVT::v2f64, V1, V2,