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 | 41 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", 1428 case NoLibrary: in addVectorizableFunctionsFromVecLib()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | TargetLibraryInfo.h | 128 NoLibrary, // Don't use any vector library. enumerator
|
| /freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | CodeGenOptions.def | 384 ENUM_CODEGENOPT(VecLib, llvm::driver::VectorLibrary, 4, llvm::driver::VectorLibrary::NoLibrary, Ben…
|
| /freebsd/contrib/llvm-project/clang/include/clang/Driver/ |
| H A D | Options.td | 3529 "Darwin_libsystem_m", "ArmPL", "AMDLIBM", "NoLibrary"]>, 3530 MarshallingInfoEnum<CodeGenOpts<"VecLib">, "NoLibrary">;
|