Searched refs:hasSSE3 (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86Subtarget.h596 bool hasSSE3() const { return X86SSELevel >= SSE3; } function in class:llvm::final
H A DX86ISelLowering.cpp7804 if (Subtarget.hasSSE3() && !Subtarget.hasXOP() &&
9024 if (!Subtarget.hasSSE3() || !VT.isFloatingPoint())
9346 if (((VT == MVT::v4f32 || VT == MVT::v2f64) && Subtarget.hasSSE3()) ||
12695 if (!((Subtarget.hasSSE3() && VT == MVT::v2f64) ||
13396 if (Subtarget.hasSSE3()) {
18989 if (!IsStrict && Subtarget.hasSSE3() &&
20227 if (!Subtarget.hasSSE3())
20348 if (IsFP && !Subtarget.hasSSE3())
[all...]
H A DX86ISelDAGToDAG.cpp4439 if (!Subtarget->hasSSE3())

Completed in 95 milliseconds