reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
253450 case 94: return (Subtarget->hasSSE3()); 253519 case 163: return (Subtarget->hasSSE3() && !Subtarget->hasAVX());gen/lib/Target/X86/X86GenFastISel.inc
4160 if ((Subtarget->hasSSE3() && !Subtarget->hasAVX())) { 4357 if ((Subtarget->hasSSE3() && !Subtarget->hasAVX())) { 4381 if ((Subtarget->hasSSE3() && !Subtarget->hasAVX())) { 4427 if ((Subtarget->hasSSE3() && !Subtarget->hasAVX())) { 4451 if ((Subtarget->hasSSE3() && !Subtarget->hasAVX())) { 9061 if ((Subtarget->hasSSE3() && !Subtarget->hasAVX())) { 9082 if ((Subtarget->hasSSE3() && !Subtarget->hasAVX())) { 9782 if ((Subtarget->hasSSE3() && !Subtarget->hasAVX())) { 9803 if ((Subtarget->hasSSE3() && !Subtarget->hasAVX())) { 9836 if ((Subtarget->hasSSE3() && !Subtarget->hasAVX())) { 9857 if ((Subtarget->hasSSE3() && !Subtarget->hasAVX())) {gen/lib/Target/X86/X86GenGlobalISel.inc
173 if (Subtarget->hasSSE3()) 175 if (Subtarget->hasSSE3() && !Subtarget->hasAVX())lib/Target/X86/X86ISelDAGToDAG.cpp
4375 if (!Subtarget->hasSSE3())
lib/Target/X86/X86ISelLowering.cpp7536 if (Subtarget.hasSSE3() && !Subtarget.hasXOP() && 8756 if (!Subtarget.hasSSE3() || !VT.isFloatingPoint()) 9078 if (((VT == MVT::v4f32 || VT == MVT::v2f64) && Subtarget.hasSSE3()) || 12493 if (!((Subtarget.hasSSE3() && VT == MVT::v2f64) || 13194 if (Subtarget.hasSSE3()) { 18594 if (Subtarget.hasSSE3() && shouldUseHorizontalOp(true, DAG, Subtarget)) { 19585 if (!Subtarget.hasSSE3()) 19664 if (IsFP && !Subtarget.hasSSE3()) 31880 if (MaskVT.is128BitVector() && Subtarget.hasSSE3() && AllowFloatDomain) { 33841 if (!Subtarget.hasSSE3() || !TLI.isTypeLegal(VT) || 36355 ((VecVT == MVT::v8f32 || VecVT == MVT::v4f64) && Subtarget.hasSSE3())) { 36363 !((VecVT == MVT::v4f32 || VecVT == MVT::v2f64) && Subtarget.hasSSE3())) 40923 if (((Subtarget.hasSSE3() && (VT == MVT::v4f32 || VT == MVT::v2f64)) ||