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

  /src/external/apache2/llvm/dist/llvm/lib/Target/X86/
X86Subtarget.h 630 bool hasSSE3() const { return X86SSELevel >= SSE3; }
X86ISelLowering.cpp 8225 if (Subtarget.hasSSE3() && !Subtarget.hasXOP() &&
9453 if (!Subtarget.hasSSE3() || !VT.isFloatingPoint())
9774 if (((VT == MVT::v4f32 || VT == MVT::v2f64) && Subtarget.hasSSE3()) ||
12533 if (!IsLegal && Subtarget.hasSSE3())
13636 if (!((Subtarget.hasSSE3() && VT == MVT::v2f64) ||
14345 if (Subtarget.hasSSE3()) {
20153 if (Subtarget.hasSSE3() &&
21414 if (!Subtarget.hasSSE3())
21781 if (IsFP && !Subtarget.hasSSE3())
    [all...]
X86ISelDAGToDAG.cpp 4656 if (!Subtarget->hasSSE3())

Completed in 54 milliseconds