Home
last modified time | relevance | path

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

12

/external/llvm/test/CodeGen/X86/
Dsincos-opt.ll25 %call1 = tail call float @cosf(float %x) nounwind readnone
26 %add = fadd float %call, %call1
45 %call1 = tail call double @cos(double %x) nounwind readnone
46 %add = fadd double %call, %call1
57 %call1 = tail call x86_fp80 @cosl(x86_fp80 %x) nounwind
58 %add = fadd x86_fp80 %call, %call1
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
/external/compiler-rt/lib/asan/lit_tests/TestCases/
Ddeep_tail_call.cc15 void __attribute__((noinline)) call1(int i) { call2(i); } in call1() function
18 call1(argc); in main()
/external/llvm/test/Transforms/ObjCARC/
Dallocas.ll369 %call1 = call i8* @returner()
370 %tmp0 = tail call i8* @objc_retainAutoreleasedReturnValue(i8* %call1)
373 tail call i8* @objc_retain(i8* %call1)
374 store i8* %call1, i8** %objs.begin, align 8
376 tail call i8* @objc_retain(i8* %call1)
377 store i8* %call1, i8** %objs.elt
414 call void @objc_release(i8* %call1), !clang.imprecise_release !0
447 %call1 = call i8* @returner()
448 %tmp0 = tail call i8* @objc_retainAutoreleasedReturnValue(i8* %call1)
449 %tmp1 = tail call i8* @objc_retain(i8* %call1)
[all …]
/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/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
Dcall-tc.ll176 %call1 = tail call float @truncf(float %b)
177 ret float %call1
/external/chromium_org/v8/test/mjsunit/
Ddebug-stepin-function-call.js67 function call1() { function
156 [call1, call2, call3, call4, apply1, apply2, apply3, apply4, bind1,
/external/llvm/test/Transforms/LoopVectorize/
Dcpp-new-array.ll16 %call1 = call noalias i8* @_Znwm(i64 4)
17 %1 = bitcast i8* %call1 to float*
/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…
Ds000-alias-misched.ll26 %call1 = tail call i64 @clock() nounwind
87 %sub = sub nsw i64 %call11, %call1
/external/llvm/test/CodeGen/Mips/
Di32k.ll11 …%call1 = tail call i32 (i8*, ...)* @printf(i8* getelementptr inbounds ([4 x i8]* @.str, i32 0, i32…
Datomicops.ll22 …%call1 = call i32 (i8*, ...)* @printf(i8* getelementptr inbounds ([8 x i8]* @.str, i32 0, i32 0), …
/external/chromium_org/chrome_frame/test/
Dhtml_util_unittests.cc440 const char* call1 = http_utils::GetChromeFrameUserAgent(); in TEST_F() local
443 EXPECT_EQ(call1, call2); in TEST_F()
444 std::string ua(call1); in TEST_F()
/external/llvm/test/Transforms/Inline/
Dinline_minisize.ll212 %call1 = call i32 @fct2(i32 %tmp1)
213 %add = add nsw i32 %call, %call1
229 %call1 = call i32 @fct2(i32 %tmp1)
230 %add = add nsw i32 %call, %call1
/external/llvm/test/Transforms/SimplifyCFG/
Dvolatile-phioper.ll25 %call1 = tail call i32 (...)* @Trace() #2
/external/llvm/test/Transforms/IndVarSimplify/
Dsink-alloca.ll54 %call1 = call i8* (...)* @a(i8** %vla) nounwind

12