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

/freebsd-10.1-release/contrib/llvm/lib/Target/X86/
H A DX86Subtarget.h262 bool hasSSSE3() const { return X86SSELevel >= SSSE3; } function in class:llvm::X86Subtarget
H A DX86ISelLowering.cpp3632 if ((VT.is128BitVector() && !Subtarget->hasSSSE3()) ||
6290 if (Subtarget->hasSSSE3()) {
6370 if (Subtarget->hasSSSE3()) {
6427 if (NewV.getOpcode() == ISD::VECTOR_SHUFFLE && Subtarget->hasSSSE3()) {
6451 if (NewV.getOpcode() == ISD::VECTOR_SHUFFLE && Subtarget->hasSSSE3()) {
6510 if (Subtarget->hasSSSE3()) {
17862 if (!Subtarget->hasSSSE3() ||
19087 if (((Subtarget->hasSSSE3() && (VT == MVT::v8i16 || VT == MVT::v4i32)) ||
19120 if (((Subtarget->hasSSSE3() && (VT == MVT::v8i16 || VT == MVT::v4i32)) ||

Completed in 217 milliseconds