Home
last modified time | relevance | path

Searched refs:Extensions (Results 1 – 25 of 112) sorted by relevance

12345

/freebsd-13.1/contrib/llvm-project/llvm/lib/Support/
H A DAArch64TargetParser.cpp67 if (Extensions & AEK_FP) in getExtensionFeatures()
69 if (Extensions & AEK_SIMD) in getExtensionFeatures()
71 if (Extensions & AEK_CRC) in getExtensionFeatures()
79 if (Extensions & AEK_FP16) in getExtensionFeatures()
83 if (Extensions & AEK_RAS) in getExtensionFeatures()
85 if (Extensions & AEK_LSE) in getExtensionFeatures()
87 if (Extensions & AEK_RDM) in getExtensionFeatures()
89 if (Extensions & AEK_SVE) in getExtensionFeatures()
91 if (Extensions & AEK_SVE2) in getExtensionFeatures()
101 if (Extensions & AEK_RCPC) in getExtensionFeatures()
[all …]
H A DARMTargetParser.cpp412 bool ARM::getExtensionFeatures(uint64_t Extensions, in getExtensionFeatures() argument
415 if (Extensions == AEK_INVALID) in getExtensionFeatures()
419 if ((Extensions & AE.ID) == AE.ID && AE.Feature) in getExtensionFeatures()
425 return getHWDivFeatures(Extensions, Features); in getExtensionFeatures()
/freebsd-13.1/crypto/heimdal/lib/hx509/
H A Docsp.asn19 Name, GeneralName, CertificateSerialNumber, Extensions
33 singleExtensions [1] EXPLICIT Extensions OPTIONAL }
37 singleRequestExtensions [0] EXPLICIT Extensions OPTIONAL }
43 requestExtensions [2] EXPLICIT Extensions OPTIONAL }
84 responseExtensions [1] EXPLICIT Extensions OPTIONAL }
/freebsd-13.1/contrib/llvm-project/clang/lib/Serialization/
H A DGeneratePCH.cpp26 ArrayRef<std::shared_ptr<ModuleFileExtension>> Extensions, in PCHGenerator() argument
31 Writer(Stream, this->Buffer->Data, ModuleCache, Extensions, in PCHGenerator()
/freebsd-13.1/crypto/openssl/doc/man3/
H A DX509V3_get_d2i.pod116 =head2 PKIX Certificate Extensions
145 =head2 Netscape Certificate Extensions
158 =head2 Miscellaneous Certificate Extensions
163 =head2 PKIX CRL Extensions
179 =head2 OCSP Extensions
189 =head2 Certificate Transparency Extensions
/freebsd-13.1/sys/i386/conf/
H A DPAE11 options PAE # Physical Address Extensions Kernel
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/
H A DStmtNodes.td110 // GNU Extensions.
197 // Clang Extensions.
206 // Microsoft Extensions.
216 // OpenCL Extensions.
H A DTokenKinds.def124 // GNU Extensions.
419 // GNU Extensions (in impl-reserved namespace)
450 // GNU Extensions (outside impl-reserved namespace)
453 // MS Extensions
601 // Borland Extensions.
695 // Borland Extensions which should be disabled in strict conformance mode.
698 // Clang Extensions.
H A DOpenCLExtensions.def86 // Clang Extensions.
H A DDiagnostic.td130 // Extensions are warnings about accepted language extensions.
/freebsd-13.1/contrib/llvm-project/clang/lib/Frontend/
H A DChainedIncludesSource.cpp162 ArrayRef<std::shared_ptr<ModuleFileExtension>> Extensions; in createChainedIncludesSource() local
165 Buffer, Extensions, /*AllowASTWithErrors=*/true); in createChainedIncludesSource()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DPassManagerBuilder.cpp272 Extensions.push_back(std::make_pair(Ty, std::move(Fn))); in addExtension()
283 for (unsigned i = 0, e = Extensions.size(); i != e; ++i) in addExtensionsToPM()
284 if (Extensions[i].first == ETy) in addExtensionsToPM()
285 Extensions[i].second(*this, PM); in addExtensionsToPM()
689 else if (GlobalExtensionsNotEmpty() || !Extensions.empty()) in populateModulePassManager()
/freebsd-13.1/contrib/libfido2/src/
H A Dwinhello.c608 if (pack_cred_ext(&opt->Extensions, &cred->ext) < 0) { in translate_fido_cred()
748 for (size_t i = 0; i < ctx->opt.Extensions.cExtensions; i++) { in winhello_cred_free()
750 e = &ctx->opt.Extensions.pExtensions[i]; in winhello_cred_free()
753 free(ctx->opt.Extensions.pExtensions); in winhello_cred_free()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DPassManagerBuilder.h192 std::vector<std::pair<ExtensionPointTy, ExtensionFn>> Extensions;
/freebsd-13.1/contrib/bearssl/src/x509/
H A Dx509_decoder.t0130 \ Extensions with specific processing.
244 \ if present. Extensions are an explicit context tag of value 3
264 \ Extensions with specific processing.
/freebsd-13.1/crypto/heimdal/lib/asn1/
H A Drfc2459.asn1208 Extensions ::= SEQUENCE SIZE (1..MAX) OF Extension
222 extensions [3] EXPLICIT Extensions OPTIONAL
463 crlEntryExtensions Extensions OPTIONAL
466 crlExtensions [0] EXPLICIT Extensions OPTIONAL
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonSchedule.td22 // CVI pipes from the "Hexagon Multimedia Co-Processor Extensions Arch Spec".
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Support/
H A DAArch64TargetParser.h114 bool getExtensionFeatures(uint64_t Extensions,
H A DARMTargetParser.h243 bool getExtensionFeatures(uint64_t Extensions,
/freebsd-13.1/contrib/llvm-project/clang/utils/TableGen/
H A DClangOpenCLBuiltinEmitter.cpp1075 StringRef Extensions = in emit() local
1077 if (!Extensions.empty()) { in emit()
1082 Extensions.split(ExtVec, " "); in emit()
/freebsd-13.1/crypto/openssl/apps/
H A Dopenssl.cnf71 # Extensions to add to a CRL. Note: Netscape communicator chokes on V2 CRLs
222 # Extensions to add to a certificate request
230 # Extensions for a typical CA
/freebsd-13.1/contrib/file/magic/Magdir/
H A Delf33 >0 lelong&0x00ffff00 0x00000200 Sun UltraSPARC1 Extensions Required,
34 >0 lelong&0x00ffff00 0x00000400 HaL R1 Extensions Required,
35 >0 lelong&0x00ffff00 0x00000800 Sun UltraSPARC3 Extensions Required,
/freebsd-13.1/kerberos5/lib/libasn1/
H A DMakefile76 --sequence=Extensions \
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Serialization/
H A DASTWriter.h553 ArrayRef<std::shared_ptr<ModuleFileExtension>> Extensions,
785 ArrayRef<std::shared_ptr<ModuleFileExtension>> Extensions,
/freebsd-13.1/contrib/ncurses/ncurses/
H A Dmodules147 # Extensions to the base library
225 # Extensions to the termlib library

12345