Lines Matching refs:hasSSE3
8942 if (Subtarget.hasSSE3() && !Subtarget.hasXOP() && in LowerBuildVectorv4x32()
10189 if (!Subtarget.hasSSE3() || !VT.isFloatingPoint()) in isAddSubOrSubAdd()
10515 if (((VT == MVT::v4f32 || VT == MVT::v2f64) && Subtarget.hasSSE3()) || in LowerToHorizontalOp()
13331 if (!IsLegal && Subtarget.hasSSE3()) in lowerShuffleAsBitRotate()
14453 if (!((Subtarget.hasSSE3() && VT == MVT::v2f64) || in lowerShuffleAsBroadcast()
15162 if (Subtarget.hasSSE3()) { in lowerV4F32Shuffle()
21193 if (Subtarget.hasSSE3() && in LowerUINT_TO_FP_i64()
22618 if (!Subtarget.hasSSE3()) in LowerFP_TO_INT()
23092 if (IsFP && !Subtarget.hasSSE3()) in lowerAddSubToHorizontalOp()
37326 if (MaskVT.is128BitVector() && Subtarget.hasSSE3() && AllowFloatDomain) { in matchUnaryShuffle()
40560 if (!Subtarget.hasSSE3() || !TLI.isTypeLegal(VT) || in isAddSubOrSubAdd()
43859 ((VecVT == MVT::v8f32 || VecVT == MVT::v4f64) && Subtarget.hasSSE3())) { in combineArithReduction()
43867 !((VecVT == MVT::v4f32 || VecVT == MVT::v2f64) && Subtarget.hasSSE3())) in combineArithReduction()
49858 if ((Subtarget.hasSSE3() && (VT == MVT::v4f32 || VT == MVT::v2f64)) || in combineToHorizontalAddSub()