Home
last modified time | relevance | path

Searched full:call (Results 1 – 25 of 15069) sorted by relevance

12345678910>>...603

/external/python/cpython2/Modules/_ctypes/libffi/testsuite/
DMakefile.am9 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 …]
DMakefile.in272 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/mesa3d/src/gallium/auxiliary/util/
Du_threaded_context_calls.h1 CALL(flush)
2 CALL(callback)
3 CALL(fence_server_sync)
4 CALL(fence_server_signal)
5 CALL(destroy_query)
6 CALL(begin_query)
7 CALL(end_query)
8 CALL(get_query_result_resource)
9 CALL(render_condition)
10 CALL(bind_sampler_states)
[all …]
/external/ImageMagick/coders/
DMake.com24 $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/angle/src/libANGLE/renderer/d3d/d3d11/shaders/
Dgenerate_shaders.bat24 call:BuildShader Passthrough2D11.hlsl VS_Passthrough2D vs_4_0_level_9_3 compiled\passthrou…
25 call:BuildShader Passthrough2D11.hlsl PS_PassthroughRGBA2D ps_4_0_level_9_3 compiled\passthrou…
26 call:BuildShader Passthrough2D11.hlsl PS_PassthroughA2D ps_4_0_level_9_3 compiled\passthrou…
27 call:BuildShader Passthrough2D11.hlsl PS_PassthroughRGBA2DMS ps_4_1 compiled\passthrou…
28 call:BuildShader Passthrough2D11.hlsl PS_PassthroughRGB2D ps_4_0_level_9_3 compiled\passthrou…
29 call:BuildShader Passthrough2D11.hlsl PS_PassthroughRG2D ps_4_0_level_9_3 compiled\passthrou…
30 call:BuildShader Passthrough2D11.hlsl PS_PassthroughR2D ps_4_0_level_9_3 compiled\passthrou…
31 call:BuildShader Passthrough2D11.hlsl PS_PassthroughLum2D ps_4_0_level_9_3 compiled\passthrou…
32 call:BuildShader Passthrough2D11.hlsl PS_PassthroughLumAlpha2D ps_4_0_level_9_3 compiled\passthrou…
34 call:BuildShader Passthrough2D11.hlsl PS_PassthroughRGBA2D_4444 ps_4_0_level_9_3 compiled\passthrou…
[all …]
/external/ImageMagick/MagickCore/
DMake.com26 $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/llvm/test/Transforms/InstCombine/
Ddouble-float-shrink-1.ll14 %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/clang/test/CodeGen/
Dbuiltins-mips-msa.c58 v16i8_r = __builtin_msa_add_a_b(v16i8_a, v16i8_b); // CHECK: call <16 x i8> @llvm.mips.add.a.b( in test()
59 v8i16_r = __builtin_msa_add_a_h(v8i16_a, v8i16_b); // CHECK: call <8 x i16> @llvm.mips.add.a.h( in test()
60 v4i32_r = __builtin_msa_add_a_w(v4i32_a, v4i32_b); // CHECK: call <4 x i32> @llvm.mips.add.a.w( in test()
61 v2i64_r = __builtin_msa_add_a_d(v2i64_a, v2i64_b); // CHECK: call <2 x i64> @llvm.mips.add.a.d( in test()
63 v16i8_r = __builtin_msa_adds_a_b(v16i8_a, v16i8_b); // CHECK: call <16 x i8> @llvm.mips.adds.a.b( in test()
64 v8i16_r = __builtin_msa_adds_a_h(v8i16_a, v8i16_b); // CHECK: call <8 x i16> @llvm.mips.adds.a.h( in test()
65 v4i32_r = __builtin_msa_adds_a_w(v4i32_a, v4i32_b); // CHECK: call <4 x i32> @llvm.mips.adds.a.w( in test()
66 v2i64_r = __builtin_msa_adds_a_d(v2i64_a, v2i64_b); // CHECK: call <2 x i64> @llvm.mips.adds.a.d( in test()
68 v16i8_r = __builtin_msa_adds_s_b(v16i8_a, v16i8_b); // CHECK: call <16 x i8> @llvm.mips.adds.s.b( in test()
69 v8i16_r = __builtin_msa_adds_s_h(v8i16_a, v8i16_b); // CHECK: call <8 x i16> @llvm.mips.adds.s.h( in test()
[all …]
/external/llvm/test/Transforms/BDCE/
Dbasic.ll9 %call = tail call signext i32 @foo(i32 signext 5) #0
10 %and = and i32 %call, 4
12 %call1 = tail call signext i32 @foo(i32 signext 3) #0
15 %call4 = tail call signext i32 @foo(i32 signext 2) #0
18 %call7 = tail call signext i32 @foo(i32 signext 1) #0
21 %call10 = tail call signext i32 @foo(i32 signext 0) #0
24 %call13 = tail call signext i32 @foo(i32 signext 4) #0
31 ; CHECK-NOT: tail call signext i32 @foo(i32 signext 5)
32 ; CHECK-NOT: tail call signext i32 @foo(i32 signext 3)
33 ; CHECK: tail call signext i32 @foo(i32 signext 2)
[all …]
/external/llvm/test/CodeGen/X86/
Dsetjmp-spills.ll11 ; 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 …]
Dssp-data-layout.ll45 ; CHECK: call{{l|q}} get_scalar1
47 ; CHECK: call{{l|q}} end_scalar1
49 ; CHECK: call{{l|q}} get_scalar2
51 ; CHECK: call{{l|q}} end_scalar2
53 ; CHECK: call{{l|q}} get_scalar3
55 ; CHECK: call{{l|q}} end_scalar3
57 ; CHECK: call{{l|q}} get_addrof
59 ; CHECK: call{{l|q}} end_addrof
63 ; CHECK: call{{l|q}} end_small_nonchar
65 ; CHECK: call{{l|q}} get_large_nonchar
[all …]
/external/llvm/test/Transforms/ConstProp/
Dcalls.ll50 ; CHECK-NOT: call
52 %A = call double @cos(double 0.000000e+00)
53 %B = call double @sin(double 0.000000e+00)
55 %C = call double @tan(double 0.000000e+00)
57 %D = call double @sqrt(double 4.000000e+00)
62 ; FNOBUILTIN: call
63 %1 = call double @acos(double 1.000000e+00)
65 ; FNOBUILTIN: call
66 %2 = call double @asin(double 1.000000e+00)
68 ; FNOBUILTIN: call
[all …]
/external/grpc-grpc/src/core/lib/surface/
Dcall.cc47 #include "src/core/lib/surface/call.h"
72 // Used to create arena for the first call.
76 grpc_call* call; member
79 per call, so any savings we can make are worthwhile,
88 (b) sending a notification on the call's completion queue. If
131 /* client or server call */
162 /* Call data useful used for reporting. Only valid after the call has
206 // backpointer to owning server if this is a server side call.
234 #define CALL_STACK_FROM_CALL(call) \ argument
235 (grpc_call_stack*)((char*)(call) + \
[all …]
/external/compiler-rt/make/test/
Dtest-util.mk3 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/arm-trusted-firmware/lib/cpus/
Dcpu-ops.mk33 $(eval $(call assert_boolean,A57_ENABLE_NONCACHEABLE_LOAD_FWD))
34 $(eval $(call add_define,A57_ENABLE_NONCACHEABLE_LOAD_FWD))
37 $(eval $(call assert_boolean,SKIP_A57_L1_FLUSH_PWR_DWN))
38 $(eval $(call add_define,SKIP_A57_L1_FLUSH_PWR_DWN))
41 $(eval $(call assert_boolean,A53_DISABLE_NON_TEMPORAL_HINT))
42 $(eval $(call add_define,A53_DISABLE_NON_TEMPORAL_HINT))
45 $(eval $(call assert_boolean,A57_DISABLE_NON_TEMPORAL_HINT))
46 $(eval $(call add_define,A57_DISABLE_NON_TEMPORAL_HINT))
49 $(eval $(call assert_boolean,WORKAROUND_CVE_2017_5715))
50 $(eval $(call add_define,WORKAROUND_CVE_2017_5715))
[all …]
/external/llvm/test/CodeGen/Mips/
Dconst4a.ll30 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 …]
Dconst6.ll34 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/llvm/test/CodeGen/AArch64/
Dround-conv.ll8 %call = call float @floorf(float %a) nounwind readnone
9 %conv = fptosi float %call to i32
18 %call = call float @floorf(float %a) nounwind readnone
19 %conv = fptosi float %call to i64
28 %call = call double @floor(double %a) nounwind readnone
29 %conv = fptosi double %call to i32
38 %call = call double @floor(double %a) nounwind readnone
39 %conv = fptosi double %call to i64
48 %call = call float @floorf(float %a) nounwind readnone
49 %conv = fptoui float %call to i32
[all …]
Darm64-rounding.ll8 %call = tail call float @floorf(float %a) nounwind readnone
9 ret float %call
19 %call = tail call double @floor(double %a) nounwind readnone
20 ret double %call
29 %call = tail call float @nearbyintf(float %a) nounwind readnone
30 ret float %call
39 %call = tail call double @nearbyint(double %a) nounwind readnone
40 ret double %call
50 %call = tail call float @ceilf(float %a) nounwind readnone
51 ret float %call
[all …]
/external/rust/crates/grpcio-sys/grpc/src/core/lib/surface/
Dcall.cc54 #include "src/core/lib/surface/call.h"
79 // Used to create arena for the first call.
85 grpc_call* call = nullptr; member
89 per call, so any savings we can make are worthwhile,
98 (b) sending a notification on the call's completion queue. If
167 /* client or server call */
198 /* Call data useful used for reporting. Only valid after the call has
233 // Status about operation of call
247 // backpointer to owning server if this is a server side call.
275 #define CALL_STACK_FROM_CALL(call) \ argument
[all …]
/external/llvm/test/Transforms/ObjCARC/
Drv.ll31 ; CHECK-NEXT: %x = call i8* @returner
32 ; CHECK-NEXT: %0 = tail call i8* @objc_retainAutoreleasedReturnValue(i8* %x) [[NUW:#[0-9]+]]
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 …]
Dbasic.ll40 %0 = call i8* @objc_retain(i8* %a) nounwind
55 call void @objc_release(i8* %c) nounwind
65 %0 = call i8* @objc_retain(i8* %a) nounwind
80 call void @objc_release(i8* %c) nounwind, !clang.imprecise_release !0
96 %0 = call i8* @objc_retain(i8* %a) nounwind
107 call void @callee()
112 call void @objc_release(i8* %c) nounwind
126 %0 = call i8* @objc_retain(i8* %a) nounwind
137 call void @callee()
142 call void @objc_release(i8* %c) nounwind, !clang.imprecise_release !0
[all …]
/external/llvm/test/Transforms/SimplifyCFG/
Dimplied-cond-matching.ll17 ; CHECK-NOT: call void @dead()
18 ; CHECK: call void @alive()
30 call void @dead()
34 call void @alive()
50 ; CHECK: call void @alive()
51 ; CHECK-NEXT: call void @alive()
59 call void @alive()
64 call void @alive()
73 ; CHECK: call void @is(i1 true)
74 ; CHECK-NOT: call void @is(i1 false)
[all …]
/external/llvm/test/CodeGen/AMDGPU/
Dsi-spill-sgpr-stack.ll13 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/llvm/test/Transforms/SafeStack/
Dcoloring2.ll18 call void @llvm.lifetime.start(i64 -1, i8* %z0)
19 call void @llvm.lifetime.start(i64 -1, i8* %x0)
22 call void @capture32(i32* %x)
23 call void @llvm.lifetime.end(i64 -1, i8* %x0)
24 call void @llvm.lifetime.start(i64 -1, i8* %y0)
27 call void @capture32(i32* %y)
28 call void @llvm.lifetime.end(i64 -1, i8* %y0)
31 call void @capture32(i32* %z)
32 call void @llvm.lifetime.end(i64 -1, i8* %z0)
47 call void @llvm.lifetime.start(i64 -1, i8* %x0)
[all …]

12345678910>>...603