Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Basic/
H A DCodeGenOptions.h56 Accelerate, // Use the Accelerate framework. enumerator
/freebsd-12.1/contrib/llvm/include/llvm/Analysis/
H A DTargetLibraryInfo.h89 Accelerate, // Use Accelerate framework. enumerator
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DBackendUtil.cpp347 case CodeGenOptions::Accelerate: in createTLII()
348 TLII->addVectorizableFunctionsFromVecLib(TargetLibraryInfoImpl::Accelerate); in createTLII()
/freebsd-12.1/contrib/llvm/lib/Analysis/
H A DTargetLibraryInfo.cpp25 clEnumValN(TargetLibraryInfoImpl::Accelerate, "Accelerate",
1451 case Accelerate: { in addVectorizableFunctionsFromVecLib()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/
H A DCompilerInvocation.cpp670 Opts.setVecLib(CodeGenOptions::Accelerate); in ParseCodeGenArgs()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Driver/
H A DOptions.td1411 HelpText<"Use the given vector functions library">, Values<"Accelerate,SVML,none">;