Home
last modified time | relevance | path

Searched refs:SVML (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Frontend/Driver/
H A DCodeGenOptions.cpp33 case VectorLibrary::SVML: in createTLII()
34 TLII->addVectorizableFunctionsFromVecLib(TargetLibraryInfoImpl::SVML, in createTLII()
/freebsd/contrib/llvm-project/llvm/include/llvm/Frontend/Driver/
H A DCodeGenOptions.h29 SVML, // Intel short vector math library. enumerator
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetLibraryInfo.h130 SVML, // Intel short vector math library. enumerator
H A DVecFuncs.def11 // such mappings for Accelerate framework, MASS vector library, and SVML library.
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DTargetLibraryInfo.cpp36 clEnumValN(TargetLibraryInfoImpl::SVML, "SVML",
1294 case SVML: { in addVectorizableFunctionsFromVecLib()
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td3351 Values<"Accelerate,libmvec,MASSV,SVML,SLEEF,Darwin_libsystem_m,ArmPL,AMDLIBM,none">,
3353 NormalizedValues<["Accelerate", "LIBMVEC", "MASSV", "SVML", "SLEEF",