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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86Subtarget.h64 NoSSE, SSE1, SSE2, SSE3, SSSE3, SSE41, SSE42, AVX, AVX2, AVX512F enumerator in enum:llvm::final::X86SSEEnum
79 /// SSE1, SSE2, SSE3, SSSE3, SSE41, SSE42, or none supported.
609 // SSE codegen depends on cmovs, and all SSE1+ processors support them.
611 bool hasCMov() const { return HasCMov || X86SSELevel >= SSE1 || is64Bit(); }
612 bool hasSSE1() const { return X86SSELevel >= SSE1; }
/freebsd-13-stable/contrib/llvm-project/clang/lib/Basic/Targets/
H A DX86.cpp322 .Case("+sse", SSE1)
343 if ((FPMath == FP_SSE && SSELevel < SSE1) ||
344 (FPMath == FP_387 && SSELevel >= SSE1)) {
740 case SSE1:
760 case SSE1:
951 .Case("sse", SSELevel >= SSE1)
H A DX86.h47 SSE1, enumerator in enum:clang::targets::X86TargetInfo::X86SSEEnum

Completed in 60 milliseconds