HomeSort by: relevance | last modified time | path
    Searched refs:hasSSE2 (Results 1 - 9 of 9) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/X86/
X86PartialReduction.cpp 67 if (!ST->hasSSE2())
171 if (!ST->hasSSE2())
X86Subtarget.h 629 bool hasSSE2() const { return X86SSELevel >= SSE2; }
824 bool hasMFence() const { return hasSSE2() || is64Bit(); }
X86TargetTransformInfo.cpp 395 ST->hasSSE2() && !ST->hasXOP()) {
494 ST->hasSSE2()) {
565 if (ST->hasSSE2() &&
734 if (ST->hasSSE2() &&
752 if (((VT == MVT::v8i16 || VT == MVT::v4i32) && ST->hasSSE2()) ||
947 if (ST->hasSSE2())
1120 if (ST->hasSSE2())
1446 if (ST->hasSSE2())
2084 if (ST->hasSSE2() && !ST->hasAVX())
2149 if (ST->hasSSE2()) {
    [all...]
X86PreTileConfig.cpp 377 assert(ST.hasSSE2() && "AMX should assume SSE2 enabled");
X86LegalizerInfo.cpp 309 if (!Subtarget.hasSSE2())
X86ISelLowering.cpp 117 X86ScalarSSEf64 = Subtarget.hasSSE2();
297 if (Subtarget.hasSSE2()) {
907 if (!Subtarget.useSoftFloat() && Subtarget.hasSSE2()) {
2312 if (Subtarget.hasSSE2() && (Subtarget.getPreferVectorWidth() >= 128))
2320 Op.size() >= 8 && !Subtarget.is64Bit() && Subtarget.hasSSE2()) {
2734 } else if (!Subtarget.hasSSE2() &&
2766 if (!Subtarget.hasSSE2())
3067 } else if (!Subtarget.hasSSE2() &&
3565 else if (Subtarget.hasSSE2())
5456 return Subtarget.hasSSE2();
    [all...]
X86FastISel.cpp 64 X86ScalarSSEf64 = Subtarget->hasSSE2();
490 bool HasSSE2 = Subtarget->hasSSE2();
514 Opc = (IsNonTemporal && HasSSE2) ? X86::MOVNTImr : X86::MOV32mr;
518 Opc = (IsNonTemporal && HasSSE2) ? X86::MOVNTI_64mr : X86::MOV64mr;
1362 bool X86ScalarSSEf64 = Subtarget->hasSSE2();
2168 (Subtarget->hasSSE2() && RetVT == MVT::f64)))
2984 if (!Subtarget->hasSSE2())
3639 if (!Subtarget->hasSSE2())
X86InstrInfo.cpp 2273 assert(Subtarget.hasSSE2() && "Commuting MOVHLP/UNPCKHPD requires SSE2!");
2536 if (Subtarget.hasSSE2())
X86ISelDAGToDAG.cpp 1132 if (Subtarget->hasSSE2()) {

Completed in 43 milliseconds