/external/llvm-project/llvm/test/Transforms/GlobalMerge/ |
D | basic.ll | 6 ; CHECK: @_MergedGlobals = private global <{ i32, i32 }> <{ i32 3, i32 4 }>, section "foo", align 4 7 ; CHECK: @_MergedGlobals.1 = private global <{ i32, i32 }> <{ i32 1, i32 2 }>, align 4 9 … alias i32, getelementptr inbounds (<{ i32, i32 }>, <{ i32, i32 }>* @_MergedGlobals.1, i32 0, i32 … 12 … alias i32, getelementptr inbounds (<{ i32, i32 }>, <{ i32, i32 }>* @_MergedGlobals.1, i32 0, i32 … 15 …l alias i32, getelementptr inbounds (<{ i32, i32 }>, <{ i32, i32 }>* @_MergedGlobals, i32 0, i32 0) 18 …l alias i32, getelementptr inbounds (<{ i32, i32 }>, <{ i32, i32 }>* @_MergedGlobals, i32 0, i32 1) 22 …; CHECK: load i32, i32* getelementptr inbounds (<{ i32, i32 }>, <{ i32, i32 }>* @_MergedGlobals.1,… 24 …; CHECK: load i32, i32* getelementptr inbounds (<{ i32, i32 }>, <{ i32, i32 }>* @_MergedGlobals.1,… 26 …; CHECK: load i32, i32* getelementptr inbounds (<{ i32, i32 }>, <{ i32, i32 }>* @_MergedGlobals, i… 28 …; CHECK: load i32, i32* getelementptr inbounds (<{ i32, i32 }>, <{ i32, i32 }>* @_MergedGlobals, i…
|
D | alignment-2.ll | 8 ; CHECK: @_MergedGlobals = private global <{ [2 x i32], [2 x i32] }> <{ [2 x i32] [i32 1, i32 1], [… 10 …tr inbounds (<{ [2 x i32], [2 x i32] }>, <{ [2 x i32], [2 x i32] }>* @_MergedGlobals, i32 0, i32 0) 13 …tr inbounds (<{ [2 x i32], [2 x i32] }>, <{ [2 x i32], [2 x i32] }>* @_MergedGlobals, i32 0, i32 1) 17 …r inbounds (<{ [2 x i32], [2 x i32] }>, <{ [2 x i32], [2 x i32] }>* @_MergedGlobals, i32 0, i32 0,… 19 …r inbounds (<{ [2 x i32], [2 x i32] }>, <{ [2 x i32], [2 x i32] }>* @_MergedGlobals, i32 0, i32 1,…
|
D | alignment.ll | 6 ; CHECK: @_MergedGlobals = private global <{ [5 x i8], [3 x i8], [2 x i32] }> <{ [5 x i8] c"\01\01\… 8 … x i8], [3 x i8], [2 x i32] }>, <{ [5 x i8], [3 x i8], [2 x i32] }>* @_MergedGlobals, i32 0, i32 0) 11 … x i8], [3 x i8], [2 x i32] }>, <{ [5 x i8], [3 x i8], [2 x i32] }>* @_MergedGlobals, i32 0, i32 2) 15 ; CHECK: load i32, i32* bitcast (<{ [5 x i8], [3 x i8], [2 x i32] }>* @_MergedGlobals to i32*) 17 …x i8], [3 x i8], [2 x i32] }>, <{ [5 x i8], [3 x i8], [2 x i32] }>* @_MergedGlobals, i32 0, i32 2,…
|
D | used.ll | 6 ; CHECK: @_MergedGlobals = private global <{ i32, i32 }> <{ i32 3, i32 3 }>, align 4 24 …; CHECK: load i32, i32* getelementptr inbounds (<{ i32, i32 }>, <{ i32, i32 }>* @_MergedGlobals, i… 26 …; CHECK: load i32, i32* getelementptr inbounds (<{ i32, i32 }>, <{ i32, i32 }>* @_MergedGlobals, i…
|
D | debug-info.ll | 6 ; CHECK: @_MergedGlobals = private global <{ i32, i32 }> <{ i32 1, i32 2 }>, align 4, !dbg [[A:![0-…
|
/external/llvm/test/Transforms/GlobalMerge/ |
D | basic.ll | 6 ; CHECK: @_MergedGlobals = private global { i32, i32 } { i32 1, i32 2 } 8 …ernal alias i32, getelementptr inbounds ({ i32, i32 }, { i32, i32 }* @_MergedGlobals, i32 0, i32 0) 11 …ernal alias i32, getelementptr inbounds ({ i32, i32 }, { i32, i32 }* @_MergedGlobals, i32 0, i32 1) 15 …; CHECK: load i32, i32* getelementptr inbounds ({ i32, i32 }, { i32, i32 }* @_MergedGlobals, i32 0… 17 …; CHECK: load i32, i32* getelementptr inbounds ({ i32, i32 }, { i32, i32 }* @_MergedGlobals, i32 0…
|
/external/llvm/test/CodeGen/AArch64/ |
D | global-merge.ll | 14 ; CHECK: adrp x{{[0-9]+}}, _MergedGlobals 25 ; CHECK: .local _MergedGlobals 26 ; CHECK: .comm _MergedGlobals,8,8 27 ; NO-MERGE-NOT: .local _MergedGlobals
|
D | global-merge-1.ll | 23 ;CHECK: .type .L_MergedGlobals,@object // @_MergedGlobals 29 ;CHECK-APPLE-IOS: .zerofill __DATA,__bss,l__MergedGlobals,8,3 ; @_MergedGlobals
|
D | global-merge-3.ll | 23 ;CHECK: .type .L_MergedGlobals,@object // @_MergedGlobals 28 ;CHECK: .type .L_MergedGlobals.1,@object // @_MergedGlobals.1
|
D | global-merge-2.ll | 30 ;CHECK: .type .L_MergedGlobals,@object // @_MergedGlobals
|
D | global-merge-4.ll | 67 ;CHECK: .type .L_MergedGlobals,@object // @_MergedGlobals
|
/external/llvm-project/llvm/test/CodeGen/AArch64/ |
D | global-merge.ll | 14 ; CHECK: adrp x{{[0-9]+}}, _MergedGlobals 25 ; CHECK: .local _MergedGlobals 26 ; CHECK: .comm _MergedGlobals,8,8 27 ; NO-MERGE-NOT: .local _MergedGlobals
|
D | global-merge-1.ll | 23 ;CHECK: .type .L_MergedGlobals,@object // @_MergedGlobals 29 ;CHECK-APPLE-IOS: .zerofill __DATA,__bss,__MergedGlobals,8,2 ; @_MergedGlobals
|
D | global-merge-2.ll | 30 ;CHECK: .type .L_MergedGlobals,@object // @_MergedGlobals
|
D | global-merge-3.ll | 36 ;CHECK: .type .L_MergedGlobals,@object // @_MergedGlobals
|
D | global-merge-4.ll | 67 ;CHECK: .type .L_MergedGlobals,@object // @_MergedGlobals
|
/external/llvm/test/MC/ARM/ |
D | elf-reloc-01.s | 16 movw r2, :lower16:_MergedGlobals 18 _MergedGlobals: label
|
/external/llvm-project/llvm/test/MC/ARM/ |
D | elf-reloc-01.s | 16 movw r2, :lower16:_MergedGlobals 18 _MergedGlobals: label
|
/external/llvm-project/llvm/test/CodeGen/ARM/ |
D | global-merge-addrspace.ll | 5 ; CHECK: _MergedGlobals: 10 ; CHECK: _MergedGlobals.1:
|
D | global-merge.ll | 56 ; CHECK: _MergedGlobals: 67 ; CHECK: _MergedGlobals.1 72 ; CHECK: _MergedGlobals.2
|
/external/llvm/test/CodeGen/ARM/ |
D | global-merge-addrspace.ll | 5 ; CHECK: _MergedGlobals: 10 ; CHECK: _MergedGlobals.1:
|
D | global-merge.ll | 55 ; CHECK: _MergedGlobals: 62 ; CHECK: _MergedGlobals.1: 67 ; CHECK: _MergedGlobals.2 72 ; CHECK: _MergedGlobals.3
|