Home
last modified time | relevance | path

Searched refs:call2 (Results 1 – 22 of 22) sorted by relevance

/external/llvm/test/Transforms/IPConstantProp/
Duser-with-multiple-uses.ll9 ; CHECK-NEXT: %call2 = tail call i32 @wwrite(i64 0) nounwind
14 %call2 = tail call i32 @wwrite(i64 0) nounwind
15 ret i32 %call2
/external/compiler-rt/lib/asan/lit_tests/
Ddeep_tail_call.cc17 void __attribute__((noinline)) call2(int i) { call3(i); } in call2() function
19 void __attribute__((noinline)) call1(int i) { call2(i); } in call1()
/external/llvm/test/CodeGen/PowerPC/
Dbl8_elf_nop.ll10 %call2 = add i32 %call, 7
11 ret i32 %call2
/external/v8/test/mjsunit/
Ddebug-stepin-function-call.js74 function call2() { function
146 [call1, call2, call3, call4, apply1, apply2, apply3, apply4, bind1];
/external/llvm/test/Transforms/GlobalOpt/
Dcleanup-pointer-root-users.ll26 %call2 = call i8* @strdup(i8* %txt)
27 store i8* %call2, i8** @glbl
/external/llvm/test/Transforms/LoopStrengthReduce/
Dpreserve-gep-loop-variant.ll26 %call2 = tail call i64 @car() nounwind
27 %conv = trunc i64 %call2 to i8
/external/llvm/test/CodeGen/X86/
Ddbg-const.ll10 %call2 = tail call i32 @bar(), !dbg !11
12 %add = add nsw i32 %call2, %call, !dbg !12
Dtailcall-cgp-dup.ll25 %call2 = tail call i32 @f2() nounwind
49 ….bb9 ], [ %call8, %sw.bb7 ], [ %call6, %sw.bb5 ], [ %call4, %sw.bb3 ], [ %call2, %sw.bb1 ], [ %cal…
Dmultiple-return-values-cross-block.ll5 define void @call2(x86_fp80 *%P1, x86_fp80 *%P2) {
Davx-vzeroupper.ll33 %call2 = tail call <4 x float> @do_sse(<4 x float> %call) nounwind
34 store <4 x float> %call2, <4 x float>* @x, align 16
Dfp-stack-2results.ll40 define void @call2(x86_fp80 *%P1, x86_fp80 *%P2) {
/external/llvm/test/Transforms/JumpThreading/
Dphi-eq.ll119 %call2 = call %struct._GList* @g_list_first(%struct._GList* %5)
120 %data.i = getelementptr inbounds %struct._GList* %call2, i32 0, i32 0
131 …%call.i = call %struct._GList* @g_list_remove_link(%struct._GList* %4, %struct._GList* %call2) nou…
176 %call2.i = call noalias i8* @g_strdup(i8* %16) nounwind
178 store i8* %call2.i, i8** %strval.i9, align 8
Dindirectbr.ll86 …%call2 = call i32 (...)* @printf(i8* getelementptr inbounds ([4 x i8]* @.str, i64 0, i64 0), i64 p…
/external/llvm/test/Transforms/LoopUnroll/
D2011-08-09-PhiUpdate.ll25 %call2 = call i32 @getval()
39 %cmp18 = icmp sle i32 0, %call2
/external/llvm/test/Transforms/ConstantMerge/
D2011-01-15-EitherOrder.ll14 %call2 = tail call i32 @zed(%struct.foobar* @foo.d, %struct.foobar* @bar.d)
/external/llvm/test/Assembler/
Dunnamed-addr.ll10 %call2 = tail call i32 @zed(%struct.foobar* @foo.d, %struct.foobar* @bar.d) nounwind
/external/llvm/test/Transforms/SimplifyCFG/
Dinvoke.ll101 %call2 = invoke i32 @nounwind_fn()
107 %phi = phi i32 [%call, %x], [%call2, %y]
/external/llvm/test/Transforms/GVN/
Dpre-compare.ll55 %call2 = tail call i32 @puts(i8* getelementptr inbounds ([7 x i8]* @.str2, i64 0, i64 0)) nounwind
/external/llvm/test/Analysis/Profiling/
Dload-branch-weights-ifs.ll114 %call2 = call i32 @func_const_false(i32 0)
Dload-branch-weights-loops.ll178 %call2 = call i32 @func_while(i32 1000)
/external/llvm/test/Transforms/LoopRotate/
Dmultiple-exits.ll67 %call2 = tail call i32 @bar(i32 1) nounwind
/external/valgrind/main/VEX/priv/
Dguest_arm_toIR.c1213 IRExpr *call1, *call2, *res; in mk_armg_calculate_flag_qc() local
1239 call2 = mkIRExprCCall( in mk_armg_calculate_flag_qc()
1247 res = binop(Iop_Or32, call1, call2); in mk_armg_calculate_flag_qc()