Home
last modified time | relevance | path

Searched full:generations (Results 1 – 23 of 23) sorted by relevance

/llvm-project/clang/test/CodeGen/
H A D2008-08-07-AlignPadding1.c22 #define GEN_HEAD(n) (&generations[n].head)
26 // CHECK: @generations ={{.*}} global [3 x %struct.gc_generation] [%struct.gc_generation { %union._gc_head { %struct.anon { ptr @generations, ptr @generations, i64 0 }, [8 x i8] zeroinitializer }, i32 700, i32 0, [8 x i8] zeroinitializer }, %struct.gc_generation { %union._gc_head { %struct.anon { ptr getelementptr (i8, ptr @generations, i64 48), ptr getelementptr (i8, ptr @generations, i64 48), i64 0 }, [8 x i8] zeroinitializer }, i32 10, i32 0, [8 x i8] zeroinitializer }, %struct.gc_generation { %union._gc_head { %struct.anon { ptr getelementptr (i8, ptr @generations, i64 96), ptr getelementptr (i8, ptr @generations, i64 96), i64 0 }, [8 x i8] zeroinitializer }, i32 10, i32 0, [8 x i8] zeroinitializer }]
28 struct gc_generation generations[3] = {
27 struct gc_generation generations[3] = { global() variable
H A Dunion-init.c19 generations */
23 #define GEN_HEAD(n) (&generations[n].head)
26 struct gc_generation generations[NUM_GENERATIONS] = { variable
/llvm-project/polly/lib/External/isl/
H A Disl_ast_build_private.h30 * O represents the loops generated in outer AST generations.
39 * been generated (including those in outer AST generations).
40 * "outer_pos" is equal to the number of loops in outer AST generations.
/llvm-project/llvm/test/CodeGen/AMDGPU/
H A Dbranch-relaxation-inst-size-gfx10.ll6 ; instruction, rather than 8 in previous generations.
/llvm-project/llvm/docs/HistoricalNotes/
H A D2001-04-16-DynamicCompilation.txt38 body of legacy code that was compiled for previous generations and will
H A D2001-02-09-AdveComments.txt46 255 positions seems adequate for several generations of machines
H A D2001-02-09-AdveCommentsResponse.txt80 > 255 positions seems adequate for several generations of machines
/llvm-project/polly/lib/External/isl/interface/
H A Dtemplate_cpp.h75 * but may be extended during the generations of the specializations.
/llvm-project/clang/include/clang/AST/
H A DExternalASTSource.h438 /// where the value might change in later generations of the external AST in set()
466 /// Create a pointer that is not potentially updated by later generations of in getFromOpaqueValue()
484 /// Set the value of this pointer, for this and all future generations.
/llvm-project/clang/test/AST/HLSL/
H A DRWBuffer-AST.hlsl
/llvm-project/compiler-rt/lib/xray/tests/unit/
H A Dbuffer_queue_test.cpp138 // Validate that the buffers come from different generations. in TEST()
/llvm-project/flang/docs/
H A DFortranForCProgrammers.md32 generations of computer systems hardware and software. Standard
/llvm-project/llvm/docs/tutorial/
H A DBuildingAJIT1.rst53 Finally, a word on API generations: ORC is the 3rd generation of LLVM JIT API.
/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonIntrinsics.td242 // Patterns for optimizing code generations for HVX.
/llvm-project/lldb/include/lldb/Core/
H A DValueObject.h
/llvm-project/llvm/lib/Target/M68k/
H A DM68kISelDAGToDAG.cpp120 // These two in the next chip generations can hold upto 32 bit in getDispSize()
/llvm-project/llvm/lib/IR/
H A DSafepointIRVerifier.cpp452 /// To fix this we need to introduce conception of generations and be able to
/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIRegisterInfo.td222 // Encoding changes between subtarget generations.
/llvm-project/llvm/lib/Transforms/Scalar/
H A DEarlyCSE.cpp1450 // generations. Also, we dont need to consume the last store since the in processNode()
/llvm-project/mlir/python/mlir/dialects/linalg/opdsl/ops/
H A Dcore_named_ops.py1895 The operation generations pseudo random numbers using a linear congruential
/llvm-project/mlir/include/mlir/Dialect/Linalg/IR/
H A DLinalgNamedStructuredOps.yaml6637 The operation generations pseudo random numbers using a linear congruential
/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp4348 // generations. See SynthesizeBlockLiterals routine.
H A DRewriteModernObjC.cpp5186 // generations. See SynthesizeBlockLiterals routine. in SynthBlockInitFunctionDecl()