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

  /external/skia/legacy/src/opts/
opts_check_SSE2.cpp 59 static inline bool hasSSE2() {
64 static inline bool hasSSE2() {
78 static bool gHasSSE2 = hasSSE2();
  /external/skia/src/opts/
opts_check_SSE2.cpp 69 static inline bool hasSSE2() {
74 static inline bool hasSSE2() {
96 static bool gHasSSE2 = hasSSE2();
  /external/llvm/lib/Target/X86/
X86TargetMachine.cpp 203 if (getOptLevel() != CodeGenOpt::None && getX86Subtarget().hasSSE2()) {
X86Subtarget.h 229 bool hasSSE2() const { return X86SSELevel >= SSE2; }
X86TargetTransformInfo.cpp 211 if (ISD == ISD::MUL && LT.second == MVT::v4i32 && ST->hasSSE2() &&
X86ISelLowering.cpp 164 X86ScalarSSEf64 = Subtarget->hasSSE2();
    [all...]
X86FastISel.cpp 64 X86ScalarSSEf64 = Subtarget->hasSSE2();
863 bool X86ScalarSSEf64 = Subtarget->hasSSE2();
    [all...]
X86InstrInfo.cpp     [all...]

Completed in 151 milliseconds