Searched refs:SmallStruct (Results 1 – 8 of 8) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/ARM/ |
D | struct_byval.ll | 9 %struct.SmallStruct = type { i32, [8 x i32], [37 x i8] } 18 %st = alloca %struct.SmallStruct, align 4 19 %call = call i32 @e1(%struct.SmallStruct* byval %st) 62 declare i32 @e1(%struct.SmallStruct* nocapture byval %in) nounwind 69 define void @f3(%struct.SmallStruct* nocapture byval %s) nounwind optsize { 73 %0 = bitcast %struct.SmallStruct* %s to i8* 78 define void @f4(%struct.SmallStruct* nocapture byval %s) nounwind optsize { 82 %addr = getelementptr inbounds %struct.SmallStruct, %struct.SmallStruct* %s, i32 0, i32 0 89 define void @f5(i32 %a, i32 %b, i32 %c, i32 %d, %struct.SmallStruct* nocapture byval %s) nounwind o… 93 %0 = bitcast %struct.SmallStruct* %s to i8* [all …]
|
/external/llvm/test/CodeGen/ARM/ |
D | struct_byval.ll | 9 %struct.SmallStruct = type { i32, [8 x i32], [37 x i8] } 18 %st = alloca %struct.SmallStruct, align 4 19 %call = call i32 @e1(%struct.SmallStruct* byval %st) 62 declare i32 @e1(%struct.SmallStruct* nocapture byval %in) nounwind 69 define void @f3(%struct.SmallStruct* nocapture byval %s) nounwind optsize { 73 %0 = bitcast %struct.SmallStruct* %s to i8* 78 define void @f4(%struct.SmallStruct* nocapture byval %s) nounwind optsize { 82 %addr = getelementptr inbounds %struct.SmallStruct, %struct.SmallStruct* %s, i32 0, i32 0 89 define void @f5(i32 %a, i32 %b, i32 %c, i32 %d, %struct.SmallStruct* nocapture byval %s) nounwind o… 93 %0 = bitcast %struct.SmallStruct* %s to i8* [all …]
|
/external/llvm/test/CodeGen/WebAssembly/ |
D | byval.ll | 7 %SmallStruct = type { i32 } 15 declare void @ext_func(%SmallStruct*) 17 declare void @ext_byval_func(%SmallStruct* byval) 18 declare void @ext_byval_func_align8(%SmallStruct* byval align 8) 24 define void @byval_arg(%SmallStruct* %ptr) { 35 ; Copy the SmallStruct argument to the stack (SP+12, original SP-4) 42 call void @ext_byval_func(%SmallStruct* byval %ptr) 53 define void @byval_arg_align8(%SmallStruct* %ptr) { 60 ; Copy the SmallStruct argument to the stack (SP+8, original SP-8) 67 call void @ext_byval_func_align8(%SmallStruct* byval align 8 %ptr) [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/WebAssembly/ |
D | byval.ll | 7 %SmallStruct = type { i32 } 15 declare void @ext_func(%SmallStruct*) 17 declare void @ext_byval_func(%SmallStruct* byval) 18 declare void @ext_byval_func_align8(%SmallStruct* byval align 8) 24 define void @byval_arg(%SmallStruct* %ptr) { 33 ; Copy the SmallStruct argument to the stack (SP+12, original SP-4) 40 call void @ext_byval_func(%SmallStruct* byval %ptr) 50 define void @byval_arg_align8(%SmallStruct* %ptr) { 57 ; Copy the SmallStruct argument to the stack (SP+8, original SP-8) 64 call void @ext_byval_func_align8(%SmallStruct* byval align 8 %ptr) [all …]
|
/external/clang/test/CodeGen/ |
D | armv7k-abi.c | 53 } SmallStruct; typedef 56 void small_struct_direct(SmallStruct s) {} in small_struct_direct() 59 SmallStruct return_small_struct_direct() {} in return_small_struct_direct()
|
/external/libchrome/mojo/public/interfaces/bindings/tests/ |
D | test_unions.mojom | 43 // Test that Clone() is defined after SmallStruct is declared. 44 array<SmallStruct> f_small_structs; 67 struct SmallStruct {
|
/external/clang/test/SemaCXX/ |
D | builtin-object-size-cxx14.cpp | 57 struct SmallStruct { struct 96 SmallStruct small; in tooSmallBuf()
|
/external/libchrome/mojo/public/cpp/bindings/tests/ |
D | union_unittest.cc | 483 SmallStructPtr small_struct(SmallStruct::New()); in TEST() 581 SmallStructPtr small_struct(SmallStruct::New()); in TEST() 591 SmallStructPtr small_struct(SmallStruct::New()); in TEST() 628 SmallStructPtr small_struct(SmallStruct::New()); in TEST() 644 SmallStructPtr small_struct(SmallStruct::New()); in TEST() 677 SmallStructPtr small_struct(SmallStruct::New()); in TEST() 692 SmallStructPtr small_struct(SmallStruct::New()); in TEST()
|