HomeSort by relevance Sort by last modified time
    Searched full:tail (Results 876 - 900 of 3492) sorted by null

<<31323334353637383940>>

  /external/llvm/test/Transforms/SCCP/
2008-01-27-UndefCorrelate.ll 29 tail call void @abort( )
  /external/llvm/test/Transforms/SLPVectorizer/X86/
extract_in_tree_user.ll 32 %call1 = tail call float @llvm.powi.f32(float %fp1,i32 %add1) nounwind readnone
40 %call2 = tail call float @llvm.powi.f32(float %fp2,i32 %add1) nounwind readnone
48 %call3 = tail call float @llvm.powi.f32(float %fp3,i32 %add1) nounwind readnone
56 %call4 = tail call float @llvm.powi.f32(float %fp4,i32 %add1) nounwind readnone
  /external/llvm/test/Transforms/SimplifyCFG/
extract-cost.ll 7 %uadd = tail call { i32, i1 } @llvm.uadd.with.overflow.i32(i32 %a, i32 %b)
  /external/llvm/test/Transforms/TailCallElim/
accum_recursion.ll 59 %1 = tail call i64 @test3_fib(i64 %0) nounwind
60 ; CHECK: %1 = tail call i64 @test3_fib(i64 %0)
63 %3 = tail call i64 @test3_fib(i64 %2) nounwind
64 ; CHECK-NOT: tail call i64 @test3_fib
  /external/marisa-trie/lib/marisa/
