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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86Subtarget.h597 bool hasSSSE3() const { return X86SSELevel >= SSSE3; } function in class:llvm::final
H A DX86TargetTransformInfo.cpp941 if (SubTp->getPrimitiveSizeInBits() >= 32 || ST->hasSSSE3())
1215 if (ST->hasSSSE3())
2247 if (ST->hasSSSE3())
H A DX86ISelLowering.cpp1052 if (!Subtarget.useSoftFloat() && Subtarget.hasSSSE3()) {
9347 ((VT == MVT::v8i16 || VT == MVT::v4i32) && Subtarget.hasSSSE3()) ||
9613 if (Subtarget.hasSSSE3())
9619 else if (Subtarget.hasSSSE3()) {
9629 } else if (Subtarget.hasSSSE3()) {
10749 assert((Subtarget.hasSSSE3() && VT.is128BitVector()) ||
11493 if ((VT.is128BitVector() && !Subtarget.hasSSSE3()) ||
11752 if (Subtarget.hasSSSE3()) {
11858 } else if (!Subtarget.hasSSSE3()) {
12247 if (Scale > 4 && EltBits == 8 && Subtarget.hasSSSE3()) {
[all...]

Completed in 136 milliseconds