Searched refs:hasSSE42 (Results 1 – 4 of 4) sorted by relevance
333 bool hasSSE42() const { return X86SSELevel >= SSE42; } in hasSSE42() function
722 if (ST->hasSSE42()) { in getCmpSelInstrCost()939 if (ST->hasSSE42()) { in getReductionCost()951 if (ST->hasSSE42()) { in getReductionCost()
738 def HasSSE42 : Predicate<"Subtarget->hasSSE42()">;739 def UseSSE42 : Predicate<"Subtarget->hasSSE42() && !Subtarget->hasAVX()">;
13204 if (Opc == X86ISD::PCMPGT && !Subtarget->hasSSE42()) { in LowerVSETCC()19228 assert(Subtarget->hasSSE42() && in EmitInstrWithCustomInserter()19241 assert(Subtarget->hasSSE42() && in EmitInstrWithCustomInserter()