| /llvm-project-15.0.7/llvm/test/Analysis/TypeBasedAliasAnalysis/ |
| H A D | tbaa-path.ll | 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 52 store %struct.StructA* %A, %struct.StructA** %A.addr, align 8, !tbaa !0 56 %1 = load %struct.StructA*, %struct.StructA** %A.addr, align 8, !tbaa !0 77 store %struct.StructA* %A, %struct.StructA** %A.addr, align 8, !tbaa !0 80 %0 = load %struct.StructA*, %struct.StructA** %A.addr, align 8, !tbaa !0 87 %2 = load %struct.StructA*, %struct.StructA** %A.addr, align 8, !tbaa !0 106 store %struct.StructA* %A, %struct.StructA** %A.addr, align 8, !tbaa !0 109 %0 = load %struct.StructA*, %struct.StructA** %A.addr, align 8, !tbaa !0 116 %2 = load %struct.StructA*, %struct.StructA** %A.addr, align 8, !tbaa !0 [all …]
|
| H A D | tbaa-path-new.ll | 5 %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) { 28 %f32 = getelementptr inbounds %struct.StructA, %struct.StructA* %A, i64 0, i32 1 50 %f16 = getelementptr inbounds %struct.StructA, %struct.StructA* %A, i64 0, i32 0 70 %f32 = getelementptr inbounds %struct.StructA, %struct.StructA* %A, i64 0, i32 1 93 %f32 = getelementptr inbounds %struct.StructA, %struct.StructA* %A, i64 0, i32 1 115 %f32 = getelementptr inbounds %struct.StructA, %struct.StructA* %A, i64 0, i32 1 137 %f32 = getelementptr inbounds %struct.StructA, %struct.StructA* %A, i64 0, i32 1 159 %f32 = getelementptr inbounds %struct.StructA, %struct.StructA* %A, i64 0, i32 1 [all …]
|
| /llvm-project-15.0.7/llvm/test/CodeGen/PowerPC/ |
| H A D | combine-to-pre-index-store-crash.ll | 10 %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
|
| H A D | pr28130.ll | 4 %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
|
| H A D | LQ-STQ-32bit-offset.ll | 5 %struct.StructA = type { [16 x i8] } 33 %s2 = alloca %struct.StructA, align 16 34 %s3 = alloca %struct.StructA, align 16 36 %tmp = alloca %struct.StructA, align 16 65 %s2 = alloca %struct.StructA, align 16 66 %s3 = alloca %struct.StructA, align 16 68 %tmp = alloca %struct.StructA, align 16
|
| H A D | LQ-STQ.ll | 5 %struct.StructA = type { [16 x i8] } 7 @s1 = dso_local global %struct.StructA { [16 x i8] c"\0B\0C\0D\0E\0F\10\11\12\13\14\15\16\17\18\19\… 29 %s2 = alloca %struct.StructA, align 16 30 %s3 = alloca %struct.StructA, align 16 31 %agg.tmp.ensured = alloca %struct.StructA, align 16
|
| /llvm-project-15.0.7/clang/test/CodeGen/ |
| H A D | tbaa-class.cpp | 10 class StructA class 22 StructA a; 73 uint32_t g(uint32_t *s, StructA *A, uint64_t count) { in g() 85 uint32_t g2(uint32_t *s, StructA *A, uint64_t count) { in g2() 97 uint32_t g3(StructA *A, StructB *B, uint64_t count) { in g3() 109 uint32_t g4(StructA *A, StructB *B, uint64_t count) { in g4() 121 uint32_t g5(StructA *A, StructB *B, uint64_t count) { in g5() 133 uint32_t g6(StructA *A, StructB *B, uint64_t count) { in g6() 145 uint32_t g7(StructA *A, StructS *S, uint64_t count) { in g7() 157 uint32_t g8(StructA *A, StructS *S, uint64_t count) { in g8()
|
| H A D | tbaa.cpp | 20 } StructA; typedef 24 StructA a; 52 uint32_t g(uint32_t *s, StructA *A, uint64_t count) { in g() 64 uint32_t g2(uint32_t *s, StructA *A, uint64_t count) { in g2() 76 uint32_t g3(StructA *A, StructB *B, uint64_t count) { in g3() 88 uint32_t g4(StructA *A, StructB *B, uint64_t count) { in g4() 100 uint32_t g5(StructA *A, StructB *B, uint64_t count) { in g5() 112 uint32_t g6(StructA *A, StructB *B, uint64_t count) { in g6() 124 uint32_t g7(StructA *A, StructS *S, uint64_t count) { in g7() 136 uint32_t g8(StructA *A, StructS *S, uint64_t count) { in g8()
|
| H A D | tbaa-ms-abi.cpp | 7 struct StructA { struct 11 struct StructB : virtual StructA { argument
|
| /llvm-project-15.0.7/clang/test/Index/ |
| H A D | complete-hiding.c | 4 struct StructA { }; struct 13 int StructA = 0; in f() local 16 struct StructA sa = { }; in f()
|
| /llvm-project-15.0.7/clang/unittests/AST/ |
| H A D | ASTImporterTest.cpp | 3715 auto StructA = in TEST_P() local 3721 Decl *ToTU = getToTuDecl(StructA, Lang_CXX03); in TEST_P() 3722 Decl *FromTU = getTuDecl(std::string(StructA) + "const int A::a;", Lang_CXX03, in TEST_P() 3746 auto StructA = in TEST_P() local 3752 Decl *ToTU = getToTuDecl(StructA, Lang_CXX03); in TEST_P() 3753 Decl *FromTU = getTuDecl(std::string(StructA) + "const int A::a = 1 + 2;", in TEST_P()
|