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

  /external/llvm/lib/Target/X86/
X86Subtarget.h 173 bool hasSSE1() const { return X86SSELevel >= SSE1; }
184 bool hasXMM() const { return hasSSE1() || hasAVX(); }
X86JITInfo.cpp 430 if (Subtarget->hasSSE1())
X86FastISel.cpp 64 X86ScalarSSEf32 = Subtarget->hasSSE1() || Subtarget->hasAVX();
840 bool X86ScalarSSEf32 = HasAVX || Subtarget->hasSSE1();
    [all...]
X86ISelLowering.cpp 319 if (Subtarget->hasSSE1() && !Subtarget->hasSSE3())
    [all...]

Completed in 87 milliseconds