HomeSort by relevance Sort by last modified time
    Searched refs:hasSSE3 (Results 1 - 8 of 8) sorted by null

  /external/swiftshader/third_party/LLVM/lib/Target/X86/
X86Subtarget.h 175 bool hasSSE3() const { return X86SSELevel >= SSE3; }
X86ISelLowering.cpp 319 if (Subtarget->hasSSE1() && !Subtarget->hasSSE3())
    [all...]
  /external/llvm/lib/Target/X86/
X86Subtarget.h 384 bool hasSSE3() const { return X86SSELevel >= SSE3; }
X86ISelLowering.cpp 246 if (Subtarget.hasSSE1() && !Subtarget.hasSSE3())
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
X86Subtarget.h 540 bool hasSSE3() const { return X86SSELevel >= SSE3; }
X86ISelLowering.cpp 285 if (Subtarget.hasSSE1() && !Subtarget.hasSSE3())
    [all...]
  /external/swiftshader/third_party/llvm-7.0/configs/common/lib/Target/X86/
X86GenFastISel.inc     [all...]
X86GenGlobalISel.inc 173 if (Subtarget->hasSSE3())
175 if (Subtarget->hasSSE3() && !Subtarget->hasAVX())
    [all...]

Completed in 72 milliseconds