/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/InstCombine/ |
D | gepphigep.ll | 3 %struct1 = type { %struct2*, i32, i32, i32 } 4 %struct2 = type { i32, i32 } 6 %struct4 = type { %struct2, %struct2 } 11 %tmp1 = load %struct2*, %struct2** %tmp, align 8 15 %tmp10 = getelementptr inbounds %struct2, %struct2* %tmp1, i64 %tmp9 16 %tmp11 = getelementptr inbounds %struct2, %struct2* %tmp10, i64 0, i32 0 21 %tmp20 = getelementptr inbounds %struct2, %struct2* %tmp1, i64 %tmp19 22 %tmp21 = getelementptr inbounds %struct2, %struct2* %tmp20, i64 0, i32 0 27 %phi = phi %struct2* [ %tmp10, %bb1 ], [ %tmp20, %bb2 ] 28 %tmp24 = getelementptr inbounds %struct2, %struct2* %phi, i64 0, i32 1 [all …]
|
/external/llvm/test/Transforms/InstCombine/ |
D | gepphigep.ll | 3 %struct1 = type { %struct2*, i32, i32, i32 } 4 %struct2 = type { i32, i32 } 6 %struct4 = type { %struct2, %struct2 } 11 %tmp1 = load %struct2*, %struct2** %tmp, align 8 15 %tmp10 = getelementptr inbounds %struct2, %struct2* %tmp1, i64 %tmp9 16 %tmp11 = getelementptr inbounds %struct2, %struct2* %tmp10, i64 0, i32 0 21 %tmp20 = getelementptr inbounds %struct2, %struct2* %tmp1, i64 %tmp19 22 %tmp21 = getelementptr inbounds %struct2, %struct2* %tmp20, i64 0, i32 0 27 %phi = phi %struct2* [ %tmp10, %bb1 ], [ %tmp20, %bb2 ] 28 %tmp24 = getelementptr inbounds %struct2, %struct2* %phi, i64 0, i32 1 [all …]
|
/external/llvm/test/Transforms/MergeFunc/ |
D | gep-base-type.ll | 8 %"struct2" = type { i8*, { i64, i64 } } 10 define internal %struct2* @Ffunc(%struct2* %P, i64 %i) { 19 %1 = getelementptr inbounds %"struct2", %"struct2"* %P, i64 %i 20 %2 = getelementptr inbounds %"struct2", %"struct2"* %P, i64 %i 21 %3 = getelementptr inbounds %"struct2", %"struct2"* %P, i64 %i 22 %4 = getelementptr inbounds %"struct2", %"struct2"* %P, i64 %i 23 %5 = getelementptr inbounds %"struct2", %"struct2"* %P, i64 %i 24 %6 = getelementptr inbounds %"struct2", %"struct2"* %P, i64 %i 25 ret %struct2* %6
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/MergeFunc/ |
D | gep-base-type.ll | 8 %"struct2" = type { i8*, { i64, i64 } } 10 define internal %struct2* @Ffunc(%struct2* %P, i64 %i) { 19 %1 = getelementptr inbounds %"struct2", %"struct2"* %P, i64 %i 20 %2 = getelementptr inbounds %"struct2", %"struct2"* %P, i64 %i 21 %3 = getelementptr inbounds %"struct2", %"struct2"* %P, i64 %i 22 %4 = getelementptr inbounds %"struct2", %"struct2"* %P, i64 %i 23 %5 = getelementptr inbounds %"struct2", %"struct2"* %P, i64 %i 24 %6 = getelementptr inbounds %"struct2", %"struct2"* %P, i64 %i 25 ret %struct2* %6
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/MemCpyOpt/ |
D | 2011-06-02-CallSlotOverwritten.ll | 10 %struct2 = type { %struct1, i8* } 16 %y = alloca %struct2, align 8 20 %gepn1 = getelementptr inbounds %struct2, %struct2* %y, i32 0, i32 0, i32 0 22 %gepn2 = getelementptr inbounds %struct2, %struct2* %y, i32 0, i32 0, i32 1 26 %bit2 = bitcast %struct2* %y to i64* 33 %gep1 = getelementptr %struct2, %struct2* %y, i32 0, i32 0, i32 0
|
/external/llvm/test/Transforms/MemCpyOpt/ |
D | 2011-06-02-CallSlotOverwritten.ll | 10 %struct2 = type { %struct1, i8* } 16 %y = alloca %struct2, align 8 20 %gepn1 = getelementptr inbounds %struct2, %struct2* %y, i32 0, i32 0, i32 0 22 %gepn2 = getelementptr inbounds %struct2, %struct2* %y, i32 0, i32 0, i32 1 26 %bit2 = bitcast %struct2* %y to i64* 33 %gep1 = getelementptr %struct2, %struct2* %y, i32 0, i32 0, i32 0
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Linker/ |
D | 2004-05-07-TypeResolution2.ll | 6 %struct1 = type { i32, void (%struct2*)*, i16*, i32 (i32*)* } 7 %struct2 = type { %struct1 } 11 %tmp.2.i.i = getelementptr %struct1, %struct1* %tty, i64 0, i32 1 ; <void (%struct2*)**> [#uses=1] 12 …%tmp.3.i.i = load volatile void (%struct2*)*, void (%struct2*)** %tmp.2.i.i ; <void (%struct2*)*>…
|
D | 2004-05-07-TypeResolution1.ll | 7 %struct1 = type { i32, void (%struct2*)*, %myint*, i32 (i32*)* } 8 %struct2 = type { %struct1 } 29 declare void @func(%struct2*) 33 …store volatile void (%struct2*)* @func, void (%struct2*)** getelementptr (%struct1, %struct1* @dri…
|
/external/llvm/test/Linker/ |
D | 2004-05-07-TypeResolution2.ll | 6 %struct1 = type { i32, void (%struct2*)*, i16*, i32 (i32*)* } 7 %struct2 = type { %struct1 } 11 %tmp.2.i.i = getelementptr %struct1, %struct1* %tty, i64 0, i32 1 ; <void (%struct2*)**> [#uses=1] 12 …%tmp.3.i.i = load volatile void (%struct2*)*, void (%struct2*)** %tmp.2.i.i ; <void (%struct2*)*>…
|
D | 2004-05-07-TypeResolution1.ll | 7 %struct1 = type { i32, void (%struct2*)*, %myint*, i32 (i32*)* } 8 %struct2 = type { %struct1 } 29 declare void @func(%struct2*) 33 …store volatile void (%struct2*)* @func, void (%struct2*)** getelementptr (%struct1, %struct1* @dri…
|
/external/swiftshader/third_party/LLVM/test/Linker/ |
D | 2004-05-07-TypeResolution2.ll | 6 %struct1 = type { i32, void (%struct2*)*, i16*, i32 (i32*)* } 7 %struct2 = type { %struct1 } 11 %tmp.2.i.i = getelementptr %struct1* %tty, i64 0, i32 1 ; <void (%struct2*)**> [#uses=1] 12 %tmp.3.i.i = volatile load void (%struct2*)** %tmp.2.i.i ; <void (%struct2*)*> [#uses=0]
|
D | 2004-05-07-TypeResolution1.ll | 7 %struct1 = type { i32, void (%struct2*)*, %myint*, i32 (i32*)* } 8 %struct2 = type { %struct1 } 29 declare void @func(%struct2*) 33 …volatile store void (%struct2*)* @func, void (%struct2*)** getelementptr (%struct1* @driver1, i64 …
|
/external/swiftshader/third_party/LLVM/test/Transforms/MemCpyOpt/ |
D | 2011-06-02-CallSlotOverwritten.ll | 10 %struct2 = type { %struct1, i8* } 16 %y = alloca %struct2, align 8 20 %gepn1 = getelementptr inbounds %struct2* %y, i32 0, i32 0, i32 0 22 %gepn2 = getelementptr inbounds %struct2* %y, i32 0, i32 0, i32 1 26 %bit2 = bitcast %struct2* %y to i64* 33 %gep1 = getelementptr %struct2* %y, i32 0, i32 0, i32 0
|
/external/llvm/test/CodeGen/X86/ |
D | opaque-constant-asm.ll | 5 %struct2 = type <{ i32, i32, i32, i32 }> 11 …entptr inbounds (%struct2, %struct2* bitcast (%union.anon* getelementptr inbounds (%struct1, %stru…
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/ |
D | opaque-constant-asm.ll | 5 %struct2 = type <{ i32, i32, i32, i32 }> 11 …entptr inbounds (%struct2, %struct2* bitcast (%union.anon* getelementptr inbounds (%struct1, %stru…
|
D | statepoint-call-lowering.ll | 143 %struct2 = type { i64, i64, i64 } 145 declare void @consume_attributes(i32, i8* nest, i32, %struct2* byval) 147 define void @test_attributes(%struct2* byval %s) gc "statepoint-example" { 159 …struct2*)*, i32, i32, ...) @llvm.experimental.gc.statepoint.p0f_isVoidi32p0i8i32p0s_struct2sf(i64 … 180 …epoint.p0f_isVoidi32p0i8i32p0s_struct2sf(i64, i32, void (i32, i8*, i32, %struct2*)*, i32, i32, ...)
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/GVNSink/ |
D | struct.ll | 4 %struct2 = type { [ 2 x i32], i32 } 38 %tmp = getelementptr inbounds %struct2, %struct2* null, i64 0, i32 0, i32 1 42 %tmp3 = getelementptr inbounds %struct2, %struct2* null, i64 0, i32 0, i32 0
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/SeparateConstOffsetFromGEP/NVPTX/ |
D | split-gep.ll | 260 %struct2 = type { %struct3, i32 } 261 %struct1 = type { i64, %struct2 } 263 define %struct2* @sign_mod_unsign(%struct0* %ptr, i64 %idx) { 270 ; CHECK: getelementptr inbounds %struct2, %struct2* [[PTR]], i64 -3 271 ret %struct2* %ptr2 276 define %struct2* @trunk_explicit(%struct0* %ptr, i64 %idx) { 283 ; CHECK: getelementptr inbounds %struct2, %struct2* %0, i64 151 284 ret %struct2* %ptr2 291 define %struct2* @trunk_long_idx(%struct0* %ptr, i64 %idx) { 297 ; CHECK: getelementptr inbounds %struct2, %struct2* %0, i64 151 [all …]
|
/external/protobuf/python/google/protobuf/internal/ |
D | well_known_types_test.py | 543 struct2 = struct_pb2.Struct() 544 struct2.ParseFromString(serialized) 546 self.assertEquals(struct, struct2) 548 self.assertTrue(isinstance(struct2, well_known_types.Struct)) 549 self.assertEquals(5, struct2['key1']) 550 self.assertEquals('abc', struct2['key2']) 551 self.assertIs(True, struct2['key3']) 552 self.assertEquals(11, struct2['key4']['subkey']) 554 list(struct2['key5'].items())) 556 struct_list = struct2['key5']
|
/external/python/cpython2/Modules/_ctypes/libffi/testsuite/libffi.call/ |
D | struct2.c | 16 static test_structure_2 ABI_ATTR struct2(test_structure_2 ts) in struct2() function 57 ffi_call(&cif, FFI_FN(struct2), ts2_result, values); in main()
|
/external/libffi/testsuite/libffi.call/ |
D | struct2.c | 16 static test_structure_2 ABI_ATTR struct2(test_structure_2 ts) in struct2() function 57 ffi_call(&cif, FFI_FN(struct2), ts2_result, values); in main()
|
/external/llvm/test/CodeGen/PowerPC/ |
D | tls_get_addr_stackframe.ll | 6 %struct1.2.41 = type { %struct2.0.39, %struct3.1.40, %struct1.2.41* } 7 %struct2.0.39 = type { i64, i32, i32, i32, i32 }
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/PowerPC/ |
D | tls_get_addr_stackframe.ll | 6 %struct1.2.41 = type { %struct2.0.39, %struct3.1.40, %struct1.2.41* } 7 %struct2.0.39 = type { i64, i32, i32, i32, i32 }
|
/external/llvm/test/Analysis/BasicAA/ |
D | struct-geps.ll | 156 %struct2 = type { [1 x { i32, i32 }], [2 x { i32 }] } 160 define void @test_struct_in_array(%struct2* %st, i64 %i, i64 %j, i64 %k) { 161 %x = getelementptr %struct2, %struct2* %st, i32 0, i32 1, i32 1, i32 0 162 %y = getelementptr %struct2, %struct2* %st, i32 0, i32 0, i32 1, i32 1
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Analysis/BasicAA/ |
D | struct-geps.ll | 156 %struct2 = type { [1 x { i32, i32 }], [2 x { i32 }] } 160 define void @test_struct_in_array(%struct2* %st, i64 %i, i64 %j, i64 %k) { 161 %x = getelementptr %struct2, %struct2* %st, i32 0, i32 1, i32 1, i32 0 162 %y = getelementptr %struct2, %struct2* %st, i32 0, i32 0, i32 1, i32 1
|