/external/compiler-rt/lib/asan/lit_tests/ |
D | deep_tail_call.cc | 19 void __attribute__((noinline)) call1(int i) { call2(i); } in call1() function 22 call1(argc); in main()
|
/external/llvm/test/Transforms/DeadStoreElimination/ |
D | pr11390.ll | 10 %call1 = tail call i64 @strlen(i8* %domain) nounwind readonly 12 %add2 = add i64 %add, %call1 25 tail call void @llvm.memcpy.p0i8.p0i8.i64(i8* %add.ptr5, i8* %domain, i64 %call1, i32 1, i1 false)
|
/external/llvm/test/CodeGen/X86/ |
D | fp-stack-O0.ll | 21 %call1 = call i32 @x2(x86_fp80 %call, x86_fp80 0xK401EFFFFFFFF00000000) 22 ret i32 %call1
|
D | critical-edge-split-2.ll | 21 …%call1 = phi i16 [ trunc (i32 srem (i32 1, i32 zext (i1 icmp eq (%1* bitcast (i8* getelementptr in… 22 ret i16 %call1
|
D | 2010-06-15-FastAllocEarlyCLobber.ll | 21 …%call1 = call i32 (i8*, ...)* @printf(i8* getelementptr inbounds ([23 x i8]* @.str, i32 0, i32 0),…
|
D | fp-stack-2results.ll | 29 define void @call1(x86_fp80 *%P1, x86_fp80 *%P2) {
|
D | 2011-01-24-DbgValue-Before-Use.ll | 43 %call1 = tail call i32 @rand() nounwind optsize, !dbg !25 47 %cond = phi i32 [ %call1, %cond.true ], [ %call, %entry ], !dbg !25
|
D | 2009-10-19-atomic-cmp-eflags.ll | 26 …%call1.i = call i32 @warn_dlerror(i8* getelementptr inbounds ([45 x i8]* @.str76843, i32 0, i32 0)…
|
/external/llvm/test/Transforms/LoopUnswitch/ |
D | 2010-11-18-LCSSA.ll | 16 %call1 = select i1 %tobool.i, i32 0, i32 %xor4.i 23 store i32 %call1, i32* @g_38
|
/external/v8/test/mjsunit/ |
D | debug-stepin-function-call.js | 67 function call1() { function 146 [call1, call2, call3, call4, apply1, apply2, apply3, apply4, bind1];
|
/external/llvm/test/CodeGen/ARM/ |
D | 2011-11-14-EarlyClobber.ll | 33 %call1 = tail call double @sin(double %angle) nounwind readnone 41 %mul5 = fmul double %2, %call1 48 %mul15 = fmul double %4, %call1
|
D | debug-info-sreg2.ll | 26 %call1 = tail call float @_Z2f2v() optsize, !dbg !12 27 %cmp = fcmp olt float %inc, %call1, !dbg !12
|
/external/llvm/test/CodeGen/PowerPC/ |
D | cr1eq.ll | 14 …%call1 = call i32 (i8*, ...)* @printf(i8* getelementptr inbounds ([4 x i8]* @.str1, i32 0, i32 0),…
|
D | cr1eq-no-extra-moves.ll | 17 …%call1 = tail call i32 (i8*, ...)* @printf(i8* getelementptr inbounds ([3 x i8]* @.str, i32 0, i32…
|
D | 2011-12-06-SpillAndRestoreCR.ll | 33 %call1 = tail call i64 @clock() nounwind 204 %sub = sub nsw i64 %call24, %call1
|
D | 2011-12-05-NoSpillDupCR.ll | 32 %call1 = tail call i64 @clock() nounwind 66 %sub14 = sub nsw i64 %call13, %call1
|
/external/llvm/test/Transforms/IndVarSimplify/ |
D | sink-alloca.ll | 54 %call1 = call i8* (...)* @a(i8** %vla) nounwind
|
/external/llvm/test/Transforms/ObjCARC/ |
D | nested.ll | 510 %call1 = call i8* @returner() 511 %1 = call i8* @objc_retainAutoreleasedReturnValue(i8* %call1) nounwind 577 %call1 = call i8* @returner() 578 %1 = call i8* @objc_retainAutoreleasedReturnValue(i8* %call1) nounwind 643 %call1 = call i8* @returner() 644 %1 = call i8* @objc_retainAutoreleasedReturnValue(i8* %call1) nounwind 711 %call1 = call i8* @returner() 712 %1 = call i8* @objc_retainAutoreleasedReturnValue(i8* %call1) nounwind
|
/external/llvm/test/Transforms/JumpThreading/ |
D | phi-eq.ll | 173 %call1.i = call noalias i8* @g_strdup(i8* %15) nounwind 175 store i8* %call1.i, i8** %name.i8, align 8
|
/external/llvm/test/Analysis/Profiling/ |
D | load-branch-weights-ifs.ll | 113 %call1 = call i32 @func_const_true(i32 1)
|
D | load-branch-weights-switches.ll | 147 %call1 = call i32 @func_switch_switch(i32 %2)
|
D | load-branch-weights-loops.ll | 177 %call1 = call i32 @func_for_odd(i32 1000)
|
/external/llvm/test/Transforms/LoopRotate/ |
D | multiple-exits.ll | 62 %call1 = tail call i32 @foo(i32 42) nounwind
|
/external/valgrind/main/VEX/priv/ |
D | guest_arm_toIR.c | 1213 IRExpr *call1, *call2, *res; in mk_armg_calculate_flag_qc() local 1232 call1 = mkIRExprCCall( in mk_armg_calculate_flag_qc() 1247 res = binop(Iop_Or32, call1, call2); in mk_armg_calculate_flag_qc() 1249 res = call1; in mk_armg_calculate_flag_qc()
|