Searched refs:NoLibrary (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/llvm-project/llvm/include/llvm/Frontend/Driver/ |
H A D | CodeGenOptions.h | 25 NoLibrary, // Don't use any vector library. enumerator
|
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | TargetLibraryInfo.cpp | 25 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 D | TargetLibraryInfo.h | 125 NoLibrary, // Don't use any vector library. enumerator
|
/freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | CodeGenOptions.def | 377 ENUM_CODEGENOPT(VecLib, llvm::driver::VectorLibrary, 3, llvm::driver::VectorLibrary::NoLibrary)
|
/freebsd/contrib/llvm-project/clang/include/clang/Driver/ |
H A D | Options.td | 3354 "Darwin_libsystem_m", "ArmPL", "AMDLIBM", "NoLibrary"]>, 3355 MarshallingInfoEnum<CodeGenOpts<"VecLib">, "NoLibrary">;
|