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 197 bool hasSSE1() const { return X86SSELevel >= SSE1; }
X86JITInfo.cpp 435 if (Subtarget->hasSSE1())
X86ISelLowering.cpp 160 X86ScalarSSEf32 = Subtarget->hasSSE1();
316 if (Subtarget->hasSSE1() && !Subtarget->hasSSE3())
487 if (Subtarget->hasSSE1())
    [all...]
X86FastISel.cpp 66 X86ScalarSSEf32 = Subtarget->hasSSE1();
842 bool X86ScalarSSEf32 = Subtarget->hasSSE1();
    [all...]

Completed in 1715 milliseconds