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

  /external/swiftshader/third_party/LLVM/lib/Target/X86/
X86Subtarget.h 177 bool hasSSE41() const { return X86SSELevel >= SSE41; }
X86ISelLowering.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86Subtarget.h 386 bool hasSSE41() const { return X86SSELevel >= SSE41; }
X86TargetTransformInfo.cpp 282 if (ISD == ISD::SDIV && LT.second == MVT::v4i32 && ST->hasSSE41())
296 (VT == MVT::v4i32 && ST->hasSSE41()))
408 !ST->hasSSE41())
480 if (ST->hasSSE41())
    [all...]
X86ISelLowering.cpp     [all...]
X86FastISel.cpp 351 bool HasSSE41 = Subtarget->hasSSE41();
401 if (IsNonTemporal && Alignment >= 16 && HasSSE41)
410 if (IsNonTemporal && Alignment >= 16 && HasSSE41)
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
X86Subtarget.h 542 bool hasSSE41() const { return X86SSELevel >= SSE41; }
X86LegalizerInfo.cpp 311 if (!Subtarget.hasSSE41())
X86ISelLowering.cpp     [all...]