Home
last modified time | relevance | path

Searched refs:SSE42 (Results 1 – 4 of 4) sorted by relevance

/minix/external/bsd/llvm/dist/llvm/test/CodeGen/X86/
H A Dvec_compare-sse4.ll3 ; RUN: llc < %s -march=x86 -mattr=+sse4.2 | FileCheck %s -check-prefix=SSE42
6 ; SSE42-LABEL: test1:
7 ; SSE42: pcmpgtq
8 ; SSE42: ret
22 ; SSE42-LABEL: test2:
23 ; SSE42: pcmpeqq
24 ; SSE42: ret
/minix/external/bsd/llvm/dist/llvm/lib/Target/X86/
H A DX86Subtarget.h50 NoMMXSSE, MMX, SSE1, SSE2, SSE3, SSSE3, SSE41, SSE42, AVX, AVX2, AVX512F enumerator
345 bool hasSSE42() const { return X86SSELevel >= SSE42; } in hasSSE42()
H A DX86.td60 def FeatureSSE42 : SubtargetFeature<"sse4.2", "X86SSELevel", "SSE42",
/minix/external/bsd/llvm/dist/clang/lib/Basic/
H A DTargets.cpp1755 NoSSE, SSE1, SSE2, SSE3, SSSE3, SSE41, SSE42, AVX, AVX2, AVX512F enumerator
2404 case SSE42: in setSSELevel()
2436 case SSE42: in setSSELevel()
2526 setSSELevel(Features, SSE42, Enabled); in setFeatureEnabledImpl()
2699 .Case("sse4.2", SSE42) in handleTargetFeatures()
2727 if (!HasPOPCNT && SSELevel >= SSE42 && in handleTargetFeatures()
3020 case SSE42: in getTargetDefines()
3043 case SSE42: in getTargetDefines()
3114 .Case("sse4.2", SSELevel >= SSE42) in hasFeature()