HomeSort by: relevance | last modified time | path
    Searched refs:hasSSE42 (Results 1 - 5 of 5) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/X86/
X86Subtarget.cpp 258 if (hasSSE42() || hasSSE4A())
X86Subtarget.h 633 bool hasSSE42() const { return X86SSELevel >= SSE42; }
X86TargetTransformInfo.cpp 18 /// apeared at the first time. For example, if we do Subtarget.hasSSE42() in
872 if (ST->hasSSE42())
2335 if (ST->hasSSE42())
2928 if (ST->hasSSE42())
3868 if (ST->hasSSE42())
X86ISelDAGToDAG.cpp 5563 if (!Subtarget->hasSSE42())
5591 if (!Subtarget->hasSSE42())
X86ISelLowering.cpp 1188 if (!Subtarget.useSoftFloat() && Subtarget.hasSSE42()) {
23212 if (Opc == X86ISD::PCMPGT && !Subtarget.hasSSE42()) {
    [all...]

Completed in 87 milliseconds