Searched refs:hasSSE42 (Results 1 – 6 of 6) sorted by relevance
278 if (hasSSE42() || hasSSE4A()) in initSubtargetFeatures()
206 bool hasSSE42() const { return X86SSELevel >= SSE42; } in hasSSE42() function
1253 if (ST->hasSSE42()) in getArithmeticInstrCost()3292 if (ST->hasSSE42()) in getCmpSelInstrCost()4165 if (ST->hasSSE42()) in getIntrinsicInstrCost()5274 if (ST->hasSSE42()) in getMinMaxCost()
5807 if (!Subtarget->hasSSE42()) in Select()5835 if (!Subtarget->hasSSE42()) in Select()
892 def HasSSE42 : Predicate<"Subtarget->hasSSE42()">;893 def UseSSE42 : Predicate<"Subtarget->hasSSE42() && !Subtarget->hasAVX()">;
1297 if (!Subtarget.useSoftFloat() && Subtarget.hasSSE42()) { in X86TargetLowering()25051 if (Opc == X86ISD::PCMPGT && !Subtarget.hasSSE42()) { in LowerVSETCC()30247 if (ShiftAmt == 63 && Subtarget.hasSSE42()) { in LowerShiftByScalarImmediate()