Home
last modified time | relevance | path

Searched refs:StructA (Results 1 – 15 of 15) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/test/Analysis/TypeBasedAliasAnalysis/
Dtbaa-path.ll5 %struct.StructA = type { i16, i32, i16, i32 }
6 %struct.StructB = type { i16, %struct.StructA, i32 }
12 define i32 @_Z1gPjP7StructAy(i32* %s, %struct.StructA* %A, i64 %count) #0 {
23 %A.addr = alloca %struct.StructA*, align 8
26 store %struct.StructA* %A, %struct.StructA** %A.addr, align 8, !tbaa !0
30 %1 = load %struct.StructA*, %struct.StructA** %A.addr, align 8, !tbaa !0
31 %f32 = getelementptr inbounds %struct.StructA, %struct.StructA* %1, i32 0, i32 1
38 define i32 @_Z2g2PjP7StructAy(i32* %s, %struct.StructA* %A, i64 %count) #0 {
49 %A.addr = alloca %struct.StructA*, align 8
52 store %struct.StructA* %A, %struct.StructA** %A.addr, align 8, !tbaa !0
[all …]
Dtbaa-path-new.ll5 %struct.StructA = type { i16, i32, i16, i32 }
6 %struct.StructB = type { i16, %struct.StructA, i32 }
12 ; uint32_t g(uint32_t *s, StructA *A, uint64_t count) {
18 define i32 @_Z1gPjP7StructAy(i32* nocapture %s, %struct.StructA* nocapture %A, i64 %count) {
28 %f32 = getelementptr inbounds %struct.StructA, %struct.StructA* %A, i64 0, i32 1
34 ; uint32_t g2(uint32_t *s, StructA *A, uint64_t count) {
40 define i32 @_Z2g2PjP7StructAy(i32* nocapture %s, %struct.StructA* nocapture %A, i64 %count) {
50 %f16 = getelementptr inbounds %struct.StructA, %struct.StructA* %A, i64 0, i32 0
55 ; uint32_t g3(StructA *A, StructB *B, uint64_t count) {
61 define i32 @_Z2g3P7StructAP7StructBy(%struct.StructA* nocapture %A, %struct.StructB* nocapture %B, …
[all …]
/external/llvm/test/Analysis/TypeBasedAliasAnalysis/
Dtbaa-path.ll5 %struct.StructA = type { i16, i32, i16, i32 }
6 %struct.StructB = type { i16, %struct.StructA, i32 }
12 define i32 @_Z1gPjP7StructAy(i32* %s, %struct.StructA* %A, i64 %count) #0 {
23 %A.addr = alloca %struct.StructA*, align 8
26 store %struct.StructA* %A, %struct.StructA** %A.addr, align 8, !tbaa !0
30 %1 = load %struct.StructA*, %struct.StructA** %A.addr, align 8, !tbaa !0
31 %f32 = getelementptr inbounds %struct.StructA, %struct.StructA* %1, i32 0, i32 1
38 define i32 @_Z2g2PjP7StructAy(i32* %s, %struct.StructA* %A, i64 %count) #0 {
49 %A.addr = alloca %struct.StructA*, align 8
52 store %struct.StructA* %A, %struct.StructA** %A.addr, align 8, !tbaa !0
[all …]
/external/llvm/test/CodeGen/PowerPC/
Dpr28130.ll4 %StructA = type { double, double, double, double, double, double, double, double }
6 define void @Test(%StructA* %tmp) unnamed_addr #0 align 2 {
19 %tmp2 = getelementptr inbounds %StructA, %StructA* %tmp, i64 0, i32 0
20 %tmp4 = bitcast %StructA* %tmp to <2 x double>*
21 %tmp5 = getelementptr inbounds %StructA, %StructA* %tmp, i64 0, i32 2
22 %tmp9 = getelementptr inbounds %StructA, %StructA* %tmp, i64 0, i32 4
23 %tmp11 = getelementptr inbounds %StructA, %StructA* %tmp, i64 0, i32 5
24 %tmp13 = getelementptr inbounds %StructA, %StructA* %tmp, i64 0, i32 6
25 %tmp15 = getelementptr inbounds %StructA, %StructA* %tmp, i64 0, i32 7
Dcombine-to-pre-index-store-crash.ll10 %StructA = type <{ i64, { i64, i64 }, { i64, i64 } }>
12 define void @TestFoo(%StructA* %this) {
13 %tmp = getelementptr inbounds %StructA, %StructA* %this, i64 0, i32 1
14 %tmp11 = getelementptr inbounds %StructA, %StructA* %this, i64 0, i32 1, i32 1
18 %tmp13 = getelementptr inbounds %StructA, %StructA* %this, i64 0, i32 2, i32 1
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/PowerPC/
Dpr28130.ll4 %StructA = type { double, double, double, double, double, double, double, double }
6 define void @Test(%StructA* %tmp) unnamed_addr #0 align 2 {
19 %tmp2 = getelementptr inbounds %StructA, %StructA* %tmp, i64 0, i32 0
20 %tmp4 = bitcast %StructA* %tmp to <2 x double>*
21 %tmp5 = getelementptr inbounds %StructA, %StructA* %tmp, i64 0, i32 2
22 %tmp9 = getelementptr inbounds %StructA, %StructA* %tmp, i64 0, i32 4
23 %tmp11 = getelementptr inbounds %StructA, %StructA* %tmp, i64 0, i32 5
24 %tmp13 = getelementptr inbounds %StructA, %StructA* %tmp, i64 0, i32 6
25 %tmp15 = getelementptr inbounds %StructA, %StructA* %tmp, i64 0, i32 7
Dcombine-to-pre-index-store-crash.ll10 %StructA = type <{ i64, { i64, i64 }, { i64, i64 } }>
12 define void @TestFoo(%StructA* %this) {
13 %tmp = getelementptr inbounds %StructA, %StructA* %this, i64 0, i32 1
14 %tmp11 = getelementptr inbounds %StructA, %StructA* %this, i64 0, i32 1, i32 1
18 %tmp13 = getelementptr inbounds %StructA, %StructA* %this, i64 0, i32 2, i32 1
/external/clang/test/CodeGen/
Dtbaa-class.cpp9 class StructA class
21 StructA a;
53 uint32_t g(uint32_t *s, StructA *A, uint64_t count) { in g()
65 uint32_t g2(uint32_t *s, StructA *A, uint64_t count) { in g2()
77 uint32_t g3(StructA *A, StructB *B, uint64_t count) { in g3()
89 uint32_t g4(StructA *A, StructB *B, uint64_t count) { in g4()
101 uint32_t g5(StructA *A, StructB *B, uint64_t count) { in g5()
113 uint32_t g6(StructA *A, StructB *B, uint64_t count) { in g6()
125 uint32_t g7(StructA *A, StructS *S, uint64_t count) { in g7()
137 uint32_t g8(StructA *A, StructS *S, uint64_t count) { in g8()
Dtbaa.cpp19 } StructA; typedef
23 StructA a;
51 uint32_t g(uint32_t *s, StructA *A, uint64_t count) { in g()
63 uint32_t g2(uint32_t *s, StructA *A, uint64_t count) { in g2()
75 uint32_t g3(StructA *A, StructB *B, uint64_t count) { in g3()
87 uint32_t g4(StructA *A, StructB *B, uint64_t count) { in g4()
99 uint32_t g5(StructA *A, StructB *B, uint64_t count) { in g5()
111 uint32_t g6(StructA *A, StructB *B, uint64_t count) { in g6()
123 uint32_t g7(StructA *A, StructS *S, uint64_t count) { in g7()
135 uint32_t g8(StructA *A, StructS *S, uint64_t count) { in g8()
Dtbaa-ms-abi.cpp6 struct StructA { struct
10 struct StructB : virtual StructA { argument
/external/syzkaller/vendor/github.com/google/go-cmp/cmp/internal/teststructs/
Dstructs.go12 StructA struct{ X string } // Equal method on value receiver struct
21 StructA anonMember
47 *StructA anonMember
79 func (x StructA) Equal(y StructA) bool { return true } argument
97 a StructA, b StructB, c StructC, d StructD, e StructE, f StructF,
98 ap *StructA, bp *StructB, cp *StructC, dp *StructD, ep *StructE, fp *StructF,
116 a1.Equal(a1.StructA)
123 a2.Equal(*a2.StructA)
/external/clang/test/Index/
Dcomplete-hiding.c4 struct StructA { }; struct
13 int StructA = 0; in f() local
16 struct StructA sa = { }; in f()
/external/libchrome/mojo/public/interfaces/bindings/tests/
Dvalidation_test_interfaces.mojom9 struct StructA {
14 StructA struct_a;
37 StructA? struct_a;
67 StructA struct_a;
82 Method1(StructA param0);
83 Method2(StructB param0, StructA param1);
/external/skqp/tests/
DRefCntTest.cpp323 struct StructA : public SkRefCnt { in DEF_TEST() struct
328 sk_sp<StructA> a; in DEF_TEST()
333 StructA* a = new StructA; in DEF_TEST()
/external/skia/tests/
DRefCntTest.cpp323 struct StructA : public SkRefCnt { in DEF_TEST() struct
328 sk_sp<StructA> a; in DEF_TEST()
333 StructA* a = new StructA; in DEF_TEST()