Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Frontend/Driver/
H A DCodeGenOptions.h25 NoLibrary, // Don't use any vector library. enumerator
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DTargetLibraryInfo.cpp25 cl::init(TargetLibraryInfoImpl::NoLibrary),
26 cl::values(clEnumValN(TargetLibraryInfoImpl::NoLibrary, "none",
1326 case NoLibrary: in addVectorizableFunctionsFromVecLib()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetLibraryInfo.h125 NoLibrary, // Don't use any vector library. enumerator
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DCodeGenOptions.def377 ENUM_CODEGENOPT(VecLib, llvm::driver::VectorLibrary, 3, llvm::driver::VectorLibrary::NoLibrary)
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td3354 "Darwin_libsystem_m", "ArmPL", "AMDLIBM", "NoLibrary"]>,
3355 MarshallingInfoEnum<CodeGenOpts<"VecLib">, "NoLibrary">;