Searched refs:SVML (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Basic/
H A DCodeGenOptions.h58 SVML // Intel short vector math library. enumerator in enum:clang::CodeGenOptions::VectorLibrary
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetLibraryInfo.h92 SVML // Intel short vector math library. enumerator in enum:llvm::TargetLibraryInfoImpl::VectorLibrary
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DBackendUtil.cpp354 case CodeGenOptions::SVML:
355 TLII->addVectorizableFunctionsFromVecLib(TargetLibraryInfoImpl::SVML);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DTargetLibraryInfo.cpp29 clEnumValN(TargetLibraryInfoImpl::SVML, "SVML",
30 "Intel SVML library")));
1540 case SVML: {
/freebsd-11-stable/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInvocation.cpp721 else if (Name == "SVML")
722 Opts.setVecLib(CodeGenOptions::SVML);

Completed in 87 milliseconds