Home
last modified time | relevance | path

Searched refs:gv2 (Results 1 – 18 of 18) sorted by relevance

/external/llvm-project/llvm/test/CodeGen/BPF/BTF/
Dglobal-var-sec.ll6 ; int gv2 __attribute__((section("maps"))) = 5;
10 @gv2 = dso_local local_unnamed_addr global i32 5, section "maps", align 4, !dbg !0
38 ; CHECK-NEXT: .long gv2
46 ; CHECK-NEXT: .ascii "gv2" # string offset=5
58 !1 = distinct !DIGlobalVariable(name: "gv2", scope: !2, file: !3, line: 2, type: !8, isLocal: false…
Dglobal-var-sec-readonly.ll6 ; const int gv2 __attribute__((section("maps"))) = 5;
10 @gv2 = dso_local local_unnamed_addr constant i32 5, section "maps", align 4, !dbg !0
41 ; CHECK-NEXT: .long gv2
49 ; CHECK-NEXT: .ascii "gv2" # string offset=5
61 !1 = distinct !DIGlobalVariable(name: "gv2", scope: !2, file: !3, line: 2, type: !8, isLocal: false…
/external/llvm-project/llvm/test/CodeGen/AMDGPU/GlobalISel/
Dlocalizer.ll80 @gv2 = addrspace(1) global i32 undef, align 4
95 ; GFX9-NEXT: s_add_u32 s0, s0, gv2@gotpcrel32@lo+4
96 ; GFX9-NEXT: s_addc_u32 s1, s1, gv2@gotpcrel32@hi+12
138 store volatile i32 0, i32 addrspace(1)* @gv2
148 @static.gv2 = internal addrspace(1) global i32 undef, align 4
164 ; GFX9-NEXT: s_add_u32 s6, s6, static.gv2@rel32@lo+4
165 ; GFX9-NEXT: s_addc_u32 s7, s7, static.gv2@rel32@hi+12
201 store volatile i32 0, i32 addrspace(1)* @static.gv2
/external/llvm-project/llvm/test/Reduce/
Dremove-global-variable-attributes.ll8 ; CHECK-ALL-NEXT: @gv2 = global i32 0
11 @gv2 = global i32 0 #2
/external/llvm-project/llvm/test/Transforms/CodeGenPrepare/X86/
Dsink-addrmode-select.ll21 @gv2 = external dso_local global i8, align 16
29 %g2 = getelementptr inbounds i8, i8* @gv2, i64 %b
/external/llvm-project/llvm/test/Transforms/CodeGenPrepare/ARM/
Dsink-addrmode.ll6 @gv2 = common global i32 0, align 4
119 ; CHECK: phi i32* [ @gv2, %if.else ], [ @gv1, %if.then ]
129 %gep2 = getelementptr inbounds i32, i32* @gv2, i32 1
210 ; CHECK: select i1 %cmp, i32* @gv1, i32* @gv2
214 %gep2 = getelementptr inbounds i32, i32* @gv2, i32 1
361 ; CHECK: select i1 %cmp, i32* @gv1, i32* @gv2
365 %select = select i1 %cmp, i32* @gv1, i32* @gv2
372 ; CHECK: select i1 %cmp, i32* %ptr, i32* @gv2
376 %select = select i1 %cmp, i32* %ptr, i32* @gv2
/external/llvm-project/mlir/test/mlir-cpu-runner/
Dglobal_memref.mlir52 global_memref "private" @gv2 : memref<4x2xf32> = dense<[[0.0, 1.0], [2.0, 3.0], [4.0, 5.0], [6.0, 7…
54 %0 = get_global_memref @gv2 : memref<4x2xf32>
/external/llvm-project/clang/test/CodeGenCXX/
Ddebug-info-codeview-var-templates.cpp22 } gv2; variable
/external/llvm-project/clang/test/Sema/
Daltivec-generic-overload.c46 __v16uc gv2; in test() local
74 __v16uc *gv2_p = convert1(gv2); in test()
Ddeclspec.c14 int gv2; typedef
/external/clang/test/Sema/
Ddeclspec.c14 int gv2; typedef
/external/llvm-project/clang/test/SemaSYCL/
Dkernel-attribute.cpp4 [[clang::sycl_kernel]] int gv2 = 0; // expected-warning {{'sycl_kernel' attribute only applies to f… variable
/external/llvm-project/mlir/test/Conversion/StandardToLLVM/
Dstandard-to-llvm.mlir137 // CHECK: llvm.mlir.global external @gv2(dense<{{\[\[}}0.000000e+00, 1.000000e+00, 2.000000e+00], […
138 global_memref @gv2 : memref<2x3xf32> = dense<[[0.0, 1.0, 2.0], [3.0, 4.0, 5.0]]>
167 // CHECK: %[[ADDR:.*]] = llvm.mlir.addressof @gv2 : !llvm.ptr<array<2 x array<3 x float>>>
182 %0 = get_global_memref @gv2 : memref<2x3xf32>
/external/llvm-project/clang/test/CodeGen/
Dconst-init.c66 } __attribute__((__packed__)) gv2 = { 1, (void*)0 }; variable
/external/clang/test/CodeGen/
Dconst-init.c66 } __attribute__((__packed__)) gv2 = { 1, (void*)0 }; variable
/external/llvm/test/Other/
Dconstant-fold-gep.ll471 @gv2 = internal global [1 x i32] [ i32 2 ]
476 ret i1 icmp eq (i32* getelementptr inbounds ([1 x i32], [1 x i32]* @gv2, i32 0, i32 0), i32* @gv1)
482 …ret i1 icmp eq (i32* getelementptr inbounds ([1 x i32], [1 x i32]* @gv2, i32 0, i32 0), i32* getel…
/external/llvm-project/llvm/test/Other/
Dconstant-fold-gep.ll472 @gv2 = internal global [1 x i32] [ i32 2 ]
477 ret i1 icmp eq (i32* getelementptr inbounds ([1 x i32], [1 x i32]* @gv2, i32 0, i32 0), i32* @gv1)
483 …ret i1 icmp eq (i32* getelementptr inbounds ([1 x i32], [1 x i32]* @gv2, i32 0, i32 0), i32* getel…
/external/python/pycparser/utils/benchmark/inputs/
Dtccgen.c.ppout3057 static void gv2(int rc1, int rc2);
4560 static void gv2(int rc1, int rc2)