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

  /external/skia/src/opts/
opts_check_SSE2.cpp 59 static inline bool hasSSE2() {
64 static inline bool hasSSE2() {
78 static bool gHasSSE2 = hasSSE2();
  /external/llvm/lib/Target/X86/
X86Subtarget.h 198 bool hasSSE2() const { return X86SSELevel >= SSE2; }
X86TargetMachine.cpp 178 if (getOptLevel() != CodeGenOpt::None && getX86Subtarget().hasSSE2()) {
X86ISelLowering.cpp 159 X86ScalarSSEf64 = Subtarget->hasSSE2();
    [all...]
X86FastISel.cpp 65 X86ScalarSSEf64 = Subtarget->hasSSE2();
843 bool X86ScalarSSEf64 = Subtarget->hasSSE2();
    [all...]
X86InstrInfo.cpp     [all...]

Completed in 58 milliseconds