Home
last modified time | relevance | path

Searched refs:SSELevel (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Basic/Targets/
H A DX86.cpp477 SSELevel = std::max(SSELevel, Level); in handleTargetFeatures()
479 HasFloat16 = SSELevel >= SSE2; in handleTargetFeatures()
490 HasBFloat16 = SSELevel >= SSE2; in handleTargetFeatures()
502 if ((FPMath == FP_SSE && SSELevel < SSE1) || in handleTargetFeatures()
503 (FPMath == FP_387 && SSELevel >= SSE1)) { in handleTargetFeatures()
679 if (SSELevel != NoSSE) { in getTargetDefines()
976 switch (SSELevel) { in getTargetDefines()
1011 switch (SSELevel) { in getTargetDefines()
1174 .Case("avx", SSELevel >= AVX) in hasFeature()
1177 .Case("avx2", SSELevel >= AVX2) in hasFeature()
[all …]
H A DX86.h69 } SSELevel = NoSSE; variable
201 return SSELevel == NoSSE ? LangOptions::FPEvalMethodKind::FEM_Extended in getFPEvalMethod()
206 bool supportSourceEvalMethod() const override { return SSELevel > NoSSE; } in supportSourceEvalMethod()
342 if (getTriple().getArch() == llvm::Triple::x86_64 && SSELevel >= AVX512F) in getABI()
344 if (getTriple().getArch() == llvm::Triple::x86_64 && SSELevel >= AVX) in getABI()