/external/fio/lib/ |
flist_sort.c | 18 struct flist_head head, *tail = &head; local 23 tail->next = a; 26 tail->next = b; 29 tail = tail->next; 31 tail->next = a?:b; 48 struct flist_head *tail = head; local 53 tail->next = a; 54 a->prev = tail; 57 tail->next = b [all...] |
/hardware/intel/common/wrs_omxil_core/utils/src/ |
queue.c | 26 queue->tail = NULL; 57 if (!queue->tail) 58 queue->tail = queue->head; 72 if (!queue->tail) 73 queue->tail = queue->head; 81 queue->tail = list_add_tail(queue->tail, entry); 82 if (queue->tail == NULL) { 85 if (queue->tail->next) 86 queue->tail = queue->tail->next [all...] |
/external/llvm/test/CodeGen/Mips/ |
remat-immed-load.ll | 10 tail call void @foo1(i32 1) nounwind 11 tail call void @foo1(i32 1) nounwind 22 tail call void @foo2(i64 1) nounwind 23 tail call void @foo2(i64 1) nounwind 34 tail call void @f6(i32 65536) nounwind 35 tail call void @f6(i32 65536) nounwind 46 tail call void @f8(i64 65536) nounwind 47 tail call void @f8(i64 65536) nounwind
|
/external/llvm/test/CodeGen/X86/ |
tailcall.ll | 3 ; With -tailcallopt, CodeGen guarantees a tail call optimization 10 %tmp11 = tail call fastcc i32 @tailcallee(i32 %in1, i32 %in2, i32 %in1, i32 %in2) 17 %p = tail call fastcc i8* @alias_callee() 24 %p = tail call fastcc noalias i8* @noalias_callee() 31 %p = tail call fastcc i32 @i32_callee() 38 tail call fastcc void @does_not_return() 44 tail call fastcc void @void_test( i32 %0, i32 %1, i32 %2, i32 %3) 50 %4 = tail call fastcc i1 @i1test( i32 %0, i32 %1, i32 %2, i32 %3)
|
inline-asm-x-scalar.ll | 4 tail call void asm sideeffect "ucomiss $0", "x"( float 0x41E0000000000000) 9 %tmp53 = tail call i32 asm "ucomiss $1, $3\0Acmovae $2, $0 ", "=r,mx,mr,x,0,~{dirflag},~{fpsr},~{flags},~{cc}"( float 0x41E0000000000000, i32 2147483647, float 0.000000e+00, i32 0 ) ; <i32> [#uses 14 tail call void asm sideeffect "ucomiss $0, $1", "mx,x,~{dirflag},~{fpsr},~{flags},~{cc}"( float 0x41E0000000000000, i32 65536 ) 19 %tmp1 = tail call float asm "", "=x,0,~{dirflag},~{fpsr},~{flags}"( float 0x47EFFFFFE0000000 ); <float> [#uses=1] 21 tail call void asm sideeffect "", "x,~{dirflag},~{fpsr},~{flags}"( float %tmp4 )
|
x86-64-ret0.ll | 4 tail call void @t( i32 1 ) nounwind
|
/external/llvm/test/Transforms/Inline/ |
noinline.ll | 7 tail call void @foo() nounwind 13 tail call void @bar() nounwind noinline
|
/external/llvm/test/Transforms/SimplifyCFG/ |
noreturn-call.ll | 7 tail call void @Finisher(i32 %0) noreturn 8 tail call void @Finisher(i32 %0) noreturn
|
/external/llvm/test/Transforms/ObjCARC/ |
tail-call-invariant-enforcement.ll | 10 ; Never tail call objc_autorelease. 19 %tmp1 = tail call i8* @objc_autorelease(i8* %x) 24 ; Always tail call autoreleaseReturnValue. 27 ; CHECK: %tmp0 = tail call i8* @objc_autoreleaseReturnValue(i8* %x) [[NUW]] 28 ; CHECK: %tmp1 = tail call i8* @objc_autoreleaseReturnValue(i8* %x) [[NUW]] 33 %tmp1 = tail call i8* @objc_autoreleaseReturnValue(i8* %x) 37 ; Always tail call objc_retain. 40 ; CHECK: %tmp0 = tail call i8* @objc_retain(i8* %x) [[NUW]] 41 ; CHECK: %tmp1 = tail call i8* @objc_retain(i8* %x) [[NUW]] 46 %tmp1 = tail call i8* @objc_retain(i8* %x [all...] |
contract-storestrong.ll | 13 ; CHECK-NEXT: tail call void @objc_storeStrong(i8** @x, i8* %p) [[NUW:#[0-9]+]] 18 %0 = tail call i8* @objc_retain(i8* %p) nounwind 21 tail call void @objc_release(i8* %tmp) nounwind 29 ; CHECK-NEXT: %0 = tail call i8* @objc_retain(i8* %p) [[NUW]] 32 ; CHECK-NEXT: tail call void @objc_release(i8* %tmp) [[NUW]] 37 %0 = tail call i8* @objc_retain(i8* %p) nounwind 40 tail call void @objc_release(i8* %tmp) nounwind 48 ; CHECK-NEXT: %0 = tail call i8* @objc_retain(i8* %p) [[NUW]] 51 ; CHECK-NEXT: tail call void @objc_release(i8* %tmp) [[NUW]] 56 %0 = tail call i8* @objc_retain(i8* %p) nounwin [all...] |
/external/llvm/test/Transforms/TailCallElim/ |
setjmp.ll | 3 ; Test that we don't tail call in a functions that calls returns_twice 9 ; CHECK-NOT: tail call void @bar() 13 %tmp75 = tail call i32 @setjmp(i32* %x) 21 ; CHECK-NOT: tail call void @bar() 25 %tmp75 = tail call i32 @zed2(i32* %x)
|
/external/llvm/test/CodeGen/Thumb2/ |
thumb2-tbb.ll | 14 tail call void(...)* @foo1() 17 tail call void(...)* @foo2() 20 tail call void(...)* @foo6() 23 tail call void(...)* @foo3() 26 tail call void(...)* @foo4() 29 tail call void(...)* @foo5() 32 tail call void(...)* @foo1() 35 tail call void(...)* @foo2() 38 tail call void(...)* @foo6() 41 tail call void(...)* @foo3( [all...] |
tail-call-r9.ll | 5 ; Make sure in the presence of a tail call, r9 doesn't get used to hold 11 tail call void asm sideeffect "", "~{r0},~{r1},~{r2},~{r3},~{r12}"() nounwind 12 tail call arm_aapcscc void %tmp() nounwind
|
/external/chromium_org/sandbox/linux/bpf_dsl/ |
cons.h | 25 // Return this node's tail element. 26 List tail() const { return tail_; } function in class:sandbox::Cons 28 // Construct a new List using |head| and |tail|. 29 static List Make(const T& head, List tail) { 30 return make_scoped_refptr(new const Cons<T>(head, tail)); 34 Cons(const T& head, List tail) : head_(head), tail_(tail) {}
|
/external/fio/ |
io_u_queue.h | 39 unsigned int tail; member in struct:io_u_ring 49 if (r->head + 1 != r->tail) { 60 if (r->head != r->tail) { 61 struct io_u *io_u = r->ring[r->tail]; 63 r->tail = (r->tail + 1) & (r->max - 1); 72 return ring->head == ring->tail;
|
/external/llvm/test/CodeGen/ARM/ |
hints.ll | 9 tail call void @llvm.arm.hint(i32 0) nounwind 18 tail call void @llvm.arm.hint(i32 1) nounwind 27 tail call void @llvm.arm.hint(i32 2) nounwind 36 tail call void @llvm.arm.hint(i32 3) nounwind 45 tail call void @llvm.arm.hint(i32 4) nounwind 54 tail call void @llvm.arm.hint(i32 5) nounwind 63 tail call void @llvm.arm.hint(i32 8) nounwind
|
2009-08-15-RegScavengerAssert.ll | 6 tail call void @exit(i32 undef) noreturn nounwind
|
/external/clang/test/SemaTemplate/ |
example-typelist.cpp | 7 template<typename Head, typename Tail = nil> 10 typedef Tail tail; typedef in struct:cons 27 template<typename Head, typename Tail> 28 struct length<cons<Head, Tail> > { 29 static const unsigned value = length<Tail>::value + 1; 50 typedef typename reverse<typename T::tail>::type reversed_tail; 52 typedef typename reverse<typename reversed_tail::tail>::type most_of_tail; 83 struct find : find<typename List::tail, T> { }; 85 template<typename Tail, typename T [all...] |
/external/chromium_org/third_party/WebKit/PerformanceTests/inspector/ |
heap-snapshot-advanced.html | 19 var tail = {}; 20 var head = tail; 25 return { head: head, tail: tail };
|
/external/clang/test/CXX/temp/temp.decls/temp.variadic/ |
p2.cpp | 12 template<typename Head, typename ...Tail> 13 void recurse_until_fail(const Head &, const Tail &...tail) { // expected-note{{candidate function template not viable: requires at least 1 argument, but 0 were provided}} 14 recurse_until_fail(tail...); // expected-error{{no matching function for call to 'recurse_until_fail'}} \
|
/external/eigen/doc/snippets/ |
Tutorial_commainit_01b.cpp | 4 m.col(2).tail(2) << 6, 9;
|
/external/llvm/test/CodeGen/Generic/ |
inline-asm-special-strings.ll | 4 tail call void asm sideeffect "foo ${:uid} ${:uid}", ""() nounwind
|
/external/llvm/test/CodeGen/PowerPC/ |
2007-09-04-AltivecDST.ll | 5 tail call void @llvm.ppc.altivec.dst( i8* %image, i32 8, i32 0 ) 6 tail call void @llvm.ppc.altivec.dstt( i8* %image, i32 8, i32 0 ) 7 tail call void @llvm.ppc.altivec.dstst( i8* %image, i32 8, i32 0 ) 8 tail call void @llvm.ppc.altivec.dststt( i8* %image, i32 8, i32 0 )
|
/external/llvm/test/MC/X86/ |
stackmap-nops.ll | 28 tail call void (i64, i32, ...)* @llvm.experimental.stackmap(i64 0, i32 0) 29 tail call void (i64, i32, ...)* @llvm.experimental.stackmap(i64 1, i32 1) 30 tail call void (i64, i32, ...)* @llvm.experimental.stackmap(i64 2, i32 2) 31 tail call void (i64, i32, ...)* @llvm.experimental.stackmap(i64 3, i32 3) 32 tail call void (i64, i32, ...)* @llvm.experimental.stackmap(i64 4, i32 4) 33 tail call void (i64, i32, ...)* @llvm.experimental.stackmap(i64 5, i32 5) 34 tail call void (i64, i32, ...)* @llvm.experimental.stackmap(i64 6, i32 6) 35 tail call void (i64, i32, ...)* @llvm.experimental.stackmap(i64 7, i32 7) 36 tail call void (i64, i32, ...)* @llvm.experimental.stackmap(i64 8, i32 8) 37 tail call void (i64, i32, ...)* @llvm.experimental.stackmap(i64 9, i32 9 [all...] |
/external/valgrind/main/auxprogs/ |
dump_insn_ppc.sh | 4 =(perl -e 'print pack "N", hex $ARGV[0]' $1) | tail +7
|