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

  /external/swiftshader/third_party/LLVM/lib/Target/X86/
X86Subtarget.h 173 bool hasSSE1() const { return X86SSELevel >= SSE1; }
184 bool hasXMM() const { return hasSSE1() || hasAVX(); }
X86JITInfo.cpp 424 if (Subtarget->hasSSE1())
X86FastISel.cpp 64 X86ScalarSSEf32 = Subtarget->hasSSE1() || Subtarget->hasAVX();
821 bool X86ScalarSSEf32 = HasAVX || Subtarget->hasSSE1();
    [all...]
X86ISelLowering.cpp 319 if (Subtarget->hasSSE1() && !Subtarget->hasSSE3())
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
X86Subtarget.h 538 bool hasSSE1() const { return X86SSELevel >= SSE1; }
590 return hasSSE1() || (hasPRFCHW() && !has3DNow()) || hasPREFETCHWT1();
X86RegisterInfo.cpp 270 bool HasSSE = Subtarget.hasSSE1();
393 bool HasSSE = Subtarget.hasSSE1();
X86FastISel.cpp 66 X86ScalarSSEf32 = Subtarget->hasSSE1();
499 bool HasSSE1 = Subtarget->hasSSE1();
551 Opc = (IsNonTemporal && HasSSE1) ? X86::MMX_MOVNTQmr : X86::MMX_MOVQ64mr;
    [all...]
X86LegalizerInfo.cpp 238 if (!Subtarget.hasSSE1())
X86TargetTransformInfo.cpp 121 if (Vector && !ST->hasSSE1())
139 if (ST->hasSSE1() && PreferVectorWidth >= 128)
    [all...]
X86ISelLowering.cpp 105 X86ScalarSSEf32 = Subtarget.hasSSE1();
285 if (Subtarget.hasSSE1() && !Subtarget.hasSSE3())
751 if (!Subtarget.useSoftFloat() && Subtarget.hasSSE1()) {
    [all...]
  /external/llvm/lib/Target/X86/
X86RegisterInfo.cpp 245 bool HasSSE = Subtarget.hasSSE1();
344 bool HasSSE = Subtarget.hasSSE1();
X86Subtarget.h 382 bool hasSSE1() const { return X86SSELevel >= SSE1; }
X86FastISel.cpp 66 X86ScalarSSEf32 = Subtarget->hasSSE1();
    [all...]
X86TargetTransformInfo.cpp 45 if (Vector && !ST->hasSSE1())
60 if (ST->hasSSE1()) return 128;
    [all...]
X86ISelLowering.cpp 77 X86ScalarSSEf32 = Subtarget.hasSSE1();
246 if (Subtarget.hasSSE1() && !Subtarget.hasSSE3())
432 if (Subtarget.hasSSE1())
719 if (!Subtarget.useSoftFloat() && Subtarget.hasSSE1()) {
    [all...]
  /external/swiftshader/third_party/llvm-7.0/configs/common/lib/Target/X86/
X86GenCallingConv.inc 883 if (static_cast<const X86Subtarget&>(State.getMachineFunction().getSubtarget()).hasSSE1()) {
907 if (static_cast<const X86Subtarget&>(State.getMachineFunction().getSubtarget()).hasSSE1()) {
    [all...]
X86GenFastISel.inc 719 if ((!Subtarget->hasSSE1())) {
754 if ((!Subtarget->hasSSE1())) {
789 if ((!Subtarget->hasSSE1())) {
907 if ((Subtarget->hasSSE1() && !Subtarget->hasAVX())) {
920 if ((Subtarget->hasSSE1() && !Subtarget->hasAVX())) {
    [all...]
X86GenGlobalISel.inc 165 if (Subtarget->hasSSE1())
167 if (Subtarget->hasSSE1() && !Subtarget->hasAVX())
323 if (!Subtarget->hasSSE1())
    [all...]

Completed in 286 milliseconds