HomeSort by relevance Sort by last modified time
    Searched defs:HasSSE4A (Results 1 - 5 of 5) sorted by null

  /external/swiftshader/third_party/LLVM/lib/Target/X86/
X86Subtarget.h 75 /// HasSSE4A - True if the processor supports SSE4A instructions.
76 bool HasSSE4A;
179 bool hasSSE4A() const { return HasSSE4A; }
  /external/llvm/lib/Target/X86/
X86Subtarget.h 88 bool HasSSE4A;
393 bool hasSSE4A() const { return HasSSE4A; }
X86FastISel.cpp 505 bool HasSSE4A = Subtarget->hasSSE4A();
534 if (IsNonTemporal && HasSSE4A)
543 if (IsNonTemporal && HasSSE4A)
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
X86FastISel.cpp 501 bool HasSSE4A = Subtarget->hasSSE4A();
532 if (IsNonTemporal && HasSSE4A)
542 if (IsNonTemporal && HasSSE4A)
    [all...]
X86Subtarget.h 113 bool HasSSE4A = false;
548 bool hasSSE4A() const { return HasSSE4A; }

Completed in 529 milliseconds