Home
last modified time | relevance | path

Searched refs:gv1 (Results 1 – 22 of 22) sorted by relevance

/external/llvm-project/llvm/test/CodeGen/BPF/BTF/
Dglobal-var-sec.ll5 ; int gv1 __attribute__((section("maps")));
11 @gv1 = dso_local local_unnamed_addr global i32 0, section "maps", align 4, !dbg !6
41 ; CHECK-NEXT: .long gv1
48 ; CHECK-NEXT: .ascii "gv1" # string offset=9
64 !7 = distinct !DIGlobalVariable(name: "gv1", scope: !2, file: !3, line: 1, type: !8, isLocal: false…
Dglobal-var-sec-readonly.ll5 ; const int gv1 __attribute__((section("maps")));
11 @gv1 = dso_local local_unnamed_addr constant i32 0, section "maps", align 4, !dbg !6
44 ; CHECK-NEXT: .long gv1
51 ; CHECK-NEXT: .ascii "gv1" # string offset=9
67 !7 = distinct !DIGlobalVariable(name: "gv1", scope: !2, file: !3, line: 1, type: !8, isLocal: false…
/external/llvm-project/llvm/test/CodeGen/AMDGPU/GlobalISel/
Dlocalizer.ll79 @gv1 = addrspace(1) global i32 undef, align 4
118 ; GFX9-NEXT: s_add_u32 s2, s2, gv1@gotpcrel32@lo+4
119 ; GFX9-NEXT: s_addc_u32 s3, s3, gv1@gotpcrel32@hi+12
134 store volatile i32 1, i32 addrspace(1)* @gv1
147 @static.gv1 = internal addrspace(1) global i32 undef, align 4
184 ; GFX9-NEXT: s_add_u32 s6, s6, static.gv1@rel32@lo+4
185 ; GFX9-NEXT: s_addc_u32 s7, s7, static.gv1@rel32@hi+12
197 store volatile i32 1, i32 addrspace(1)* @static.gv1
/external/llvm-project/clang/test/CodeGenCXX/
Dcopy-constructor-elim.cpp52 extern const V_over_aligned gv1 = {};
54 extern "C" V f() { return gv1; } in f()
Ddebug-info-ms-anonymous-tag.cpp6 test1 gv1; variable
Ddebug-info-codeview-var-templates.cpp11 TestImplicit gv1; variable
/external/clang/test/CodeGenCXX/
Dcopy-constructor-elim.cpp52 extern const V_over_aligned gv1 = {};
54 extern "C" V f() { return gv1; } in f()
Ddebug-info-ms-anonymous-tag.cpp6 test1 gv1; variable
/external/llvm-project/llvm/test/Reduce/
Dremove-global-variable-attributes.ll7 ; CHECK-ALL-NEXT: @gv1 = global i32 0 #1
10 @gv1 = global i32 0 #1
/external/llvm-project/llvm/test/Transforms/CodeGenPrepare/X86/
Dsink-addrmode-select.ll20 @gv1 = external dso_local global i8, align 16
28 %g1 = getelementptr inbounds i8, i8* @gv1, i64 %b
/external/llvm-project/llvm/test/Transforms/CodeGenPrepare/ARM/
Dsink-addrmode.ll5 @gv1 = common global i32 0, align 4
119 ; CHECK: phi i32* [ @gv2, %if.else ], [ @gv1, %if.then ]
125 %gep1 = getelementptr inbounds i32, i32* @gv1, i32 1
210 ; CHECK: select i1 %cmp, i32* @gv1, i32* @gv2
213 %gep1 = getelementptr inbounds i32, i32* @gv1, i32 1
361 ; CHECK: select i1 %cmp, i32* @gv1, i32* @gv2
365 %select = select i1 %cmp, i32* @gv1, i32* @gv2
384 ; CHECK: select i1 %cmp.i, i32* @gv1, i32* null
387 %gv1_val = load i32, i32* @gv1, align 4
389 %spec.select.i = select i1 %cmp.i, i32* @gv1, i32* null
/external/llvm-project/mlir/test/mlir-cpu-runner/
Dglobal_memref.mlir36 global_memref constant @gv1 : memref<3x2xi32> = dense<[[0, 1],[2, 3],[4, 5]]>
38 %0 = get_global_memref @gv1 : memref<3x2xi32>
/external/llvm-project/clang/test/Sema/
Daltivec-generic-overload.c45 __v16sc gv1; in test() local
73 __v16sc *gv1_p = convert1(gv1); in test()
Ddeclspec.c11 int gv1; typedef
/external/clang/test/Sema/
Ddeclspec.c11 int gv1; typedef
/external/llvm/test/CodeGen/AArch64/
Dmerge-store-dependency.ll6 @gv1 = internal unnamed_addr global %struct1** null, align 8
54 store i8* %call.i, i8** bitcast (%struct1*** @gv1 to i8**), align 8
/external/llvm-project/llvm/test/CodeGen/AArch64/
Dmerge-store-dependency.ll7 @gv1 = internal unnamed_addr global %struct1** null, align 8
45 ; A53-NEXT: adrp x8, gv1
46 ; A53-NEXT: str x0, [x8, :lo12:gv1]
91 store i8* %call.i, i8** bitcast (%struct1*** @gv1 to i8**), align 8
/external/llvm-project/clang/test/CodeGen/
Dconst-init.c59 } __attribute__((__packed__)) gv1 = { .a = 0x0, .b = 7, }; variable
/external/clang/test/CodeGen/
Dconst-init.c59 } __attribute__((__packed__)) gv1 = { .a = 0x0, .b = 7, }; variable
/external/llvm-project/mlir/test/Conversion/StandardToLLVM/
Dstandard-to-llvm.mlir134 // CHECK: llvm.mlir.global private @gv1() : !llvm.array<2 x float>
135 global_memref "private" @gv1 : memref<2xf32>
/external/llvm/test/Other/
Dconstant-fold-gep.ll470 @gv1 = internal global i32 1
476 ret i1 icmp eq (i32* getelementptr inbounds ([1 x i32], [1 x i32]* @gv2, i32 0, i32 0), i32* @gv1)
/external/llvm-project/llvm/test/Other/
Dconstant-fold-gep.ll471 @gv1 = internal global i32 1
477 ret i1 icmp eq (i32* getelementptr inbounds ([1 x i32], [1 x i32]* @gv2, i32 0, i32 0), i32* @gv1)