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

References

lib/Target/X86/X86ISelLowering.cpp
12493   if (!((Subtarget.hasSSE3() && VT == MVT::v2f64) ||
12494         (Subtarget.hasAVX() && VT.isFloatingPoint()) ||
12495         (Subtarget.hasAVX2() && VT.isInteger())))
12502   unsigned Opcode = (VT == MVT::v2f64 && !Subtarget.hasAVX2())
12505   bool BroadcastFromReg = (Opcode == X86ISD::MOVDDUP) || Subtarget.hasAVX2();
12575             DL, VT, V, BroadcastIdx, Subtarget, DAG))
12591     if (!Subtarget.is64Bit() && VT.getScalarType() == MVT::i64) {
12593       Opcode = (BroadcastVT.is128BitVector() && !Subtarget.hasAVX2())
12655   if (!Subtarget.is64Bit() && V.getValueType() == MVT::i64) {