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

/external/llvm/lib/Target/X86/
H A DX86Subtarget.h199 bool hasSSE3() const { return X86SSELevel >= SSE3; } function in class:llvm::X86Subtarget
H A DX86ISelLowering.cpp316 if (Subtarget->hasSSE1() && !Subtarget->hasSSE3())
3844 if (!Subtarget->hasSSE3())
3867 if (!Subtarget->hasSSE3())
6658 if (isMOVDDUPMask(M, VT) && Subtarget->hasSSE3() &&
7923 if (Subtarget->hasSSE3()) {
15547 if (((Subtarget->hasSSE3() && (VT == MVT::v4f32 || VT == MVT::v2f64)) ||
15562 if (((Subtarget->hasSSE3() && (VT == MVT::v4f32 || VT == MVT::v2f64)) ||

Completed in 63 milliseconds