Home
last modified time | relevance | path

Searched refs:call1 (Results 1 – 24 of 24) sorted by relevance

/external/compiler-rt/lib/asan/lit_tests/
Ddeep_tail_call.cc19 void __attribute__((noinline)) call1(int i) { call2(i); } in call1() function
22 call1(argc); in main()
/external/llvm/test/Transforms/DeadStoreElimination/
Dpr11390.ll10 %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/
Dfp-stack-O0.ll21 %call1 = call i32 @x2(x86_fp80 %call, x86_fp80 0xK401EFFFFFFFF00000000)
22 ret i32 %call1
Dcritical-edge-split-2.ll21 …%call1 = phi i16 [ trunc (i32 srem (i32 1, i32 zext (i1 icmp eq (%1* bitcast (i8* getelementptr in…
22 ret i16 %call1
D2010-06-15-FastAllocEarlyCLobber.ll21 …%call1 = call i32 (i8*, ...)* @printf(i8* getelementptr inbounds ([23 x i8]* @.str, i32 0, i32 0),…
Dfp-stack-2results.ll29 define void @call1(x86_fp80 *%P1, x86_fp80 *%P2) {
D2011-01-24-DbgValue-Before-Use.ll43 %call1 = tail call i32 @rand() nounwind optsize, !dbg !25
47 %cond = phi i32 [ %call1, %cond.true ], [ %call, %entry ], !dbg !25
D2009-10-19-atomic-cmp-eflags.ll26 …%call1.i = call i32 @warn_dlerror(i8* getelementptr inbounds ([45 x i8]* @.str76843, i32 0, i32 0)…
/external/llvm/test/Transforms/LoopUnswitch/
D2010-11-18-LCSSA.ll16 %call1 = select i1 %tobool.i, i32 0, i32 %xor4.i
23 store i32 %call1, i32* @g_38
/external/v8/test/mjsunit/
Ddebug-stepin-function-call.js67 function call1() { function
146 [call1, call2, call3, call4, apply1, apply2, apply3, apply4, bind1];
/external/llvm/test/CodeGen/ARM/
D2011-11-14-EarlyClobber.ll33 %call1 = tail call double @sin(double %angle) nounwind readnone
41 %mul5 = fmul double %2, %call1
48 %mul15 = fmul double %4, %call1
Ddebug-info-sreg2.ll26 %call1 = tail call float @_Z2f2v() optsize, !dbg !12
27 %cmp = fcmp olt float %inc, %call1, !dbg !12
/external/llvm/test/CodeGen/PowerPC/
Dcr1eq.ll14 …%call1 = call i32 (i8*, ...)* @printf(i8* getelementptr inbounds ([4 x i8]* @.str1, i32 0, i32 0),…
Dcr1eq-no-extra-moves.ll17 …%call1 = tail call i32 (i8*, ...)* @printf(i8* getelementptr inbounds ([3 x i8]* @.str, i32 0, i32…
D2011-12-06-SpillAndRestoreCR.ll33 %call1 = tail call i64 @clock() nounwind
204 %sub = sub nsw i64 %call24, %call1
D2011-12-05-NoSpillDupCR.ll32 %call1 = tail call i64 @clock() nounwind
66 %sub14 = sub nsw i64 %call13, %call1
/external/llvm/test/Transforms/IndVarSimplify/
Dsink-alloca.ll54 %call1 = call i8* (...)* @a(i8** %vla) nounwind
/external/llvm/test/Transforms/ObjCARC/
Dnested.ll510 %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/
Dphi-eq.ll173 %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/
Dload-branch-weights-ifs.ll113 %call1 = call i32 @func_const_true(i32 1)
Dload-branch-weights-switches.ll147 %call1 = call i32 @func_switch_switch(i32 %2)
Dload-branch-weights-loops.ll177 %call1 = call i32 @func_for_odd(i32 1000)
/external/llvm/test/Transforms/LoopRotate/
Dmultiple-exits.ll62 %call1 = tail call i32 @foo(i32 42) nounwind
/external/valgrind/main/VEX/priv/
Dguest_arm_toIR.c1213 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()