HomeSort by relevance Sort by last modified time
    Searched full:tail (Results 401 - 425 of 3582) sorted by null

<<11121314151617181920>>

  /external/llvm/test/CodeGen/AArch64/
arm64-fmadd.ll 7 %0 = tail call float @llvm.fma.f32(float %a, float %b, float %c)
15 %0 = tail call float @llvm.fma.f32(float %a, float %b, float %c)
25 %0 = tail call float @llvm.fma.f32(float %a, float %mul, float %c)
34 %0 = tail call float @llvm.fma.f32(float %mul, float %a, float %c)
43 %0 = tail call float @llvm.fma.f32(float %a, float %b, float %mul)
51 %0 = tail call double @llvm.fma.f64(double %a, double %b, double %c)
59 %0 = tail call double @llvm.fma.f64(double %a, double %b, double %c)
69 %0 = tail call double @llvm.fma.f64(double %a, double %mul, double %c)
78 %0 = tail call double @llvm.fma.f64(double %mul, double %a, double %c)
87 %0 = tail call double @llvm.fma.f64(double %a, double %b, double %mul
    [all...]
arm64-neon-across.ll 85 %saddlvv.i = tail call i32 @llvm.aarch64.neon.saddlv.i32.v8i8(<8 x i8> %a)
94 %saddlvv.i = tail call i32 @llvm.aarch64.neon.saddlv.i32.v4i16(<4 x i16> %a)
102 %uaddlvv.i = tail call i32 @llvm.aarch64.neon.uaddlv.i32.v8i8(<8 x i8> %a)
111 %uaddlvv.i = tail call i32 @llvm.aarch64.neon.uaddlv.i32.v4i16(<4 x i16> %a)
119 %saddlvv.i = tail call i32 @llvm.aarch64.neon.saddlv.i32.v16i8(<16 x i8> %a)
128 %saddlvv.i = tail call i32 @llvm.aarch64.neon.saddlv.i32.v8i16(<8 x i16> %a)
136 %saddlvv.i = tail call i64 @llvm.aarch64.neon.saddlv.i64.v4i32(<4 x i32> %a)
144 %uaddlvv.i = tail call i32 @llvm.aarch64.neon.uaddlv.i32.v16i8(<16 x i8> %a)
153 %uaddlvv.i = tail call i32 @llvm.aarch64.neon.uaddlv.i32.v8i16(<8 x i16> %a)
161 %uaddlvv.i = tail call i64 @llvm.aarch64.neon.uaddlv.i64.v4i32(<4 x i32> %a
    [all...]
arm64-this-return.ll 25 %call = tail call %struct.A* @A_ctor_base(%struct.A* %0)
27 %call2 = tail call %struct.B* @B_ctor_base(%struct.B* %1, i32 %x)
39 %call = tail call %struct.A* @A_ctor_base_nothisret(%struct.A* %0)
41 %call2 = tail call %struct.B* @B_ctor_base_nothisret(%struct.B* %1, i32 %x)
49 %call = tail call %struct.C* @C_ctor_base(%struct.C* %this, i32 %x)
57 %call = tail call %struct.C* @C_ctor_base_nothisret(%struct.C* %this, i32 %x)
69 %call = tail call %struct.B* @B_ctor_complete(%struct.B* %b, i32 %x)
70 %call2 = tail call %struct.B* @B_ctor_complete(%struct.B* %b, i32 %x)
79 %call = tail call %struct.B* @B_ctor_complete(%struct.B* %b, i32 %x)
81 %call2 = tail call %struct.B* @B_ctor_complete(%struct.B* %b2, i32 %x
    [all...]
global-merge-4.ll 12 %1 = tail call i32 bitcast (i32 (...)* @calc to i32 ()*)() #2
14 %2 = tail call i32 bitcast (i32 (...)* @calc to i32 ()*)() #2
16 %3 = tail call i32 bitcast (i32 (...)* @calc to i32 ()*)() #2
18 %4 = tail call i32 bitcast (i32 (...)* @calc to i32 ()*)() #2
20 %5 = tail call i32 bitcast (i32 (...)* @calc to i32 ()*)() #2
22 %6 = tail call i32 bitcast (i32 (...)* @calc to i32 ()*)() #2
24 %7 = tail call i32 bitcast (i32 (...)* @calc to i32 ()*)() #2
26 %8 = tail call i32 bitcast (i32 (...)* @calc to i32 ()*)() #2
28 %9 = tail call i32 bitcast (i32 (...)* @calc to i32 ()*)() #2
30 %10 = tail call i32 bitcast (i32 (...)* @calc to i32 ()*)() #
    [all...]
arm64-smaxv.ll 9 %vmaxv.i = tail call i32 @llvm.aarch64.neon.smaxv.i32.v8i8(<8 x i8> %a1)
20 %vmaxv.i = tail call i32 @llvm.aarch64.neon.smaxv.i32.v4i16(<4 x i16> %a1)
32 %vmaxv.i = tail call i32 @llvm.aarch64.neon.smaxv.i32.v2i32(<2 x i32> %a1)
42 %vmaxv.i = tail call i32 @llvm.aarch64.neon.smaxv.i32.v16i8(<16 x i8> %a1)
53 %vmaxv.i = tail call i32 @llvm.aarch64.neon.smaxv.i32.v8i16(<8 x i16> %a1)
64 %vmaxv.i = tail call i32 @llvm.aarch64.neon.smaxv.i32.v4i32(<4 x i32> %a1)
arm64-sminv.ll 9 %vminv.i = tail call i32 @llvm.aarch64.neon.sminv.i32.v8i8(<8 x i8> %a1)
20 %vminv.i = tail call i32 @llvm.aarch64.neon.sminv.i32.v4i16(<4 x i16> %a1)
32 %vminv.i = tail call i32 @llvm.aarch64.neon.sminv.i32.v2i32(<2 x i32> %a1)
42 %vminv.i = tail call i32 @llvm.aarch64.neon.sminv.i32.v16i8(<16 x i8> %a1)
53 %vminv.i = tail call i32 @llvm.aarch64.neon.sminv.i32.v8i16(<8 x i16> %a1)
64 %vminv.i = tail call i32 @llvm.aarch64.neon.sminv.i32.v4i32(<4 x i32> %a1)
  /external/llvm/test/CodeGen/ARM/
this-return.ll 31 %call = tail call %struct.A* @A_ctor_base(%struct.A* %0)
33 %call2 = tail call %struct.B* @B_ctor_base(%struct.B* %1, i32 %x)
50 %call = tail call %struct.A* @A_ctor_base_nothisret(%struct.A* %0)
52 %call2 = tail call %struct.B* @B_ctor_base_nothisret(%struct.B* %1, i32 %x)
62 %call = tail call %struct.C* @C_ctor_base(%struct.C* %this, i32 %x)
72 %call = tail call %struct.C* @C_ctor_base_nothisret(%struct.C* %this, i32 %x)
89 %call = tail call %struct.B* @B_ctor_complete(%struct.B* %b, i32 %x)
90 %call2 = tail call %struct.B* @B_ctor_complete(%struct.B* %b, i32 %x)
101 %call = tail call %struct.B* @B_ctor_complete(%struct.B* %b, i32 %x)
103 %call2 = tail call %struct.B* @B_ctor_complete(%struct.B* %b2, i32 %x
    [all...]
2010-07-26-GlobalMerge.ll 34 %call.i = tail call i32 (i8*, ...)* @printf(i8* getelementptr inbounds ([9 x i8]* @.str4, i32 0, i32 0), i32 %tmp2.i) nounwind ; <i32> [#uses=0]
45 %puts.i = tail call i32 @puts(i8* getelementptr inbounds ([14 x i8]* @str, i32 0, i32 0)) ; <i32> [#uses=0]
46 %exception.i = tail call i8* @__cxa_allocate_exception(i32 4) nounwind ; <i8*> [#uses=2]
49 %call.i.i.i = tail call i32 (i8*, ...)* @printf(i8* getelementptr inbounds ([8 x i8]* @.str5, i32 0, i32 0), i32 1) nounwind ; <i32> [#uses=0]
57 %0 = tail call i8* @__cxa_get_exception_ptr(i8* %exn) nounwind ; <i8*> [#uses=0]
58 %call.i.i = tail call i32 (i8*, ...)* @printf(i8* getelementptr inbounds ([16 x i8]* @.str3, i32 0, i32 0), i32 2) nounwind ; <i32> [#uses=0]
59 %1 = tail call i8* @__cxa_begin_catch(i8* %exn) nounwind ; <i8*> [#uses=0]
60 %puts = tail call i32 @puts(i8* getelementptr inbounds ([8 x i8]* @str1, i32 0, i32 0)) ; <i32> [#uses=0]
61 %call.i.i3 = tail call i32 (i8*, ...)* @printf(i8* getelementptr inbounds ([9 x i8]* @.str4, i32 0, i32 0), i32 2) nounwind ; <i32> [#uses=0]
65 tail call void @__cxa_end_catch(
    [all...]
call-tc.ll 28 %tmp.upgrd.2 = tail call i32 %tmp( ) ; <i32> [#uses=0]
40 tail call void @t2( ) ; <i32> [#uses=0]
51 %0 = tail call double @sin(double %a) nounwind readonly ; <double> [#uses=1]
61 %0 = tail call float @sinf(float %a) nounwind readonly ; <float> [#uses=1]
79 ; Make sure the tail call instruction isn't deleted
92 tail call void @foo() nounwind
96 tail call void @foo() nounwind
100 ; Make sure codegenprep is duplicating ret instructions to enable tail calls.
112 %call = tail call i32 @a(i32 %x) nounwind
122 %call4 = tail call i32 @b(i32 %x) nounwin
    [all...]
debug-info-d16-reg.ll 15 tail call void @llvm.dbg.value(metadata !{i8* %ptr}, i64 0, metadata !19), !dbg !26
16 tail call void @llvm.dbg.value(metadata !{double %val}, i64 0, metadata !20), !dbg !26
17 tail call void @llvm.dbg.value(metadata !{i8 %c}, i64 0, metadata !21), !dbg !26
19 %1 = tail call i32 (i8*, ...)* @printf(i8* getelementptr inbounds ([11 x i8]* @.str, i32 0, i32 0), i8* %ptr, double %val, i32 %0) nounwind, !dbg !27
25 tail call void @llvm.dbg.value(metadata !{i8* %ptr}, i64 0, metadata !16), !dbg !30
26 tail call void @llvm.dbg.value(metadata !{double %val}, i64 0, metadata !17), !dbg !30
27 tail call void @llvm.dbg.value(metadata !{i8 %c}, i64 0, metadata !18), !dbg !30
29 %1 = tail call i32 (i8*, ...)* @printf(i8* getelementptr inbounds ([11 x i8]* @.str, i32 0, i32 0), i8* %ptr, double %val, i32 %0) nounwind, !dbg !31
39 tail call void @llvm.dbg.value(metadata !{i32 %argc}, i64 0, metadata !22), !dbg !34
40 tail call void @llvm.dbg.value(metadata !{i8** %argv}, i64 0, metadata !23), !dbg !3
    [all...]
debug-info-s16-reg.ll 18 tail call void @llvm.dbg.value(metadata !{i8* %ptr}, i64 0, metadata !8), !dbg !24
19 tail call void @llvm.dbg.value(metadata !{float %val}, i64 0, metadata !10), !dbg !25
20 tail call void @llvm.dbg.value(metadata !{i8 %c}, i64 0, metadata !12), !dbg !26
23 %call = tail call i32 (i8*, ...)* @printf(i8* getelementptr inbounds ([11 x i8]* @.str, i32 0, i32 0), i8* %ptr, double %conv, i32 %conv3) nounwind optsize, !dbg !27
31 tail call void @llvm.dbg.value(metadata !{i8* %ptr}, i64 0, metadata !14), !dbg !30
32 tail call void @llvm.dbg.value(metadata !{float %val}, i64 0, metadata !15), !dbg !31
33 tail call void @llvm.dbg.value(metadata !{i8 %c}, i64 0, metadata !16), !dbg !32
36 %call = tail call i32 (i8*, ...)* @printf(i8* getelementptr inbounds ([11 x i8]* @.str, i32 0, i32 0), i8* %ptr, double %conv, i32 %conv3) nounwind optsize, !dbg !33
42 tail call void @llvm.dbg.value(metadata !{i32 %argc}, i64 0, metadata !17), !dbg !36
43 tail call void @llvm.dbg.value(metadata !{i8** %argv}, i64 0, metadata !18), !dbg !3
    [all...]
  /external/llvm/test/CodeGen/SystemZ/
call-03.ll 27 tail call void @ok(i8 1, i16 2, i32 3, i64 4, float 0.0, double 0.0,
38 tail call void @uses_r6(i8 1, i16 2, i32 3, i64 4, i64 5)
48 tail call void @uses_indirect(fp128 0xL00000000000000000000000000000000)
58 tail call void @uses_stack(float 0.0, float 0.0, float 0.0, float 0.0,
73 tail call void %foo(i32 1, i32 2, i32 3, i32 4)
88 tail call void %foo(i32 %arg)
96 %res = tail call i64 @returns_i64()
104 %res = tail call i64 @returns_i64()
113 %res = tail call i64 @returns_i64()
122 %res = tail call i32 @returns_i32(
    [all...]
  /external/llvm/test/CodeGen/X86/
rounding-ops.ll 5 %call = tail call float @floorf(float %x) nounwind readnone
18 %call = tail call double @floor(double %x) nounwind readnone
31 %call = tail call float @nearbyintf(float %x) nounwind readnone
44 %call = tail call double @nearbyint(double %x) nounwind readnone
57 %call = tail call float @ceilf(float %x) nounwind readnone
70 %call = tail call double @ceil(double %x) nounwind readnone
83 %call = tail call float @rintf(float %x) nounwind readnone
96 %call = tail call double @rint(double %x) nounwind readnone
109 %call = tail call float @truncf(float %x) nounwind readnone
122 %call = tail call double @trunc(double %x) nounwind readnon
    [all...]
this-return-64.ll 20 %call = tail call %struct.B* @B_ctor(%struct.B* %0, i32 %y)
29 %call = tail call %struct.B* @B_ctor_nothisret(%struct.B* %0, i32 %y)
41 %call = tail call %struct.A* @A_ctor(%struct.A* %0)
43 %call2 = tail call %struct.B* @B_ctor(%struct.B* %1, i32 %y)
57 %call = tail call %struct.A* @A_ctor_nothisret(%struct.A* %0)
59 %call2 = tail call %struct.B* @B_ctor_nothisret(%struct.B* %1, i32 %y)
73 %call = tail call %struct.B* @B_ctor(%struct.B* %b, i32 %x)
74 %call4 = tail call %struct.B* @B_ctor(%struct.B* %b, i32 %x)
86 %call = tail call %struct.B* @B_ctor_nothisret(%struct.B* %b, i32 %x)
87 %call4 = tail call %struct.B* @B_ctor_nothisret(%struct.B* %b, i32 %x
    [all...]
pic.ll 149 tail call void(...)* @foo1()
152 tail call void(...)* @foo2()
155 tail call void(...)* @foo6()
158 tail call void(...)* @foo3()
161 tail call void(...)* @foo4()
164 tail call void(...)* @foo5()
167 tail call void(...)* @foo1()
170 tail call void(...)* @foo2()
173 tail call void(...)* @foo6()
176 tail call void(...)* @foo3(
    [all...]
lsr-delayed-fold.ll 103 tail call void undef(i32 %add22)
104 tail call void undef(i32 %add28)
105 tail call void undef(i32 %add34)
106 tail call void undef(i32 %add40)
107 tail call void undef(i32 %add46)
108 tail call void undef(i32 %add52)
109 tail call void undef(i32 %add58)
110 tail call void undef(i32 %add64)
111 tail call void undef(i32 %add70)
112 tail call void undef(i32 %add82
    [all...]
  /external/llvm/test/Transforms/LoopStrengthReduce/X86/
2008-08-14-ShadowIV.ll 14 tail call void @bar( i32 %i.03 ) nounwind
16 tail call void @foo( double %1 ) nounwind
39 tail call void @bar( i32 %1 ) nounwind
41 tail call void @foo( double %2 ) nounwind
53 tail call i32 (...)* @nn( ) nounwind ; <i32>:0 [#uses=1]
59 tail call void @bar( i32 %i.03 ) nounwind
61 tail call void @foo( double %2 ) nounwind
63 tail call i32 (...)* @nn( ) nounwind ; <i32>:4 [#uses=1]
82 tail call void @bar( i32 %tmp2 ) nounwind
84 tail call void @foo( double %tmp3 ) nounwin
    [all...]
  /external/arduino/hardware/arduino/cores/arduino/
HardwareSerial.cpp 50 int tail; member in struct:ring_buffer
71 // just before the tail (meaning that the head would advance to the
72 // current location of the tail), we're about to overflow the buffer
74 if (i != rx_buffer->tail) {
234 return (unsigned int)(RX_BUFFER_SIZE + _rx_buffer->head - _rx_buffer->tail) % RX_BUFFER_SIZE;
239 if (_rx_buffer->head == _rx_buffer->tail) {
242 return _rx_buffer->buffer[_rx_buffer->tail];
248 // if the head isn't ahead of the tail, we don't have any characters
249 if (_rx_buffer->head == _rx_buffer->tail) {
252 unsigned char c = _rx_buffer->buffer[_rx_buffer->tail];
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
lp_scene.h 81 struct cmd_block *tail; member in struct:cmd_block_list
100 struct cmd_block *tail; member in struct:cmd_bin
298 struct cmd_block *tail = bin->tail; local
304 if (tail == NULL || tail->count == CMD_BLOCK_MAX) {
305 tail = lp_scene_new_cmd_block( scene, bin );
306 if (!tail) {
309 assert(tail->count == 0);
313 unsigned i = tail->count
    [all...]
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_scene.h 81 struct cmd_block *tail; member in struct:cmd_block_list
100 struct cmd_block *tail; member in struct:cmd_bin
298 struct cmd_block *tail = bin->tail; local
304 if (tail == NULL || tail->count == CMD_BLOCK_MAX) {
305 tail = lp_scene_new_cmd_block( scene, bin );
306 if (!tail) {
309 assert(tail->count == 0);
313 unsigned i = tail->count
    [all...]
  /frameworks/rs/driver/runtime/arch/
x86_sse2.ll 18 %1 = tail call <4 x float> @llvm.x86.sse.min.ps(<4 x float> %in, <4 x float> %high) nounwind readnone
19 %2 = tail call <4 x float> @llvm.x86.sse.max.ps(<4 x float> %1, <4 x float> %low) nounwind readnone
27 %4 = tail call <4 x float> @_Z5clampDv4_fS_S_(<4 x float> %1, <4 x float> %2, <4 x float> %3) nounwind readnone
36 %4 = tail call <4 x float> @_Z5clampDv4_fS_S_(<4 x float> %1, <4 x float> %2, <4 x float> %3) nounwind readnone
45 %4 = tail call <4 x float> @llvm.x86.sse.min.ss(<4 x float> %1, <4 x float> %3) nounwind readnone
46 %5 = tail call <4 x float> @llvm.x86.sse.max.ss(<4 x float> %4, <4 x float> %2) nounwind readnone
60 %9 = tail call <4 x float> @_Z5clampDv4_fS_S_(<4 x float> %in, <4 x float> %4, <4 x float> %8) nounwind readnone
71 %7 = tail call <3 x float> @_Z5clampDv3_fS_S_(<3 x float> %in, <3 x float> %3, <3 x float> %6) nounwind readnone
80 %5 = tail call <2 x float> @_Z5clampDv2_fS_S_(<2 x float> %in, <2 x float> %2, <2 x float> %4) nounwind readnone
85 %1 = tail call float @llvm.sqrt.f32(float %in) nounwind readnon
    [all...]
neon.ll 113 %1 = tail call <4 x float> @llvm.arm.neon.vmins.v4f32(<4 x float> %value, <4 x float> %high) nounwind readnone
114 %2 = tail call <4 x float> @llvm.arm.neon.vmaxs.v4f32(<4 x float> %1, <4 x float> %low) nounwind readnone
119 %_high = tail call <4 x float> @smear_4f(float %high) nounwind readnone
120 %_low = tail call <4 x float> @smear_4f(float %low) nounwind readnone
121 %out = tail call <4 x float> @_Z5clampDv4_fS_S_(<4 x float> %value, <4 x float> %_low, <4 x float> %_high) nounwind readonly
129 %a = tail call <4 x float> @llvm.arm.neon.vmins.v4f32(<4 x float> %_value, <4 x float> %_high) nounwind readnone
130 %b = tail call <4 x float> @llvm.arm.neon.vmaxs.v4f32(<4 x float> %a, <4 x float> %_low) nounwind readnone
137 %_high = tail call <4 x float> @smear_4f(float %high) nounwind readnone
138 %_low = tail call <4 x float> @smear_4f(float %low) nounwind readnone
139 %a = tail call <4 x float> @llvm.arm.neon.vmins.v4f32(<4 x float> %_value, <4 x float> %_high) nounwind read (…)
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
u_ringbuffer.c 18 unsigned tail; member in struct:util_ringbuffer
61 return (ring->tail - (ring->head + 1)) & ring->mask;
135 ring_packet = &ring->buf[ring->tail];
149 packet[i] = ring->buf[ring->tail];
150 ring->tail++;
151 ring->tail &= ring->mask;
  /external/chromium_org/third_party/sqlite/src/ext/fts2/
mkfts2amal.tcl 72 set tail [file tail $filename]
73 section_comment "Begin file $tail"
80 section_comment "Include $hdr in the middle of $tail"
82 section_comment "Continuing where we left off in $tail"
97 section_comment "End of $tail"
  /external/chromium_org/third_party/sqlite/src/ext/fts3/
mkfts3amal.tcl 72 set tail [file tail $filename]
73 section_comment "Begin file $tail"
80 section_comment "Include $hdr in the middle of $tail"
82 section_comment "Continuing where we left off in $tail"
97 section_comment "End of $tail"

Completed in 1463 milliseconds

<<11121314151617181920>>