Searched refs:StructS (Results 1 – 4 of 4) sorted by relevance
| /llvm-project-15.0.7/clang/test/CodeGen/ |
| H A D | tbaa-class.cpp | 41 class StructS class 47 class StructS2 : public StructS 59 class StructM1 : public StructS, public StructT { 68 class StructM2 : public StructS, public StructDyn { 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() 169 uint32_t g9(StructS *S, StructS2 *S2, uint64_t count) { in g9() 181 uint32_t g10(StructS *S, StructS2 *S2, uint64_t count) { in g10() 221 uint32_t g13(StructM1 *M, StructS *S) { in g13() 233 uint32_t g14(StructM2 *M, StructS *S) { in g14()
|
| H A D | tbaa.cpp | 45 } StructS; typedef 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() 148 uint32_t g9(StructS *S, StructS2 *S2, uint64_t count) { in g9() 160 uint32_t g10(StructS *S, StructS2 *S2, uint64_t count) { in g10() 231 typedef StructS StructS3; 232 uint32_t g15(StructS *S, StructS3 *S3, uint64_t count) { in g15()
|
| /llvm-project-15.0.7/llvm/test/Analysis/TypeBasedAliasAnalysis/ |
| H A D | tbaa-path.ll | 193 store %struct.StructS* %S, %struct.StructS** %S.addr, align 8, !tbaa !0 198 %1 = load %struct.StructS*, %struct.StructS** %S.addr, align 8, !tbaa !0 221 store %struct.StructS* %S, %struct.StructS** %S.addr, align 8, !tbaa !0 226 %1 = load %struct.StructS*, %struct.StructS** %S.addr, align 8, !tbaa !0 227 %f16 = getelementptr inbounds %struct.StructS, %struct.StructS* %1, i32 0, i32 0 248 store %struct.StructS* %S, %struct.StructS** %S.addr, align 8, !tbaa !0 251 %0 = load %struct.StructS*, %struct.StructS** %S.addr, align 8, !tbaa !0 257 %2 = load %struct.StructS*, %struct.StructS** %S.addr, align 8, !tbaa !0 276 store %struct.StructS* %S, %struct.StructS** %S.addr, align 8, !tbaa !0 279 %0 = load %struct.StructS*, %struct.StructS** %S.addr, align 8, !tbaa !0 [all …]
|
| H A D | tbaa-path-new.ll | 7 %struct.StructS = type { i16, i32 } 144 ; uint32_t g7(StructA *A, StructS *S, uint64_t count) { 150 define i32 @_Z2g7P7StructAP7StructSy(%struct.StructA* nocapture %A, %struct.StructS* nocapture %S, … 161 %f321 = getelementptr inbounds %struct.StructS, %struct.StructS* %S, i64 0, i32 1 166 ; uint32_t g8(StructA *A, StructS *S, uint64_t count) { 172 define i32 @_Z2g8P7StructAP7StructSy(%struct.StructA* nocapture %A, %struct.StructS* nocapture %S, … 183 %f16 = getelementptr inbounds %struct.StructS, %struct.StructS* %S, i64 0, i32 0 188 ; uint32_t g9(StructS *S, StructS2 *S2, uint64_t count) { 203 %f32 = getelementptr inbounds %struct.StructS, %struct.StructS* %S, i64 0, i32 1 210 ; uint32_t g10(StructS *S, StructS2 *S2, uint64_t count) { [all …]
|