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

  /external/swiftshader/third_party/LLVM/lib/Target/X86/
X86Subtarget.h 178 bool hasSSE42() const { return X86SSELevel >= SSE42; }
X86ISelLowering.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86Subtarget.cpp 202 if (hasSSE42() || hasSSE4A())
X86Subtarget.h 387 bool hasSSE42() const { return X86SSELevel >= SSE42; }
X86TargetTransformInfo.cpp     [all...]
X86ISelLowering.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
X86Subtarget.cpp 248 if (hasSSE42() || hasSSE4A())
X86Subtarget.h 543 bool hasSSE42() const { return X86SSELevel >= SSE42; }
X86TargetTransformInfo.cpp 19 /// apeared at the first time. For example, if we do Subtarget.hasSSE42() in
711 if (ST->hasSSE42())
    [all...]
X86ISelDAGToDAG.cpp     [all...]
X86ISelLowering.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/configs/common/lib/Target/X86/
X86GenGlobalISel.inc 183 if (Subtarget->hasSSE42())
185 if (Subtarget->hasSSE42() && !Subtarget->hasAVX())
    [all...]
X86GenFastISel.inc     [all...]

Completed in 234 milliseconds