Home
last modified time | relevance | path

Searched refs:NoLibrary (Results 1 – 5 of 5) sorted by relevance

/freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/
H A DCodeGenOptions.h58 NoLibrary, // Don't use any vector library. enumerator
H A DCodeGenOptions.def371 ENUM_CODEGENOPT(VecLib, VectorLibrary, 3, NoLibrary)
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetLibraryInfo.h90 NoLibrary, // Don't use any vector library. enumerator
/freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/
H A DTargetLibraryInfo.cpp22 cl::init(TargetLibraryInfoImpl::NoLibrary),
23 cl::values(clEnumValN(TargetLibraryInfoImpl::NoLibrary, "none",
1682 case NoLibrary: in addVectorizableFunctionsFromVecLib()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td2224 "Darwin_libsystem_m", "NoLibrary"]>,
2225 MarshallingInfoEnum<CodeGenOpts<"VecLib">, "NoLibrary">;