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

/freebsd-11.0-release/contrib/llvm/lib/Target/X86/
H A DX86Subtarget.h342 bool hasSSE3() const { return X86SSELevel >= SSE3; } function in class:llvm::final
H A DX86ISelLowering.cpp245 if (Subtarget->hasSSE1() && !Subtarget->hasSSE3())
6086 if ((!Subtarget->hasSSE3() || (VT != MVT::v4f32 && VT != MVT::v2f64)) &&
6210 if ((VT == MVT::v4f32 || VT == MVT::v2f64) && Subtarget->hasSSE3()) {
8477 if (Subtarget->hasSSE3())
8785 if (Subtarget->hasSSE3()) {
12853 if (Subtarget->hasSSE3()) {
23134 if (Lo && Subtarget->hasSSE3()) {
23156 if (Subtarget->hasSSE3() &&
23821 if ((!Subtarget->hasSSE3() || (VT != MVT::v4f32 && VT != MVT::v2f64)) &&
[all...]

Completed in 94 milliseconds