Home
last modified time | relevance | path

Searched refs:call4 (Results 1 – 25 of 37) sorted by relevance

12

/external/llvm/test/Transforms/DeadStoreElimination/
Dpr11390.ll14 %call4 = tail call noalias i8* @malloc(i64 %add3) nounwind
15 store i8* %call4, i8** %s, align 8
16 %tobool = icmp eq i8* %call4, null
20 tail call void @llvm.memcpy.p0i8.p0i8.i64(i8* %call4, i8* %name, i64 %call, i32 1, i1 false)
21 %arrayidx = getelementptr inbounds i8, i8* %call4, i64 %call
24 %add.ptr5 = getelementptr inbounds i8, i8* %call4, i64 %add
26 %arrayidx8 = getelementptr inbounds i8, i8* %call4, i64 %add2
/external/llvm/test/Transforms/BDCE/
Dbasic.ll15 %call4 = tail call signext i32 @foo(i32 signext 2) #0
16 %and5 = and i32 %call4, 16
62 %call4 = tail call signext i32 @goo(i32 signext 2) #1
63 %and5 = and i32 %call4, 16
109 %call4 = tail call signext i32 @foo(i32 signext 2) #0
110 %and5 = and i32 %call4, 16
147 %call4 = tail call signext i32 @foo(i32 signext 2) #0
148 %and5 = and i32 %call4, 16
181 %call4 = tail call signext i32 @foo(i32 signext 2) #0
182 %and5 = and i32 %call4, 16
[all …]
/external/llvm/test/CodeGen/X86/
Dtailcall-cgp-dup.ll30 %call4 = tail call i32 @f3() nounwind
49 …%retval.0 = phi i32 [ %call10, %sw.bb9 ], [ %call8, %sw.bb7 ], [ %call6, %sw.bb5 ], [ %call4, %sw.…
80 %call4.i = tail call i8* @bar(i8* undef) optsize
84 %retval.0.in.i = phi i8* [ undef, %if.then.i ], [ %call4.i, %if.else.i ]
Dobject-size.ll28 …%call4 = call i8* @__inline_strcpy_chk(i8* %tmp3, i8* getelementptr inbounds ([3 x i8], [3 x i8]* …
32 %cond = phi i8* [ %call, %cond.true ], [ %call4, %cond.false ] ; <i8*> [#uses=0]
Dthis-return-64.ll74 %call4 = tail call %struct.B* @B_ctor(%struct.B* %b, i32 %x)
87 %call4 = tail call %struct.B* @B_ctor_nothisret(%struct.B* %b, i32 %x)
Dregalloc-reconcile-broken-hints.ll62 %call4 = tail call i32* @make_data()
86 %arrayidx.i67 = getelementptr inbounds i32, i32* %call4, i64 %indvars.iv.next.i65
112 %call21 = tail call i32 @in_wanted(i32* %call4)
Dremat-fold-load.ll40 %call4.i.i.i.i68 = call noalias i8* @malloc(i32 undef) nounwind
67 %call4.i.i.i.i89 = call noalias i8* @malloc(i32 %tmp10) nounwind
72 …call void @llvm.memcpy.p0i8.p0i8.i32(i8* %call4.i.i.i.i89, i8* %tmp13, i32 %tmp10, i32 1, i1 false…
Dfp-stack-2results.ll59 define void @call4(x86_fp80 *%P1, x86_fp80 *%P2) {
Dssp-data-layout.ll116 %call4 = call signext i16 @get_small_nonchar()
118 store i16 %call4, i16* %arrayidx, align 2
260 %call4 = call signext i16 @get_small_nonchar()
262 store i16 %call4, i16* %arrayidx, align 2
392 %call4 = call signext i16 @get_small_nonchar()
394 store i16 %call4, i16* %arrayidx, align 2
/external/compiler-rt/test/asan/TestCases/
Ddeep_tail_call.cc9 void __attribute__((noinline)) call4(int i) { global[i+10]++; } in call4() function
11 void __attribute__((noinline)) call3(int i) { call4(i); } in call3()
/external/llvm/test/Transforms/SLPVectorizer/X86/
Dintrinsic.ll102 %call4 = tail call i32 @llvm.bswap.i32(i32 %add4) nounwind readnone
110 store i32 %call4, i32* %arrayidx10, align 4
149 %call4 = tail call i32 @llvm.ctlz.i32(i32 %add4,i1 true) nounwind readnone
157 store i32 %call4, i32* %arrayidx10, align 4
194 %call4 = tail call i32 @llvm.ctlz.i32(i32 %add4,i1 false) nounwind readnone
202 store i32 %call4, i32* %arrayidx10, align 4
239 %call4 = tail call i32 @llvm.cttz.i32(i32 %add4,i1 true) nounwind readnone
247 store i32 %call4, i32* %arrayidx10, align 4
284 %call4 = tail call i32 @llvm.cttz.i32(i32 %add4,i1 false) nounwind readnone
292 store i32 %call4, i32* %arrayidx10, align 4
[all …]
Dextract_in_tree_user.ll56 %call4 = tail call float @llvm.powi.f32(float %fp4,i32 %add1) nounwind readnone
64 store float %call4, float* %arrayidx10, align 4
/external/llvm/test/Transforms/TailCallElim/
Ddup_tail.ll19 %call4 = call i32 @fib(i32 %sub3)
20 %add = add nsw i32 %call, %call4
/external/llvm/test/CodeGen/PowerPC/
Dvsx-self-copy.ll13 %call4 = tail call double @takFP(double undef, double %x.tr16, double undef)
18 %z.tr.lcssa = phi double [ %z, %entry ], [ %call4, %if.then ]
/external/v8/test/mjsunit/
Ddebug-stepin-function-call.js93 function call4() { function
156 [call1, call2, call3, call4, apply1, apply2, apply3, apply4, bind1,
/external/llvm/test/CodeGen/Generic/
DPBQP.ll9 %call4 = tail call i32 (...) @baz()
22 …%call17 = tail call i32 @bar(i32 %call, i32 %call1, i32 %call2, i32 %call3, i32 %call4, i32 %call5…
/external/llvm/test/Transforms/Inline/
Dinline-fp.ll35 %call4 = call float @fabsf(float %call1)
36 %cmp5 = fcmp ogt float %call4, 0x3FC1EB8520000000
82 %call4 = call float @fabsf(float %call1)
83 %cmp5 = fcmp ogt float %call4, 0x3FC1EB8520000000
/external/llvm/test/CodeGen/AArch64/
Darm64-call-tailcalls.ll73 %call4 = tail call i32 @b(i32 %x) nounwind
81 %retval.0 = phi i32 [ %call, %if.then ], [ %call4, %if.then3 ], [ %call6, %if.end5 ]
/external/llvm/test/DebugInfo/X86/
DDW_AT_location-reference.ll79 %call4 = tail call i32 @g(i32 %mul, i32 0) nounwind, !dbg !15
80 store i32 %call4, i32* @a, align 4, !dbg !15
86 %mul12 = mul nsw i32 %call4, %x.116, !dbg !18
/external/llvm/test/CodeGen/Mips/
Dhfptrcall.ll80 %call4 = call { float, float } %4()
81 %5 = extractvalue { float, float } %call4, 0
82 %6 = extractvalue { float, float } %call4, 1
/external/llvm/test/CodeGen/ARM/
D2011-06-09-TailCallByVal.ll36 …%call4 = tail call i32 @fnmatch1(i8* %pattern, i8* %string, i8* %string, i32 %flags, %union.__mbst…
37 ret i32 %call4
Dssp-data-layout.ll110 %call4 = call signext i16 @get_small_nonchar()
112 store i16 %call4, i16* %arrayidx, align 2
255 %call4 = call signext i16 @get_small_nonchar()
257 store i16 %call4, i16* %arrayidx, align 2
388 %call4 = call signext i16 @get_small_nonchar()
390 store i16 %call4, i16* %arrayidx, align 2
/external/llvm/test/Analysis/BlockFrequencyInfo/
Ddouble_exit.ll33 %Return.1 = phi i32 [ %Return.0, %outer ], [ %call4, %inner.inc ]
50 %call4 = call i32 @logic2(i32 %Return.1, i32 %I.0, i32 %J.0)
/external/llvm/test/Transforms/SimplifyCFG/
D2008-12-16-DCECond.ll20 %call4 = call i32 (...) @foo() ; <i32> [#uses=0]
/external/llvm/test/Transforms/ObjCARC/
Dnested.ll514 …%call4 = call i64 bitcast (i8* (i8*, i8*, ...)* @objc_msgSend to i64 (i8*, i8*, %struct.__objcFast…
515 %iszero = icmp eq i64 %call4, 0
525 %forcoll.count.ph = phi i64 [ %call4, %forcoll.loopinit ], [ %call7, %forcoll.refetch ]
581 …%call4 = call i64 bitcast (i8* (i8*, i8*, ...)* @objc_msgSend to i64 (i8*, i8*, %struct.__objcFast…
582 %iszero = icmp eq i64 %call4, 0
592 %forcoll.count.ph = phi i64 [ %call4, %forcoll.loopinit ], [ %call7, %forcoll.refetch ]
648 …%call4 = call i64 bitcast (i8* (i8*, i8*, ...)* @objc_msgSend to i64 (i8*, i8*, %struct.__objcFast…
649 %iszero = icmp eq i64 %call4, 0
659 %forcoll.count.ph = phi i64 [ %call4, %forcoll.loopinit ], [ %call7, %forcoll.refetch ]
716 …%call4 = call i64 bitcast (i8* (i8*, i8*, ...)* @objc_msgSend to i64 (i8*, i8*, %struct.__objcFast…
[all …]

12