/external/elfutils/src/tests/ |
testfile-backtrace-demangle.cc | 28 // Avoid tail call optimization. 38 // Avoid tail call optimization.
|
/external/harfbuzz_ng/src/ |
hb-gobject-enums.h.tmpl | 50 /*** BEGIN file-tail ***/ 55 /*** END file-tail ***/
|
/external/llvm/test/Analysis/ScalarEvolution/ |
trip-count6.ll | 9 tail call i32 @fegetround( ) ; <i32>:0 [#uses=1] 32 tail call void @raise_exception( ) noreturn
|
/external/llvm/test/Assembler/ |
2007-05-21-Escape.ll | 20 %tmp = tail call i32 @"Func64"( %struct.bar* null ) ; <i32> [#uses=0] 21 %tmp1 = tail call i32 @Func64( %struct.bar* null ) ; <i32> [#uses=0]
|
/external/llvm/test/CodeGen/AArch64/ |
arm64-clrsb.ll | 17 %0 = tail call i32 @llvm.ctlz.i32(i32 %add, i1 false) 31 %0 = tail call i64 @llvm.ctlz.i64(i64 %add, i1 false)
|
arm64-patchpoint-scratch-regs.ll | 11 tail call void asm sideeffect "nop", "~{x0},~{x1},~{x2},~{x3},~{x4},~{x5},~{x6},~{x7},~{x8},~{x9},~{x10},~{x11},~{x12},~{x13},~{x14},~{x15},~{x18},~{x19},~{x20},~{x21},~{x22},~{x23},~{x24},~{x25},~{x26},~{x27},~{x28},~{x29},~{x30},~{x31}"() nounwind 12 tail call void (i64, i32, i8*, i32, ...) @llvm.experimental.patchpoint.void(i64 5, i32 20, i8* null, i32 0, i32* %p, i32 %v)
|
arm64-vaddlv.ll | 9 %vaddlv.i = tail call i64 @llvm.aarch64.neon.saddlv.i64.v2i32(<2 x i32> %a1) nounwind 19 %vaddlv.i = tail call i64 @llvm.aarch64.neon.uaddlv.i64.v2i32(<2 x i32> %a1) nounwind
|
inlineasm-ldr-pseudo.ll | 12 %0 = tail call i32 asm sideeffect "ldr $0,=0xabcd", "=r"() nounwind 22 %0 = tail call i32 asm sideeffect "ldr $0,=0x10001", "=r"() nounwind
|
tailcall-explicit-sret.ll | 6 ; Check that we don't try to tail-call with a non-forwarded sret parameter. 14 tail call void @test_explicit_sret(i1024* %arg) 33 tail call void @test_explicit_sret(i1024* %l) 47 tail call void @test_explicit_sret(i1024* %l) 59 tail call void @test_explicit_sret(i1024* %ptr2) 72 tail call void @test_explicit_sret(i1024* %l) 87 tail call void %f(i1024* %l) 101 %ret = tail call i1024 %f()
|
/external/llvm/test/CodeGen/ARM/ |
2008-02-29-RegAllocLocal.ll | 18 %tmp67 = tail call i32 null( %"struct.kc::impl_abstract_phylum"* null ) ; <i32> [#uses=0] 19 %tmp97 = tail call i32 null( %"struct.kc::impl_abstract_phylum"* null ) ; <i32> [#uses=0]
|
2011-03-23-PeepholeBug.ll | 16 %0 = tail call i32 @rand() nounwind 21 %tmp = tail call i32 @puts() nounwind
|
2011-04-15-RegisterCmpPeephole.ll | 15 tail call void (...) @h(i32 %a, i32 %b) nounwind 34 tail call void (...) @h(i32 %a, i32 %b) nounwind
|
2011-06-16-TailCallByVal.ll | 3 ; tail call inside a function where byval argument is splitted between 21 %puts = tail call i32 @puts(i8* %s)
|
2013-02-27-expand-vfma.ll | 13 %tmp = tail call <4 x float> @llvm.fma.v4f32(<4 x float> %b, <4 x float> %c, <4 x float> %a) #2 26 %tmp = tail call <2 x float> @llvm.fma.v2f32(<2 x float> %b, <2 x float> %c, <2 x float> %a) #2
|
arm-returnaddr.ll | 13 %0 = tail call i8* @llvm.returnaddress(i32 0) 24 %0 = tail call i8* @llvm.returnaddress(i32 2)
|
ifconv-regmask.ll | 19 %call = tail call i32 @func0() 23 %call2 = tail call i32 @func1()
|
neon-fma.ll | 8 %call = tail call <2 x float> @llvm.fma.v2f32(<2 x float> %a, <2 x float> %b, <2 x float> %c) nounwind readnone 17 %call = tail call <4 x float> @llvm.fma.v4f32(<4 x float> %a, <4 x float> %b, <4 x float> %c) nounwind readnone
|
regpair_hint_phys.ll | 14 %0 = tail call i8* @llvm.frameaddress(i32 0) 16 %2 = tail call i8* @llvm.returnaddress(i32 0)
|
stm.ll | 13 %0 = tail call i32 (i8*, ...) @printf(i8* getelementptr ([26 x i8], [26 x i8]* @"\01LC1", i32 0, i32 0), i32 -2, i32 -3, i32 2, i32 -6) nounwind ; <i32> [#uses=0] 14 %1 = tail call i32 (i8*, ...) @printf(i8* getelementptr ([32 x i8], [32 x i8]* @"\01LC", i32 0, i32 0), i32 0, i32 1, i32 0, i32 1, i32 0, i32 1) nounwind ; <i32> [#uses=0]
|
/external/llvm/test/CodeGen/Mips/ |
2008-08-03-fabs64.ll | 12 tail call double @fabs( double %c ) nounwind readnone ; <double>:0 [#uses=1] 13 tail call double @fabs( double %d ) nounwind readnone ; <double>:0 [#uses=1]
|
2008-11-10-xint_to_fp.ll | 15 tail call void @__dorand48( %struct._reent* %r, i16* %xseed ) nounwind 18 tail call double @ldexp( double %1, i32 -48 ) nounwind ; <double>:2 [#uses=1] 22 tail call double @ldexp( double %5, i32 -32 ) nounwind ; <double>:6 [#uses=1] 27 tail call double @ldexp( double %10, i32 -16 ) nounwind ; <double>:11 [#uses=1] 39 tail call void @__dorand48( %struct._reent* %0, i16* %xseed ) nounwind 42 tail call double @ldexp( double %2, i32 -48 ) nounwind ; <double>:3 [#uses=1] 46 tail call double @ldexp( double %6, i32 -32 ) nounwind ; <double>:7 [#uses=1] 51 tail call double @ldexp( double %11, i32 -16 ) nounwind ; <double>:12 [#uses=1]
|
blez_bgez.ll | 13 tail call void @foo1() 31 tail call void @foo1()
|
i32k.ll | 7 %call = tail call i32 (i8*, ...) @printf(i8* getelementptr inbounds ([4 x i8], [4 x i8]* @.str, i32 0, i32 0), i32 1075344593) nounwind 14 %call1 = tail call i32 (i8*, ...) @printf(i8* getelementptr inbounds ([4 x i8], [4 x i8]* @.str, i32 0, i32 0), i32 -1075344593) nounwind
|
mips64-f128-call.ll | 23 tail call void @foo2(fp128 %0) 39 %call = tail call fp128 @foo4()
|
/external/llvm/test/CodeGen/NVPTX/ |
fast-math.ll | 11 %t1 = tail call float @llvm.nvvm.sqrt.f(float %a) 20 %t1 = tail call float @llvm.nvvm.sqrt.f(float %a)
|