/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/LoopVectorize/ |
D | interleaved-acess-with-remarks.ll | 15 %MyStruct = type { i32, %"struct.std::atomic", %union.anon } 17 define void @atomicLoadsBothWriteAndReadMem(%MyStruct *%a, %MyStruct *%b, %MyStruct *%lim) { 22 %0 = phi %MyStruct* [ %a, %entry ], [ %ainc, %loop ] 23 %1 = phi %MyStruct* [ %b, %entry ], [ %binc, %loop ] 24 %2 = getelementptr %MyStruct, %MyStruct* %1, i64 0, i32 0 26 %4 = getelementptr inbounds %MyStruct, %MyStruct* %0, i64 0, i32 0 28 %5 = getelementptr inbounds %MyStruct, %MyStruct* %1, i64 0, i32 1, i32 0, i32 0 30 %7 = getelementptr inbounds %MyStruct, %MyStruct* %0, i64 0, i32 1, i32 0, i32 0 32 %8 = getelementptr inbounds %MyStruct, %MyStruct* %1, i64 0, i32 2, i32 0 33 %9 = getelementptr inbounds %MyStruct, %MyStruct* %0, i64 0, i32 2, i32 0 [all …]
|
/external/deqp-deps/glslang/Test/baseResults/ |
D | spv.multiStruct.comp.out | 13 Name 12 "MyStruct" 14 MemberName 12(MyStruct) 0 "foo" 15 MemberName 12(MyStruct) 1 "sb" 17 Name 16 "MyStruct" 18 MemberName 16(MyStruct) 0 "foo" 19 MemberName 16(MyStruct) 1 "sb" 26 Name 58 "MyStruct" 27 MemberName 58(MyStruct) 0 "foo" 28 MemberName 58(MyStruct) 1 "sb" 49 MemberDecorate 16(MyStruct) 0 Offset 0 [all …]
|
/external/clang/test/Analysis/ |
D | initializer.cpp | 153 struct MyStruct { struct 154 MyStruct(int i); 155 MyStruct(OtherStruct os); 161 const MyStruct &myStruct(5); in referenceInitializeLocal() 166 const MyStruct &myStruct1(5), myStruct2(5), &myStruct3(5); in referenceInitializeMultipleLocals() 173 const MyStruct &myStruct(OtherStruct(5)); in referenceInitializeLocalWithCleanup() 178 const MyStruct &ms; // expected-note {{reference member declared here}} 179 const MyStruct &msWithCleanups; // expected-note {{reference member declared here}}
|
/external/clang/test/CodeGenObjCXX/ |
D | property-reference.mm | 4 struct MyStruct { struct 11 MyStruct _foo; argument 14 @property (assign, readwrite) const MyStruct& foo; 16 - (const MyStruct&) foo; 17 - (void) setFoo:(const MyStruct&)inFoo; argument 22 MyStruct myStruct; 26 const MyStruct& currentMyStruct = myClass.foo; 29 // CHECK: [[C:%.*]] = call dereferenceable({{[0-9]+}}) %struct.MyStruct* bitcast (i8* (i8*, i8*, ..… 30 // CHECK: store %struct.MyStruct* [[C]], %struct.MyStruct** [[D:%.*]]
|
/external/deqp-deps/glslang/Test/ |
D | spv.multiStruct.comp | 3 struct MyStruct 11 MyStruct a; 16 MyStruct b; 21 MyStruct c; 26 MyStruct S[2]; 41 MyStruct t = inBuf.a;
|
/external/compiler-rt/test/tsan/Darwin/ |
D | libcxx-shared-ptr-recursive.mm | 14 struct MyStruct { 16 ~MyStruct() { 17 fprintf(stderr, "~MyStruct\n"); 25 std::shared_ptr<MyStruct> shared(new MyStruct()); 33 // CHECK: ~MyStruct
|
D | libcxx-shared-ptr.mm | 12 struct MyStruct { struct 16 ~MyStruct() { 26 std::shared_ptr<MyStruct> shared(new MyStruct()); argument 30 std::weak_ptr<MyStruct> weak(shared); 34 std::shared_ptr<MyStruct> strong = weak.lock();
|
D | libcxx-shared-ptr-stress.mm | 15 struct MyStruct { struct 24 virtual ~MyStruct() { argument 39 std::shared_ptr<MyStruct> shared(new MyStruct()); argument 40 std::weak_ptr<MyStruct> weak(shared); 44 std::shared_ptr<MyStruct> shared_copy(shared); 50 std::shared_ptr<MyStruct> weak_copy = weak.lock();
|
D | gcd-groups-destructor.mm | 11 struct MyStruct { struct 12 virtual ~MyStruct() { 25 std::shared_ptr<MyStruct> shared(new MyStruct()); argument
|
/external/llvm/test/CodeGen/NVPTX/ |
D | globals_lowering.ll | 3 %MyStruct = type { i32, i32, float } 4 @Gbl = internal addrspace(3) global [1024 x %MyStruct] zeroinitializer 10 …d float, float addrspace(3)* getelementptr inbounds ([1024 x %MyStruct], [1024 x %MyStruct] addrsp… 13 …at %add, float addrspace(3)* getelementptr inbounds ([1024 x %MyStruct], [1024 x %MyStruct] addrsp…
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/NVPTX/ |
D | globals_lowering.ll | 3 %MyStruct = type { i32, i32, float } 4 @Gbl = internal addrspace(3) global [1024 x %MyStruct] zeroinitializer 10 …d float, float addrspace(3)* getelementptr inbounds ([1024 x %MyStruct], [1024 x %MyStruct] addrsp… 13 …at %add, float addrspace(3)* getelementptr inbounds ([1024 x %MyStruct], [1024 x %MyStruct] addrsp…
|
/external/llvm/test/Transforms/LoopDataPrefetch/AArch64/ |
D | opt-remark.ll | 10 ; 1 struct MyStruct { 15 ; 6 int f(struct MyStruct *p, int N) { 25 %struct.MyStruct = type { i32, [2044 x i8] } 27 @my_struct = common global %struct.MyStruct* null, align 8 29 define i32 @f(%struct.MyStruct* nocapture readnone %p, i32 %N) !dbg !6 { 35 %0 = load %struct.MyStruct*, %struct.MyStruct** @my_struct, align 8, !dbg !10, !tbaa !11 45 …%field = getelementptr inbounds %struct.MyStruct, %struct.MyStruct* %0, i64 %indvars.iv, i32 0, !d… 76 !18 = !{!"MyStruct", !19, i64 0, !13, i64 4}
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/LoopDataPrefetch/AArch64/ |
D | opt-remark.ll | 13 ; 1 struct MyStruct { 18 ; 6 int f(struct MyStruct *p, int N) { 28 %struct.MyStruct = type { i32, [2044 x i8] } 30 @my_struct = common global %struct.MyStruct* null, align 8 32 define i32 @f(%struct.MyStruct* nocapture readnone %p, i32 %N) !dbg !6 { 38 %0 = load %struct.MyStruct*, %struct.MyStruct** @my_struct, align 8, !dbg !10, !tbaa !11 48 …%field = getelementptr inbounds %struct.MyStruct, %struct.MyStruct* %0, i64 %indvars.iv, i32 0, !d… 79 !18 = !{!"MyStruct", !19, i64 0, !13, i64 4}
|
D | opt-remark-with-hotness.ll | 15 ; 1 struct MyStruct { 20 ; 6 int f(struct MyStruct *p, int N) { 30 %struct.MyStruct = type { i32, [2044 x i8] } 32 @my_struct = common global %struct.MyStruct* null, align 8 34 define i32 @f(%struct.MyStruct* nocapture readnone %p, i32 %N) !dbg !6 !prof !21 { 40 %0 = load %struct.MyStruct*, %struct.MyStruct** @my_struct, align 8, !dbg !10, !tbaa !11 50 …%field = getelementptr inbounds %struct.MyStruct, %struct.MyStruct* %0, i64 %indvars.iv, i32 0, !d… 81 !18 = !{!"MyStruct", !19, i64 0, !13, i64 4}
|
/external/llvm/test/Transforms/GVN/ |
D | pre-new-inst.ll | 3 %MyStruct = type { i32, i32 } 5 %addr = alloca %MyStruct 14 %addr64 = bitcast %MyStruct* %addr to i64* 19 %addr32 = getelementptr %MyStruct, %MyStruct* %addr, i32 0, i32 0
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/NewGVN/ |
D | pre-new-inst.ll | 4 %MyStruct = type { i32, i32 } 6 %addr = alloca %MyStruct 15 %addr64 = bitcast %MyStruct* %addr to i64* 20 %addr32 = getelementptr %MyStruct, %MyStruct* %addr, i32 0, i32 0
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/GVN/ |
D | pre-new-inst.ll | 3 %MyStruct = type { i32, i32 } 5 %addr = alloca %MyStruct 14 %addr64 = bitcast %MyStruct* %addr to i64* 19 %addr32 = getelementptr %MyStruct, %MyStruct* %addr, i32 0, i32 0
|
/external/eigen/test/ |
D | dynalloc.cpp | 69 struct MyStruct struct 151 MyStruct foo0; VERIFY(internal::UIntPtr(foo0.avec.data())%ALIGNMENT==0); in test_dynalloc() 158 MyStruct *foo0 = new MyStruct(); VERIFY(internal::UIntPtr(foo0->avec.data())%ALIGNMENT==0); in test_dynalloc() 168 MyStruct *foo0 = new MyStruct[N]; VERIFY(internal::UIntPtr(foo0->avec.data())%ALIGNMENT==0); in test_dynalloc()
|
/external/compiler-rt/test/BlocksRuntime/ |
D | josh.C | 11 struct MyStruct { struct 19 MyStruct first; // works in test() argument 22 MyStruct inner; // fails to compile! in test()
|
D | objectassign.c | 36 struct MyStruct { struct 41 typedef struct MyStruct *__attribute__((NSObject)) MyStruct_t; argument 49 struct MyStruct X; in main()
|
D | objectRRGC.c | 37 struct MyStruct { struct 42 typedef struct MyStruct *__attribute__((NSObject)) MyStruct_t; argument 46 struct MyStruct X; in main()
|
/external/clang/test/SemaCXX/ |
D | warn-unused-local-typedef.cpp | 230 struct MyStruct { }; in placement_new_and_delete() struct 231 char memory[sizeof(MyStruct)]; in placement_new_and_delete() 234 typedef MyStruct A_t1; in placement_new_and_delete() 235 MyStruct *a = new (p) A_t1(); in placement_new_and_delete() 237 typedef MyStruct A_t2; in placement_new_and_delete()
|
/external/clang/test/CodeGen/ |
D | address-space.c | 33 } MyStruct; typedef 38 void test4(MyStruct __attribute__((address_space(2))) *pPtr) { in test4() 39 MyStruct s = pPtr[0]; in test4()
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/PowerPC/ |
D | coldcc2.ll | 3 %struct.MyStruct = type { i32, i32, i32, i32 } 5 @caller.s = internal unnamed_addr global %struct.MyStruct zeroinitializer, align 8 15 store i64 %0, i64* bitcast (%struct.MyStruct* @caller.s to i64*), align 8 16 …store i64 %1, i64* bitcast (i32* getelementptr inbounds (%struct.MyStruct, %struct.MyStruct* @call…
|
/external/clang/test/CodeGenCUDA/ |
D | address-spaces.cu | 17 struct MyStruct { struct 45 __shared__ MyStruct a; in func0() 46 MyStruct *ap = &a; // composite type in func0()
|