Searched refs:Extensions (Results 1 - 22 of 22) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/
H A DAArch64TargetParser.cpp62 bool AArch64::getExtensionFeatures(unsigned Extensions, argument
64 if (Extensions == AArch64::AEK_INVALID)
67 if (Extensions & AEK_FP)
69 if (Extensions & AEK_SIMD)
71 if (Extensions & AEK_CRC)
73 if (Extensions & AEK_CRYPTO)
75 if (Extensions & AEK_DOTPROD)
77 if (Extensions & AEK_FP16FML)
79 if (Extensions & AEK_FP16)
81 if (Extensions
[all...]
H A DARMTargetParser.cpp402 bool ARM::getExtensionFeatures(unsigned Extensions, argument
405 if (Extensions == AEK_INVALID)
409 if ((Extensions & AE.ID) == AE.ID && AE.Feature)
415 return getHWDivFeatures(Extensions, Features);
/freebsd-11-stable/contrib/llvm-project/clang/lib/Serialization/
H A DGeneratePCH.cpp26 ArrayRef<std::shared_ptr<ModuleFileExtension>> Extensions,
31 Writer(Stream, this->Buffer->Data, ModuleCache, Extensions,
23 PCHGenerator( const Preprocessor &PP, InMemoryModuleCache &ModuleCache, StringRef OutputFile, StringRef isysroot, std::shared_ptr<PCHBuffer> Buffer, ArrayRef<std::shared_ptr<ModuleFileExtension>> Extensions, bool AllowASTWithErrors, bool IncludeTimestamps, bool ShouldCacheASTInMemory) argument
H A DASTWriter.cpp4267 ArrayRef<std::shared_ptr<ModuleFileExtension>> Extensions,
4271 for (const auto &Ext : Extensions) {
H A DASTReader.cpp11441 ArrayRef<std::shared_ptr<ModuleFileExtension>> Extensions,
11463 for (const auto &Ext : Extensions) {
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DAArch64TargetParser.h100 bool getExtensionFeatures(unsigned Extensions,
H A DARMTargetParser.h229 bool getExtensionFeatures(unsigned Extensions,
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DPassManagerBuilder.h60 /// Extensions are passed to the builder itself (so they can see how it is
190 std::vector<std::pair<ExtensionPointTy, ExtensionFn>> Extensions; member in class:llvm::PassManagerBuilder
/freebsd-11-stable/contrib/llvm-project/clang/lib/Frontend/
H A DChainedIncludesSource.cpp88 /*Extensions=*/{},
161 ArrayRef<std::shared_ptr<ModuleFileExtension>> Extensions; local
164 Buffer, Extensions, /*AllowASTWithErrors=*/true);
H A DCompilerInstance.cpp511 ArrayRef<std::shared_ptr<ModuleFileExtension>> Extensions,
518 PP, ModuleCache, &Context, PCHContainerRdr, Extensions,
506 createPCHExternalASTSource( StringRef Path, StringRef Sysroot, bool DisablePCHValidation, bool AllowPCHWithCompilerErrors, Preprocessor &PP, InMemoryModuleCache &ModuleCache, ASTContext &Context, const PCHContainerReader &PCHContainerRdr, ArrayRef<std::shared_ptr<ModuleFileExtension>> Extensions, ArrayRef<std::shared_ptr<DependencyCollector>> DependencyCollectors, void *DeserializationListener, bool OwnDeserializationListener, bool Preamble, bool UseGlobalModuleIndex) argument
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DPassManagerBuilder.cpp232 Extensions.push_back(std::make_pair(Ty, std::move(Fn)));
243 for (unsigned i = 0, e = Extensions.size(); i != e; ++i)
244 if (Extensions[i].first == ETy)
245 Extensions[i].second(*this, PM);
502 else if (GlobalExtensionsNotEmpty() || !Extensions.empty())
/freebsd-11-stable/kerberos5/lib/libasn1/
H A DMakefile74 --sequence=Extensions \
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Serialization/
H A DASTWriter.h537 ArrayRef<std::shared_ptr<ModuleFileExtension>> Extensions,
760 ArrayRef<std::shared_ptr<ModuleFileExtension>> Extensions,
H A DASTReader.h874 /// Extensions required by an OpenCL type.
877 /// Extensions required by an OpenCL declaration.
1450 /// \param Extensions the list of module file extensions that can be loaded
1479 ArrayRef<std::shared_ptr<ModuleFileExtension>> Extensions,
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Frontend/
H A DCompilerInstance.h674 ArrayRef<std::shared_ptr<ModuleFileExtension>> Extensions,
/freebsd-11-stable/crypto/heimdal/lib/asn1/
H A DMakefile.am198 $(ASN1_COMPILE) --one-code-file --preserve-binary=TBSCertificate --preserve-binary=TBSCRLCertList --preserve-binary=Name --sequence=GeneralNames --sequence=Extensions --sequence=CRLDistributionPoints $(srcdir)/rfc2459.asn1 rfc2459_asn1 || (rm -f rfc2459_asn1_files ; exit 1)
H A DMakefile.in1436 $(ASN1_COMPILE) --one-code-file --preserve-binary=TBSCertificate --preserve-binary=TBSCRLCertList --preserve-binary=Name --sequence=GeneralNames --sequence=Extensions --sequence=CRLDistributionPoints $(srcdir)/rfc2459.asn1 rfc2459_asn1 || (rm -f rfc2459_asn1_files ; exit 1)
/freebsd-11-stable/contrib/llvm-project/clang/lib/Basic/Targets/
H A DARM.cpp375 unsigned Extensions = llvm::ARM::getDefaultExtensions(CPU, Arch); local
376 llvm::ARM::getExtensionFeatures(Extensions, TargetFeatures);
/freebsd-11-stable/sys/contrib/dev/acpica/include/
H A Dactbl2.h812 UINT16 Extensions; member in struct:acpi_ibft_control
/freebsd-11-stable/crypto/heimdal/lib/hx509/
H A Drevoke.c979 Extensions *es;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp11776 } Extensions[] = { local
11826 for (const auto &Extension : Extensions) {
/freebsd-11-stable/contrib/ncurses/
H A Dconfigure785 Extensions:

Completed in 302 milliseconds