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

/external/llvm/lib/Target/X86/
H A DX86Subtarget.h308 bool hasSSSE3() const { return X86SSELevel >= SSSE3; } function in class:llvm::final
H A DX86TargetTransformInfo.cpp492 if (ST->hasSSSE3()) {
H A DX86ISelLowering.cpp3762 if ((VT.is128BitVector() && !Subtarget->hasSSSE3()) ||
6394 } else if ((VT == MVT::v4i32 || VT == MVT::v8i16) && Subtarget->hasSSSE3()) {
8205 if (Subtarget->hasSSSE3()) {
8285 if (Subtarget->hasSSSE3()) {
8424 if (Subtarget->hasSSSE3()) {
16833 if ((SVT.is128BitVector() && Subtarget->hasSSSE3()) ||
20629 if (!Subtarget->hasSSSE3() ||
21910 if (((Subtarget->hasSSSE3() && (VT == MVT::v8i16 || VT == MVT::v4i32)) ||
21943 if (((Subtarget->hasSSSE3() && (VT == MVT::v8i16 || VT == MVT::v4i32)) ||

Completed in 207 milliseconds