Searched refs:NoLibrary (Results 1 – 5 of 5) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Frontend/Driver/ |
| H A D | CodeGenOptions.h | 25 NoLibrary, // Don't use any vector library. enumerator
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | TargetLibraryInfo.cpp | 24 cl::init(TargetLibraryInfoImpl::NoLibrary), 25 cl::values(clEnumValN(TargetLibraryInfoImpl::NoLibrary, "none", 1276 case NoLibrary: in addVectorizableFunctionsFromVecLib()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | TargetLibraryInfo.h | 125 NoLibrary, // Don't use any vector library. enumerator
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | CodeGenOptions.def | 367 ENUM_CODEGENOPT(VecLib, llvm::driver::VectorLibrary, 3, llvm::driver::VectorLibrary::NoLibrary)
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Driver/ |
| H A D | Options.td | 3204 "Darwin_libsystem_m", "ArmPL", "NoLibrary"]>, 3205 MarshallingInfoEnum<CodeGenOpts<"VecLib">, "NoLibrary">;
|