Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Basic/Targets/
H A DX86.cpp459 SSELevel = std::max(SSELevel, Level); in handleTargetFeatures()
461 HasFloat16 = SSELevel >= SSE2; in handleTargetFeatures()
472 HasBFloat16 = SSELevel >= SSE2; in handleTargetFeatures()
668 if (SSELevel != NoSSE) { in getTargetDefines()
959 switch (SSELevel) { in getTargetDefines()
994 switch (SSELevel) { in getTargetDefines()
1170 .Case("avx", SSELevel >= AVX) in hasFeature()
1173 .Case("avx2", SSELevel >= AVX2) in hasFeature()
1249 .Case("sse", SSELevel >= SSE1) in hasFeature()
1250 .Case("sse2", SSELevel >= SSE2) in hasFeature()
[all …]
H A DX86.h69 } SSELevel = NoSSE; variable
204 return SSELevel == NoSSE ? LangOptions::FPEvalMethodKind::FEM_Extended in getFPEvalMethod()
209 bool supportSourceEvalMethod() const override { return SSELevel > NoSSE; } in supportSourceEvalMethod()
341 if (getTriple().getArch() == llvm::Triple::x86_64 && SSELevel >= AVX512F) in getABI()
343 if (getTriple().getArch() == llvm::Triple::x86_64 && SSELevel >= AVX) in getABI()