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

  /external/llvm/lib/Target/X86/
X86Subtarget.h 84 bool HasSSE4A;
351 bool hasSSE4A() const { return HasSSE4A; }
X86Subtarget.cpp 208 if (hasSSE42() || hasSSE4A())
245 HasSSE4A = false;
X86FastISel.cpp 437 bool HasSSE4A = Subtarget->hasSSE4A();
466 if (IsNonTemporal && HasSSE4A)
475 if (IsNonTemporal && HasSSE4A)
    [all...]

Completed in 128 milliseconds