HomeSort by relevance Sort by last modified time
    Searched refs:hasSSE4A (Results 1 - 10 of 10) 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.cpp 202 if (hasSSE42() || hasSSE4A())
240 HasSSE4A = false;
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...]
X86ISelLowering.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
X86Subtarget.cpp 248 if (hasSSE42() || hasSSE4A())
X86Subtarget.h 113 bool HasSSE4A = false;
548 bool hasSSE4A() const { return HasSSE4A; }
X86FastISel.cpp 501 bool HasSSE4A = Subtarget->hasSSE4A();
532 if (IsNonTemporal && HasSSE4A)
542 if (IsNonTemporal && HasSSE4A)
    [all...]
X86ISelLowering.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/configs/common/lib/Target/X86/
X86GenGlobalISel.inc 187 if (Subtarget->hasSSE4A())
    [all...]

Completed in 122 milliseconds