Home
last modified time | relevance | path

Searched refs:Generation (Results 1 – 25 of 62) sorted by relevance

123

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Basic/
H A DModule.h593 : ImportLocs(std::move(O.ImportLocs)), Generation(O.Generation ? 1 : 0) { in VisibleModuleSet()
595 ++O.Generation; in VisibleModuleSet()
603 ++O.Generation;
604 ++Generation;
610 unsigned getGeneration() const { return Generation; } in getGeneration()
647 unsigned Generation = 0; variable
/freebsd-12.1/contrib/compiler-rt/lib/xray/
H A Dxray_buffer_queue.cc112 atomic_fetch_add(&Generation, 1, memory_order_acq_rel); in init()
129 Buf.Generation = generation(); in init()
158 Generation{0} {
180 Buf.Generation = generation(); in getBuffer()
191 if (Buf.Generation != generation() || LiveBuffers == 0) { in releaseBuffer()
H A Dxray_fdr_controller.h48 return B.Data != nullptr && B.Generation == BQ->generation() && in hasSpace()
155 if (B.Generation != BQ->generation()) in recordPreamble()
172 if (B.Generation != BQ->generation()) in recordPreamble()
192 if (B.Generation != BQ->generation()) in rewindRecords()
211 if (B.Generation != BQ->generation()) in rewindRecords()
218 if (B.Generation != BQ->generation()) in rewindRecords()
H A Dxray_buffer_queue.h57 uint64_t Generation{0};
165 atomic_uint64_t Generation; variable
238 return atomic_load(&Generation, memory_order_acquire); in generation()
H A Dxray_fdr_logging.cc468 if (TLD.Buffer.Generation != BQ->generation() && in setupTLD()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Serialization/
H A DModule.h110 ModuleFile(ModuleKind Kind, unsigned Generation) in ModuleFile() argument
111 : Kind(Kind), Generation(Generation) {} in ModuleFile()
175 unsigned Generation; variable
H A DModuleManager.h251 ModuleFile *ImportedBy, unsigned Generation,
/freebsd-12.1/crypto/openssl/doc/man1/
H A Dgenpkey.pod78 or X9.42 DH parameters are required. See L<DH Parameter Generation Options>
115 =head2 RSA Key Generation Options
134 =head2 RSA-PSS Key Generation Options
159 =head2 EC Key Generation Options
182 =head2 DSA Parameter Generation Options
206 =head2 DH Parameter Generation Options
241 =head2 EC Parameter Generation Options
244 L<EC Key Generation Options> above.
H A Dopenssl.pod118 Generation and Management of Diffie-Hellman Parameters. Superseded by
127 DSA Parameter Generation and Management. Superseded by
152 Generation of Diffie-Hellman Parameters.
157 Generation of DSA Private Key from Parameters. Superseded by
162 Generation of Private Key or Parameters.
166 Generation of RSA Private Key. Superseded by L<genpkey(1)>.
178 Generation of hashed passwords.
/freebsd-12.1/contrib/llvm/tools/clang/lib/Basic/Targets/
H A DSparc.cpp65 SparcTargetInfo::CPUGeneration Generation; member
121 return Item->Generation; in getCPUGeneration()
249 if (Info.Generation == CG_V9) in fillValidCPUList()
/freebsd-12.1/contrib/llvm/lib/Target/AMDGPU/
H A DAMDGPUSubtarget.h51 enum Generation { enum
432 Generation getGeneration() const { in getGeneration()
433 return (Generation)Gen; in getGeneration()
1002 Generation Gen;
1036 Generation getGeneration() const { in getGeneration()
H A DSIMemoryLegalizer.cpp613 GCNSubtarget::Generation Generation = ST.getGeneration(); in create() local
614 if (Generation <= AMDGPUSubtarget::SOUTHERN_ISLANDS) in create()
/freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/
H A DEarlyCSE.cpp370 unsigned Generation = 0; member
375 LoadValue(Instruction *Inst, unsigned Generation, unsigned MatchingId, in LoadValue()
377 : DefInst(Inst), Generation(Generation), MatchingId(MatchingId), in LoadValue()
989 (isOperatingOnInvariantMemAt(Inst, InVal.Generation) || in processNode()
990 isSameMemGeneration(InVal.Generation, CurrentGeneration, in processNode()
1081 (isOperatingOnInvariantMemAt(Inst, InVal.Generation) || in processNode()
1082 isSameMemGeneration(InVal.Generation, CurrentGeneration, in processNode()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DModuleManager.cpp104 unsigned Generation, in addModule() argument
144 auto NewModule = llvm::make_unique<ModuleFile>(Type, Generation); in addModule()
/freebsd-12.1/crypto/openssl/doc/man7/
H A DRSA-PSS.pod27 =head2 Key Generation
/freebsd-12.1/contrib/libucl/doc/
H A Dapi.md10 - [Generation functions](#generation-functions)
31 - [Generation functions](#generation-functions-1)
62 ### Generation functions
319 # Generation functions
/freebsd-12.1/crypto/openssl/doc/man3/
H A DEVP_PKEY_CTX_set_rsa_pss_keygen_md.pod44 =head2 Key Generation
H A DSSL_CTX_set_tmp_dh_callback.pod69 L<dhparam(1)> application. Generation of custom DH
/freebsd-12.1/contrib/ntp/util/
H A Dntp-keygen.texi15 * ntp-keygen: (ntp-keygen). NTP Key Generation
19 @title NTP Key Generation User's Manual
38 @top NTP Key Generation Program User Manual
/freebsd-12.1/contrib/llvm/lib/Target/Mips/
H A DMSA.txt1 Code Generation Notes for MSA
/freebsd-12.1/contrib/llvm/lib/Target/PowerPC/
H A DPPCScheduleP9.td59 // Address Generation (AGEN) mainly for loads and stores.
/freebsd-12.1/contrib/llvm/tools/clang/lib/Basic/
H A DModule.cpp604 ++Generation; in setVisible()
/freebsd-12.1/contrib/processor-trace/libipt/include/
H A Dintel-pt.h.in283 * Packet Generation Disable). VM entry can clear TraceEn if the
294 * Packet, Packet Generation Enable).
305 * Packet Generation Disable) may not have an IP payload with the target
315 * Packet Generation Disable) packets. When outside a TIP.PGE/TIP.PGD
329 * Generation Disable) packet.
/freebsd-12.1/share/misc/
H A Dscsi_modes394 {Enable EOD Generation} t1
/freebsd-12.1/contrib/gcc/doc/
H A Dsourcebuild.texi314 * Man Page Generation:: Generating man pages from Texinfo manuals.
371 @node Man Page Generation
372 @subsubsection Man Page Generation
598 (@pxref{Man Page Generation}), in the build directory. This target

123