/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AVR/ |
D | branch-relaxation-long.ll | 16 call void asm sideeffect "nop", ""() 17 call void asm sideeffect "nop", ""() 18 call void asm sideeffect "nop", ""() 19 call void asm sideeffect "nop", ""() 20 call void asm sideeffect "nop", ""() 21 call void asm sideeffect "nop", ""() 22 call void asm sideeffect "nop", ""() 23 call void asm sideeffect "nop", ""() 24 call void asm sideeffect "nop", ""() 25 call void asm sideeffect "nop", ""() [all …]
|
D | branch-relaxation.ll | 14 call void asm sideeffect "nop", ""() 15 call void asm sideeffect "nop", ""() 16 call void asm sideeffect "nop", ""() 17 call void asm sideeffect "nop", ""() 18 call void asm sideeffect "nop", ""() 19 call void asm sideeffect "nop", ""() 20 call void asm sideeffect "nop", ""() 21 call void asm sideeffect "nop", ""() 22 call void asm sideeffect "nop", ""() 23 call void asm sideeffect "nop", ""() [all …]
|
/external/ImageMagick/MagickCore/ |
D | Make.com | 26 $call Make accelerate.c 27 $call Make animate.c 28 $call Make annotate.c 29 $call Make artifact.c 30 $call Make attribute.c 31 $call Make blob.c 32 $call Make cache.c 33 $call Make cache-view.c 34 $call Make channel.c 35 $call Make cipher.c [all …]
|
/external/python/cpython2/Modules/_ctypes/libffi/testsuite/ |
D | Makefile.am | 9 EXTRA_DIST = config/default.exp libffi.call/cls_19byte.c \ 10 libffi.call/cls_align_longdouble_split.c \ 11 libffi.call/closure_loc_fn0.c libffi.call/cls_schar.c \ 12 libffi.call/closure_fn1.c \ 13 libffi.call/return_ul.c libffi.call/cls_align_double.c \ 14 libffi.call/return_fl2.c libffi.call/cls_1_1byte.c \ 15 libffi.call/cls_64byte.c libffi.call/nested_struct7.c \ 16 libffi.call/cls_align_sint32.c libffi.call/nested_struct2.c \ 17 libffi.call/ffitest.h libffi.call/nested_struct4.c \ 18 libffi.call/cls_multi_ushort.c libffi.call/struct3.c \ [all …]
|
D | Makefile.in | 272 EXTRA_DIST = config/default.exp libffi.call/cls_19byte.c \ 273 libffi.call/cls_align_longdouble_split.c \ 274 libffi.call/closure_loc_fn0.c libffi.call/cls_schar.c \ 275 libffi.call/closure_fn1.c \ 276 libffi.call/return_ul.c libffi.call/cls_align_double.c \ 277 libffi.call/return_fl2.c libffi.call/cls_1_1byte.c \ 278 libffi.call/cls_64byte.c libffi.call/nested_struct7.c \ 279 libffi.call/cls_align_sint32.c libffi.call/nested_struct2.c \ 280 libffi.call/ffitest.h libffi.call/nested_struct4.c \ 281 libffi.call/cls_multi_ushort.c libffi.call/struct3.c \ [all …]
|
/external/libffi/testsuite/ |
D | Makefile.am | 9 EXTRA_DIST = config/default.exp libffi.call/cls_19byte.c \ 10 libffi.call/cls_align_longdouble_split.c \ 11 libffi.call/closure_loc_fn0.c libffi.call/cls_schar.c \ 12 libffi.call/closure_fn1.c \ 13 libffi.call/return_ul.c libffi.call/cls_align_double.c \ 14 libffi.call/return_fl2.c libffi.call/cls_1_1byte.c \ 15 libffi.call/cls_64byte.c libffi.call/nested_struct7.c \ 16 libffi.call/cls_align_sint32.c libffi.call/nested_struct2.c \ 17 libffi.call/ffitest.h libffi.call/nested_struct4.c \ 18 libffi.call/cls_multi_ushort.c libffi.call/struct3.c \ [all …]
|
/external/ImageMagick/coders/ |
D | Make.com | 24 $call Make aai.c 25 $call Make art.c 26 $call Make avs.c 27 $call Make bgr.c 28 $call Make bmp.c 29 $call Make braille.c 30 $call Make cals.c 31 $call Make caption.c 32 $call Make cip.c 33 $call Make clip.c [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/Inline/ |
D | monster_scc.ll | 1 ; This test creates a monster SCC with a very pernicious call graph. It builds 50 ; OLD-NOT: call 51 ; OLD: call void @_Z1gi( 52 ; OLD-NOT: call 53 ; OLD: call void @_Z1fILb1ELi2EEvPbS0_( 54 ; OLD-NOT: call 55 ; OLD: call void @_Z1fILb0ELi2EEvPbS0_( 56 ; OLD-NOT: call 57 ; OLD: call void @_Z1fILb0ELi1EEvPbS0_( 58 ; OLD-NOT: call [all …]
|
/external/compiler-rt/make/test/ |
D | test-util.mk | 3 streq_t0 = $(call streq,,) 4 $(call AssertEqual,streq_t0,true) 5 streq_t1 = $(call streq,b,) 6 $(call AssertEqual,streq_t1,) 7 streq_t2 = $(call streq,,b) 8 $(call AssertEqual,streq_t2,) 9 streq_t3 = $(call streq,b,b) 10 $(call AssertEqual,streq_t3,true) 11 streq_t4 = $(call streq,bb,b) 12 $(call AssertEqual,streq_t4,) [all …]
|
/external/grpc-grpc/src/core/lib/surface/ |
D | call.cc | 76 grpc_call* call; member 234 #define CALL_STACK_FROM_CALL(call) \ argument 235 (grpc_call_stack*)((char*)(call) + \ 241 #define CALL_ELEM_FROM_CALL(call, idx) \ argument 242 grpc_call_stack_element(CALL_STACK_FROM_CALL(call), idx) 246 static void execute_batch(grpc_call* call, grpc_transport_stream_op_batch* op, 254 static void set_final_status(grpc_call* call, grpc_error* error); 265 void* grpc_call_arena_alloc(grpc_call* call, size_t size) { in grpc_call_arena_alloc() argument 266 return gpr_arena_alloc(call->arena, size); in grpc_call_arena_alloc() 269 static parent_call* get_or_create_parent_call(grpc_call* call) { in get_or_create_parent_call() argument [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AMDGPU/ |
D | exceed-max-sgprs.ll | 5 call void asm sideeffect "", "~{s[0:7]}" () 6 call void asm sideeffect "", "~{s[8:15]}" () 7 call void asm sideeffect "", "~{s[16:23]}" () 8 call void asm sideeffect "", "~{s[24:31]}" () 9 call void asm sideeffect "", "~{s[32:39]}" () 10 call void asm sideeffect "", "~{s[40:47]}" () 11 call void asm sideeffect "", "~{s[48:55]}" () 12 call void asm sideeffect "", "~{s[56:63]}" () 13 call void asm sideeffect "", "~{s[64:71]}" () 14 call void asm sideeffect "", "~{s[72:79]}" () [all …]
|
D | branch-relax-spill.ll | 10 %sgpr0 = tail call i32 asm sideeffect "s_mov_b32 s0, 0", "={s0}"() #0 11 %sgpr1 = tail call i32 asm sideeffect "s_mov_b32 s1, 0", "={s1}"() #0 12 %sgpr2 = tail call i32 asm sideeffect "s_mov_b32 s2, 0", "={s2}"() #0 13 %sgpr3 = tail call i32 asm sideeffect "s_mov_b32 s3, 0", "={s3}"() #0 14 %sgpr4 = tail call i32 asm sideeffect "s_mov_b32 s4, 0", "={s4}"() #0 15 %sgpr5 = tail call i32 asm sideeffect "s_mov_b32 s5, 0", "={s5}"() #0 16 %sgpr6 = tail call i32 asm sideeffect "s_mov_b32 s6, 0", "={s6}"() #0 17 %sgpr7 = tail call i32 asm sideeffect "s_mov_b32 s7, 0", "={s7}"() #0 18 %sgpr8 = tail call i32 asm sideeffect "s_mov_b32 s8, 0", "={s8}"() #0 19 %sgpr9 = tail call i32 asm sideeffect "s_mov_b32 s9, 0", "={s9}"() #0 [all …]
|
/external/llvm/test/CodeGen/Mips/ |
D | const4a.ll | 30 call void bitcast (void (...)* @foo to void ()*)() 34 call void bitcast (void (...)* @goo to void ()*)() 38 call void bitcast (void (...)* @hoo to void ()*)() 39 call void bitcast (void (...)* @hoo to void ()*)() 40 call void bitcast (void (...)* @hoo to void ()*)() 41 call void bitcast (void (...)* @hoo to void ()*)() 42 call void bitcast (void (...)* @hoo to void ()*)() 43 call void bitcast (void (...)* @hoo to void ()*)() 44 call void bitcast (void (...)* @hoo to void ()*)() 45 call void bitcast (void (...)* @hoo to void ()*)() [all …]
|
D | const6.ll | 34 call void bitcast (void (...)* @hoo to void ()*)() 35 call void bitcast (void (...)* @hoo to void ()*)() 36 call void bitcast (void (...)* @hoo to void ()*)() 37 call void bitcast (void (...)* @hoo to void ()*)() 38 call void bitcast (void (...)* @hoo to void ()*)() 39 call void bitcast (void (...)* @hoo to void ()*)() 40 call void bitcast (void (...)* @hoo to void ()*)() 41 call void bitcast (void (...)* @hoo to void ()*)() 42 call void bitcast (void (...)* @hoo to void ()*)() 43 call void bitcast (void (...)* @hoo to void ()*)() [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/Mips/ |
D | const4a.ll | 30 call void bitcast (void (...)* @foo to void ()*)() 34 call void bitcast (void (...)* @goo to void ()*)() 38 call void bitcast (void (...)* @hoo to void ()*)() 39 call void bitcast (void (...)* @hoo to void ()*)() 40 call void bitcast (void (...)* @hoo to void ()*)() 41 call void bitcast (void (...)* @hoo to void ()*)() 42 call void bitcast (void (...)* @hoo to void ()*)() 43 call void bitcast (void (...)* @hoo to void ()*)() 44 call void bitcast (void (...)* @hoo to void ()*)() 45 call void bitcast (void (...)* @hoo to void ()*)() [all …]
|
D | const6.ll | 34 call void bitcast (void (...)* @hoo to void ()*)() 35 call void bitcast (void (...)* @hoo to void ()*)() 36 call void bitcast (void (...)* @hoo to void ()*)() 37 call void bitcast (void (...)* @hoo to void ()*)() 38 call void bitcast (void (...)* @hoo to void ()*)() 39 call void bitcast (void (...)* @hoo to void ()*)() 40 call void bitcast (void (...)* @hoo to void ()*)() 41 call void bitcast (void (...)* @hoo to void ()*)() 42 call void bitcast (void (...)* @hoo to void ()*)() 43 call void bitcast (void (...)* @hoo to void ()*)() [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/ |
D | setjmp-spills.ll | 11 ; Test that llc avoids reusing spill slots in functions that call 12 ; setjmp(), whether they use "call" or "invoke" for calling setjmp() 18 ; This code keeps enough variables live across the setjmp() call that 21 %a1 = call i32 @get_val() 22 %a2 = call i32 @get_val() 23 %a3 = call i32 @get_val() 24 %a4 = call i32 @get_val() 25 %a5 = call i32 @get_val() 26 %a6 = call i32 @get_val() 27 %a7 = call i32 @get_val() [all …]
|
/external/llvm/test/CodeGen/X86/ |
D | setjmp-spills.ll | 11 ; Test that llc avoids reusing spill slots in functions that call 12 ; setjmp(), whether they use "call" or "invoke" for calling setjmp() 18 ; This code keeps enough variables live across the setjmp() call that 21 %a1 = call i32 @get_val() 22 %a2 = call i32 @get_val() 23 %a3 = call i32 @get_val() 24 %a4 = call i32 @get_val() 25 %a5 = call i32 @get_val() 26 %a6 = call i32 @get_val() 27 %a7 = call i32 @get_val() [all …]
|
/external/llvm/test/Transforms/InstCombine/ |
D | double-float-shrink-1.ll | 14 %call = call fast double @acos(double %conv) 15 %conv1 = fptrunc double %call to float 18 ; CHECK: call fast float @acosf(float %f) 23 %call = call fast double @acos(double %conv) 24 ret double %call 26 ; CHECK: call fast double @acos(double %conv) 31 %call = call fast double @acosh(double %conv) 32 %conv1 = fptrunc double %call to float 35 ; CHECK: call fast float @acoshf(float %f) 40 %call = call fast double @acosh(double %conv) [all …]
|
/external/chromium-trace/catapult/devil/devil/android/ |
D | battery_utils_test.py | 85 self.watchMethodCalls(self.call.adb, ignore=['GetDeviceSerial']) 111 (self.call.device.RunShellCommand( 114 (self.call.battery.GetCharging(), False), 115 (self.call.battery.GetCharging(), True)): 121 (self.call.device.RunShellCommand( 124 (self.call.battery.GetCharging(), True)): 131 (self.call.device.RunShellCommand( 134 (self.call.battery.GetCharging(), True), 135 (self.call.battery.GetCharging(), False)): 143 with self.patch_call(self.call.device.build_version_sdk, [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/JumpThreading/ |
D | fold-not-thread.ll | 20 call i32 @f2() 21 call i32 @f2() 22 call i32 @f2() 23 call i32 @f2() 24 call i32 @f2() 25 call i32 @f2() 26 call i32 @f2() 27 call i32 @f2() 28 call i32 @f2() 29 call i32 @f2() [all …]
|
/external/tensorflow/tensorflow/core/distributed_runtime/rpc/ |
D | grpc_master_service.cc | 151 MasterCall<CreateSessionRequest, CreateSessionResponse>* call) { in CreateSessionHandler() argument 154 rewritten_req->MergeFrom(call->request); in CreateSessionHandler() 155 master_impl_->CreateSession(rewritten_req, &call->response, in CreateSessionHandler() 156 [call, rewritten_req](const Status& status) { in CreateSessionHandler() 157 call->SendResponse(ToGrpcStatus(status)); in CreateSessionHandler() 165 MasterCall<ExtendSessionRequest, ExtendSessionResponse>* call) { in ExtendSessionHandler() argument 166 master_impl_->ExtendSession(&call->request, &call->response, in ExtendSessionHandler() 167 [call](const Status& status) { in ExtendSessionHandler() 168 call->SendResponse(ToGrpcStatus(status)); in ExtendSessionHandler() 175 MasterCall<PartialRunSetupRequest, PartialRunSetupResponse>* call) { in PartialRunSetupHandler() argument [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/ConstProp/ |
D | calls.ll | 52 ; CHECK-NOT: call 54 %A = call double @cos(double 0.000000e+00) 55 %B = call double @sin(double 0.000000e+00) 57 %C = call double @tan(double 0.000000e+00) 59 %D = call double @sqrt(double 4.000000e+00) 64 ; FNOBUILTIN: call 65 %1 = call double @acos(double 1.000000e+00) 67 ; FNOBUILTIN: call 68 %2 = call double @asin(double 1.000000e+00) 70 ; FNOBUILTIN: call [all …]
|
/external/llvm/test/CodeGen/AMDGPU/ |
D | si-spill-sgpr-stack.ll | 13 call void asm sideeffect "", "~{SGPR0_SGPR1_SGPR2_SGPR3_SGPR4_SGPR5_SGPR6_SGPR7}" () 14 call void asm sideeffect "", "~{SGPR8_SGPR9_SGPR10_SGPR11_SGPR12_SGPR13_SGPR14_SGPR15}" () 15 call void asm sideeffect "", "~{SGPR16_SGPR17_SGPR18_SGPR19_SGPR20_SGPR21_SGPR22_SGPR23}" () 16 call void asm sideeffect "", "~{SGPR24_SGPR25_SGPR26_SGPR27_SGPR28_SGPR29_SGPR30_SGPR31}" () 17 call void asm sideeffect "", "~{SGPR32_SGPR33_SGPR34_SGPR35_SGPR36_SGPR37_SGPR38_SGPR39}" () 18 call void asm sideeffect "", "~{SGPR40_SGPR41_SGPR42_SGPR43_SGPR44_SGPR45_SGPR46_SGPR47}" () 19 call void asm sideeffect "", "~{SGPR48_SGPR49_SGPR50_SGPR51_SGPR52_SGPR53_SGPR54_SGPR55}" () 20 call void asm sideeffect "", "~{SGPR56_SGPR57_SGPR58_SGPR59_SGPR60_SGPR61_SGPR62_SGPR63}" () 21 call void asm sideeffect "", "~{SGPR64_SGPR65_SGPR66_SGPR67_SGPR68_SGPR69_SGPR70_SGPR71}" () 22 call void asm sideeffect "", "~{SGPR72_SGPR73_SGPR74_SGPR75_SGPR76_SGPR77_SGPR78_SGPR79}" () [all …]
|
/external/swiftshader/third_party/LLVM/test/Transforms/ObjCARC/ |
D | rv.ll | 31 ; CHECK-NEXT: %x = call i8* @returner 32 ; CHECK-NEXT: %0 = tail call i8* @objc_retainAutoreleasedReturnValue(i8* %x) nounwind 36 ; CHECK-NEXT: call void @objc_release(i8* %x) 41 %x = call i8* @returner() 42 %0 = call i8* @objc_retainAutoreleasedReturnValue(i8* %x) 46 call void @use_pointer(i8* %x) 51 call void @objc_release(i8* %x) nounwind 61 call i8* @objc_retainAutoreleasedReturnValue(i8* null) 62 call i8* @objc_autoreleaseReturnValue(i8* null) 63 ; call i8* @objc_retainAutoreleaseReturnValue(i8* null) ; TODO [all …]
|