/llvm-project/clang/test/CodeGen/ |
H A D | 2008-08-07-AlignPadding1.c | 22 #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 D | union-init.c | 19 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 D | isl_ast_build_private.h | 30 * 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 D | branch-relaxation-inst-size-gfx10.ll | 6 ; instruction, rather than 8 in previous generations.
|
/llvm-project/llvm/docs/HistoricalNotes/ |
H A D | 2001-04-16-DynamicCompilation.txt | 38 body of legacy code that was compiled for previous generations and will
|
H A D | 2001-02-09-AdveComments.txt | 46 255 positions seems adequate for several generations of machines
|
H A D | 2001-02-09-AdveCommentsResponse.txt | 80 > 255 positions seems adequate for several generations of machines
|
/llvm-project/polly/lib/External/isl/interface/ |
H A D | template_cpp.h | 75 * but may be extended during the generations of the specializations.
|
/llvm-project/clang/include/clang/AST/ |
H A D | ExternalASTSource.h | 438 /// 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 D | RWBuffer-AST.hlsl |
|
/llvm-project/compiler-rt/lib/xray/tests/unit/ |
H A D | buffer_queue_test.cpp | 138 // Validate that the buffers come from different generations. in TEST()
|
/llvm-project/flang/docs/ |
H A D | FortranForCProgrammers.md | 32 generations of computer systems hardware and software. Standard
|
/llvm-project/llvm/docs/tutorial/ |
H A D | BuildingAJIT1.rst | 53 Finally, a word on API generations: ORC is the 3rd generation of LLVM JIT API.
|
/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonIntrinsics.td | 242 // Patterns for optimizing code generations for HVX.
|
/llvm-project/lldb/include/lldb/Core/ |
H A D | ValueObject.h |
|
/llvm-project/llvm/lib/Target/M68k/ |
H A D | M68kISelDAGToDAG.cpp | 120 // These two in the next chip generations can hold upto 32 bit in getDispSize()
|
/llvm-project/llvm/lib/IR/ |
H A D | SafepointIRVerifier.cpp | 452 /// To fix this we need to introduce conception of generations and be able to
|
/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | SIRegisterInfo.td | 222 // Encoding changes between subtarget generations.
|
/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | EarlyCSE.cpp | 1450 // 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 D | core_named_ops.py | 1895 The operation generations pseudo random numbers using a linear congruential
|
/llvm-project/mlir/include/mlir/Dialect/Linalg/IR/ |
H A D | LinalgNamedStructuredOps.yaml | 6637 The operation generations pseudo random numbers using a linear congruential
|
/llvm-project/clang/lib/Frontend/Rewrite/ |
H A D | RewriteObjC.cpp | 4348 // generations. See SynthesizeBlockLiterals routine.
|
H A D | RewriteModernObjC.cpp | 5186 // generations. See SynthesizeBlockLiterals routine. in SynthBlockInitFunctionDecl()
|