Home
last modified time | relevance | path

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

123

/freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/
H A DModule.h660 : ImportLocs(std::move(O.ImportLocs)), Generation(O.Generation ? 1 : 0) { in VisibleModuleSet()
662 ++O.Generation; in VisibleModuleSet()
670 ++O.Generation;
671 ++Generation;
677 unsigned getGeneration() const { return Generation; } in getGeneration()
714 unsigned Generation = 0; variable
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/xray/
H A Dxray_buffer_queue.cpp111 atomic_fetch_add(&Generation, 1, memory_order_acq_rel); in init()
128 Buf.Generation = generation(); in init()
157 Generation{0} {
179 Buf.Generation = generation(); in getBuffer()
190 if (Buf.Generation != generation() || LiveBuffers == 0) { in releaseBuffer()
H A Dxray_fdr_controller.h47 return B.Data != nullptr && B.Generation == BQ->generation() && in hasSpace()
154 if (B.Generation != BQ->generation()) in recordPreamble()
171 if (B.Generation != BQ->generation()) in recordPreamble()
191 if (B.Generation != BQ->generation()) in rewindRecords()
210 if (B.Generation != BQ->generation()) in rewindRecords()
217 if (B.Generation != BQ->generation()) in rewindRecords()
H A Dxray_buffer_queue.h56 uint64_t Generation{0};
164 atomic_uint64_t Generation; variable
237 return atomic_load(&Generation, memory_order_acquire); in generation()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Serialization/
H A DModuleFile.h112 ModuleFile(ModuleKind Kind, unsigned Generation) in ModuleFile() argument
113 : Kind(Kind), Generation(Generation) {} in ModuleFile()
181 unsigned Generation; variable
H A DModuleManager.h250 ModuleFile *ImportedBy, unsigned Generation,
/freebsd-13.1/sys/contrib/device-tree/Bindings/clock/
H A Dimx7ulp-scg-clock.yaml7 title: Clock bindings for Freescale i.MX7ULP System Clock Generation (SCG) modules
14 Clock Generation (SCG) modules, Peripheral Clock Control (PCC)
28 The System Clock Generation (SCG) is responsible for clock generation
H A Dimx7ulp-clock.txt4 Clock Generation (SCG) modules, Peripheral Clock Control (PCC)
18 System Clock Generation (SCG) modules:
20 The System Clock Generation (SCG) is responsible for clock generation
H A Dintel,cgu-lgm.yaml13 Lightning Mountain(LGM) SoC's Clock Generation Unit(CGU) driver provides
H A Dimx7ulp-pcc-clock.yaml14 Clock Generation (SCG) modules, Peripheral Clock Control (PCC)
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DR600Subtarget.h48 Generation Gen;
82 Generation getGeneration() const { in getGeneration()
H A DAMDGPUSubtarget.h31 enum Generation { enum
H A DGCNSubtarget.h271 Generation getGeneration() const { in getGeneration()
272 return (Generation)Gen; in getGeneration()
H A DSIMemoryLegalizer.cpp781 GCNSubtarget::Generation Generation = ST.getGeneration(); in create() local
784 if (Generation <= AMDGPUSubtarget::SOUTHERN_ISLANDS) in create()
786 if (Generation < AMDGPUSubtarget::GFX10) in create()
/freebsd-13.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-13.1/contrib/llvm-project/clang/lib/Basic/Targets/
H A DSparc.cpp64 SparcTargetInfo::CPUGeneration Generation; member
120 return Item->Generation; in getCPUGeneration()
260 if (Info.Generation == CG_V9) in fillValidCPUList()
/freebsd-13.1/sys/contrib/device-tree/Bindings/iommu/
H A Dmediatek,iommu.txt4 this M4U have two generations of HW architecture. Generation one uses flat
5 pagetable, and only supports 4K size page mapping. Generation two uses the
/freebsd-13.1/sys/contrib/device-tree/Bindings/reset/
H A Dnxp,lpc1850-rgu.txt1 NXP LPC1850 Reset Generation Unit (RGU)
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DEarlyCSE.cpp559 unsigned Generation = 0; member
564 LoadValue(Instruction *Inst, unsigned Generation, unsigned MatchingId, in LoadValue()
566 : DefInst(Inst), Generation(Generation), MatchingId(MatchingId), in LoadValue()
1144 if (!isOperatingOnInvariantMemAt(MemInst.get(), InVal.Generation) && in getMatchingValue()
1145 !isSameMemGeneration(InVal.Generation, CurrentGeneration, InVal.DefInst, in getMatchingValue()
/freebsd-13.1/contrib/llvm-project/clang/lib/Serialization/
H A DModuleManager.cpp105 unsigned Generation, in addModule() argument
170 auto NewModule = std::make_unique<ModuleFile>(Type, Generation); in addModule()
/freebsd-13.1/crypto/openssl/doc/man7/
H A DRSA-PSS.pod27 =head2 Key Generation
/freebsd-13.1/sys/contrib/device-tree/Bindings/phy/
H A Dphy-miphy365x.txt33 - st,sata-gen : Generation of locally attached SATA IP. Expected values
/freebsd-13.1/crypto/openssl/doc/man3/
H A DEVP_PKEY_CTX_set_rsa_pss_keygen_md.pod44 =head2 Key Generation
/freebsd-13.1/contrib/libucl/doc/
H A Dapi.md10 - [Generation functions](#generation-functions)
31 - [Generation functions](#generation-functions-1)
62 ### Generation functions
319 # Generation functions

123