| /openbsd-src/gnu/llvm/compiler-rt/lib/xray/tests/unit/ |
| H A D | buffer_queue_test.cpp | 63 Buf.Generation = Buffers.generation(); in TEST() 139 ASSERT_NE(B0.Generation, B1.Generation); in TEST() 142 auto PrevGen = B1.Generation; in TEST() 160 EXPECT_NE(B0.Generation, PrevGen); in TEST() 161 EXPECT_EQ(B1.Generation, B1.Generation); in TEST() 182 auto FirstGen = B.Generation; in TEST() 203 EXPECT_NE(FirstGen, B.Generation); in TEST()
|
| /openbsd-src/gnu/llvm/compiler-rt/lib/xray/ |
| H A D | xray_buffer_queue.cpp | 111 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 D | xray_fdr_controller.h | 47 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 D | xray_buffer_queue.h | 56 uint64_t Generation{0}; 164 atomic_uint64_t Generation; variable 237 return atomic_load(&Generation, memory_order_acquire); in generation()
|
| H A D | xray_fdr_logging.cpp | 466 if (TLD.Buffer.Generation != BQ->generation() && in setupTLD()
|
| /openbsd-src/gnu/llvm/clang/include/clang/Serialization/ |
| H A D | ModuleFile.h | 124 ModuleFile(ModuleKind Kind, unsigned Generation) in ModuleFile() argument 125 : Kind(Kind), Generation(Generation) {} in ModuleFile() 192 unsigned Generation; variable
|
| H A D | ModuleManager.h | 244 ModuleFile *ImportedBy, unsigned Generation,
|
| /openbsd-src/gnu/llvm/clang/include/clang/Basic/ |
| H A D | Module.h | 749 : ImportLocs(std::move(O.ImportLocs)), Generation(O.Generation ? 1 : 0) { in VisibleModuleSet() 751 ++O.Generation; in VisibleModuleSet() 759 ++O.Generation; 760 ++Generation; 766 unsigned getGeneration() const { return Generation; } in getGeneration() 803 unsigned Generation = 0; variable
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/ |
| H A D | R600Subtarget.h | 41 Generation Gen = R600; 75 Generation getGeneration() const { in getGeneration()
|
| H A D | AMDGPUSubtarget.h | 31 enum Generation { enum
|
| H A D | GCNSubtarget.h | 270 Generation getGeneration() const { in getGeneration() 271 return (Generation)Gen; in getGeneration()
|
| H A D | SIMemoryLegalizer.cpp | 831 GCNSubtarget::Generation Generation = ST.getGeneration(); in create() local 836 if (Generation <= AMDGPUSubtarget::SOUTHERN_ISLANDS) in create() 838 if (Generation < AMDGPUSubtarget::GFX10) in create() 840 if (Generation < AMDGPUSubtarget::GFX11) in create()
|
| /openbsd-src/gnu/llvm/clang/lib/Basic/Targets/ |
| H A D | Sparc.cpp | 64 SparcTargetInfo::CPUGeneration Generation; member 120 return Item->Generation; in getCPUGeneration() 258 if (Info.Generation == CG_V9) in fillValidCPUList()
|
| /openbsd-src/gnu/llvm/llvm/docs/ |
| H A D | DiscourseMigrationGuide.md | 53 <tr><td>Code Generation</td><td>codegen@discourse.llvm.org</td></tr> 54 <tr><td>Code Generation - AMDGPU</td><td>codegen-amdgpu@discourse.llvm.org</td></tr> 55 <tr><td>Code Generation - Common Infrastructure</td><td>codegen-common@discourse.llvm.org</td></tr> 56 <tr><td>Code Generation - AArch64</td><td>codegen-aarch64@discourse.llvm.org</td></tr> 57 <tr><td>Code Generation - Arm</td><td>codegen-arm@discourse.llvm.org</td></tr> 58 <tr><td>Code Generation - PowerPC</td><td>codegen-powerpc@discourse.llvm.org</td></tr> 59 <tr><td>Code Generation - RISCV</td><td>codegen-riscv@discourse.llvm.org</td></tr> 60 <tr><td>Code Generation - WebAssembly</td><td>codegen-webassembly@discourse.llvm.org</td></tr> 61 <tr><td>Code Generation - X86</td><td>codegen-x86@discourse.llvm.org</td></tr>
|
| H A D | PCSectionsMetadata.rst | 62 Guarantees on Code Generation 80 Note for Code Generation
|
| H A D | UserGuides.rst | 177 Code Generation
|
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/ |
| H A D | EarlyCSE.cpp | 578 unsigned Generation = 0; member 583 LoadValue(Instruction *Inst, unsigned Generation, unsigned MatchingId, in LoadValue() 585 : DefInst(Inst), Generation(Generation), MatchingId(MatchingId), in LoadValue() 1184 if (!isOperatingOnInvariantMemAt(MemInst.get(), InVal.Generation) && in getMatchingValue() 1185 !isSameMemGeneration(InVal.Generation, CurrentGeneration, InVal.DefInst, in getMatchingValue()
|
| /openbsd-src/gnu/llvm/clang/lib/Serialization/ |
| H A D | ModuleManager.cpp | 105 unsigned Generation, in addModule() argument 170 auto NewModule = std::make_unique<ModuleFile>(Type, Generation); in addModule()
|
| /openbsd-src/gnu/usr.bin/perl/pod/ |
| H A D | perldsc.pod | 370 =head2 Generation of an ARRAY OF ARRAYS 427 =head2 Generation of a HASH OF ARRAYS 517 =head2 Generation of an ARRAY OF HASHES 608 =head2 Generation of a HASH OF HASHES 784 =head2 Generation of a HASH OF COMPLEX RECORDS
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/Mips/ |
| H A D | MSA.txt | 1 Code Generation Notes for MSA
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/config/i386/ |
| H A D | athlon.md | 188 ;; We don't need to model the Address Generation Unit, since we don't model
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/RISCV/ |
| H A D | RISCVFeatures.td | 143 "'Zba' (Address Generation Instructions)">; 146 "'Zba' (Address Generation Instructions)">;
|
| /openbsd-src/share/misc/ |
| H A D | scsi_modes | 267 {Enable EOD Generation} t1
|
| /openbsd-src/gnu/llvm/llvm/docs/tutorial/MyFirstLanguageFrontend/ |
| H A D | LangImpl03.rst | 25 Code Generation Setup 115 Expression Code Generation 258 Function Code Generation
|
| /openbsd-src/gnu/llvm/clang/docs/ |
| H A D | MSVCCompatibility.rst | 81 * RTTI: :good:`Complete`. Generation of RTTI data structures has been
|