progress.h 44 int tail() const { function in class:marisa::Progress
  /external/marisa-trie/v0_1_5/lib/marisa_alpha/
progress.h 44 int tail() const { function in class:marisa_alpha::Progress
  /external/mesa3d/src/gallium/drivers/nouveau/
nouveau_screen.h 32 struct nouveau_fence *tail; member in struct:nouveau_screen::__anon16383
  /external/v8/tools/
plot-timer-events 57 | tail -n1 | awk -F, '{print $3}'`
59 | tail -n1 | awk -F, '{print $3}'`
65 | tail -n1 | awk -F, '{print $3}'`
67 | tail -n1 | awk -F, '{print $3}'`
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
GrepDialog.py 36 head, tail = os.path.splitext(base)
37 if not tail:
38 tail = ".py"
39 self.globvar.set(os.path.join(dir, "*" + tail))
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/fixes/
fix_except.py 42 tail=(['except' ':' (simple_stmt | suite)]
50 tail = [n.clone() for n in results["tail"]]
92 children = [c.clone() for c in node.children[:3]] + try_cleanup + tail
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
GrepDialog.py 36 head, tail = os.path.splitext(base)
37 if not tail:
38 tail = ".py"
39 self.globvar.set(os.path.join(dir, "*" + tail))
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/fixes/
fix_except.py 42 tail=(['except' ':' (simple_stmt | suite)]
50 tail = [n.clone() for n in results["tail"]]
92 children = [c.clone() for c in node.children[:3]] + try_cleanup + tail
  /system/core/liblog/
log_read_kern.c 139 unsigned int tail; member in struct:logger_list
292 unsigned int tail,
303 logger_list->tail = tail;
372 unsigned int tail,
375 struct logger_list *logger_list = android_logger_list_alloc(mode, tail, pid);
391 return (logger_list->tail < 64) ? 64 : logger_list->tail;
409 || (logger_list->queued_lines > logger_list->tail))) {
460 /* within tail?, send! *
    [all...]
  /external/llvm/test/CodeGen/ARM/
fusedMAC.ll 106 %tmp1 = tail call float @llvm.fma.f32(float %a, float %b, float %c) nounwind readnone
114 %tmp1 = tail call double @llvm.fma.f64(double %a, double %b, double %c) nounwind readnone
122 %tmp1 = tail call <2 x float> @llvm.fma.v2f32(<2 x float> %a, <2 x float> %b, <2 x float> %c) nounwind
131 %tmp2 = tail call double @llvm.fma.f64(double %tmp1, double %b, double %c) nounwind readnone
140 %tmp2 = tail call double @llvm.fma.f64(double %a, double %tmp1, double %c) nounwind readnone
149 %tmp3 = tail call float @llvm.fma.f32(float %a, float %b, float %tmp2) nounwind readnone
158 %tmp2 = tail call double @llvm.fma.f64(double %tmp1, double %b, double %c) nounwind readnone
168 %tmp2 = tail call double @llvm.fma.f64(double %a, double %tmp1, double %c) nounwind readnone
177 %tmp1 = tail call double @llvm.fma.f64(double %a, double %b, double %c) nounwind readnone
188 %tmp3 = tail call double @llvm.fma.f64(double %tmp1, double %b, double %tmp2) nounwind readnon
    [all...]
2009-08-04-RegScavengerAssert.ll 9 %asmtmp.i = tail call i32 asm sideeffect "1:\09strbt\09$1,[$2]\0A2:\0A\09.section .fixup,\22ax\22\0A\09.align\092\0A3:\09mov\09$0, $3\0A\09b\092b\0A\09.previous\0A\09.section __ex_table,\22a\22\0A\09.align\093\0A\09.long\091b, 3b\0A\09.previous", "=r,r,r,i,0,~{cc}"(i8 0, i32 undef, i32 -14, i32 0) nounwind ; <i32> [#uses=1]
21 %2 = tail call i32 @__copy_to_user(i8* undef, i8* undef, i32 undef) nounwind ; <i32> [#uses=0]
2010-12-08-tpsoft.ll 22 %1 = tail call arm_aapcs_vfpcc i32 @foo(i8* @a) nounwind
37 %2 = tail call arm_aapcs_vfpcc i32 @bar(i32* bitcast ([10 x i8]* @b to i32*)) nounwind
ehabi-handlerdata-nounwind.ll 36 %2 = tail call i8* @__cxa_begin_catch(i8* %1)
37 tail call void @__cxa_end_catch()
ehabi-handlerdata.ll 34 %2 = tail call i8* @__cxa_begin_catch(i8* %1)
35 tail call void @__cxa_end_catch()
ifcvt10.ll 21 %call88 = tail call double @cos(double 0.000000e+00) nounwind
28 %tmp101 = tail call double @llvm.pow.f64(double undef, double 0x3FD5555555555555)
  /external/llvm/test/Transforms/InstCombine/
sign-test-and-or.ll 17 tail call void @foo() nounwind
36 tail call void @foo() nounwind
55 tail call void @foo() nounwind
74 tail call void @foo() nounwind
94 tail call void @foo() nounwind
114 tail call void @foo() nounwind
134 tail call void @foo() nounwind
154 tail call void @foo() nounwind
174 tail call void @foo() nounwind
193 tail call void @foo() nounwin
    [all...]
  /external/llvm/test/Transforms/ObjCARC/
rv.ll 32 ; CHECK-NEXT: %0 = tail call i8* @objc_retainAutoreleasedReturnValue(i8* %x) [[NUW:#[0-9]+]]
119 ; CHECK: %t = tail call i8* @objc_autoreleaseReturnValue(i8* %p)
130 ; CHECK: %t = tail call i8* @objc_autoreleaseReturnValue(i8* %p)
151 ; CHECK: tail call i8* @objc_retain(i8* %p) [[NUW]]
164 ; CHECK: tail call i8* @objc_retain(i8* %p)
178 ; CHECK: tail call i8* @objc_retain(i8* %p)
180 ; CHECK: tail call i8* @objc_autoreleaseReturnValue(i8* %p)
192 ; CHECK: tail call i8* @objc_retainAutoreleasedReturnValue(i8* %p)
207 ; CHECK-NEXT: tail call i8* @objc_retain(i8* %p) [[NUW]]
219 ; CHECK-NEXT: tail call i8* @objc_retainAutoreleasedReturnValue(i8* %y) [[NUW]
    [all...]
  /external/harfbuzz_ng/src/
hb-gobject-enums.cc.tmpl 62 /*** BEGIN value-tail ***/
73 /*** END value-tail ***/
  /external/llvm/test/Bitcode/
ssse3_palignr.ll 9 %2 = tail call <2 x i64> @llvm.x86.ssse3.palign.r.128(<2 x i64> %1, <2 x i64> %0, i8 15) ; <<2 x i64>> [#uses=1]
18 %2 = tail call <1 x i64> @llvm.x86.ssse3.palign.r(<1 x i64> %1, <1 x i64> %0, i8 7) ; <<1 x i64>> [#uses=1]
30 %2 = tail call <1 x i64> @llvm.x86.ssse3.palign.r(<1 x i64> %1, <1 x i64> %0, i8 16) ; <<1 x i64>> [#uses=1]
40 %2 = tail call <1 x i64> @llvm.x86.ssse3.palign.r(<1 x i64> %1, <1 x i64> %0, i8 9) ; <<1 x i64>> [#uses=1]
50 %2 = tail call <1 x i64> @llvm.x86.ssse3.palign.r(<1 x i64> %1, <1 x i64> %0, i8 8) ; <<1 x i64>> [#uses=1]
60 %2 = tail call <2 x i64> @llvm.x86.ssse3.palign.r.128(<2 x i64> %1, <2 x i64> %0, i8 32) ; <<2 x i64>> [#uses=1]
71 %2 = tail call <2 x i64> @llvm.x86.ssse3.palign.r.128(<2 x i64> %1, <2 x i64> %0, i8 17) ; <<2 x i64>> [#uses=1]
80 %2 = tail call <2 x i64> @llvm.x86.ssse3.palign.r.128(<2 x i64> %1, <2 x i64> %0, i8 16) ; <<2 x i64>> [#uses=1]
  /external/llvm/test/CodeGen/AArch64/
arm64-simd-scalar-to-vector.ll 13 %tmp = tail call i32 @llvm.aarch64.neon.uaddlv.i32.v16i8(<16 x i8> %a) nounwind
16 %tmp3 = tail call <8 x i8> @llvm.aarch64.neon.rshrn.v8i8(<8 x i16> %tmp2, i32 4)
  /external/llvm/test/CodeGen/ARM/Windows/
dllimport.ll 44 %call = tail call arm_aapcs_vfpcc i32 @external()
55 %call = tail call arm_aapcs_vfpcc i32 @internal()

Completed in 294 milliseconds

<<31323334353637383940>>