Home
last modified time | relevance | path

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

123

/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 ]
Dpr26870.ll28 %call4 = tail call x86_thiscallcc i32* @fn3(i8* nonnull %p1)
32 %retval.0 = phi i32* [ %call4, %if.then ], [ undef, %entry ]
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]
Dcode_placement_cold_loop_blocks.ll56 %call4 = call zeroext i1 @a()
57 br i1 %call4, label %header2, label %end
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)
/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/JumpThreading/
Dcrash-assertingvh.ll10 %call4 = call i32 @bar()
11 %cmp5 = icmp eq i32 %call4, 0
/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/swiftshader/third_party/LLVM/test/Transforms/TailCallElim/
Ddup_tail.ll16 %call4 = call i32 @fib(i32 %sub3)
17 %add = add nsw i32 %call, %call4
/external/llvm/test/Transforms/TailCallElim/
Ddup_tail.ll19 %call4 = call i32 @fib(i32 %sub3)
20 %add = add nsw i32 %call, %call4
/external/spirv-llvm/test/SPIRV/transcoding/
Drelationals_half.ll44 %call4 = tail call spir_func i32 @_Z8isnormalDh(half %f) #2
45 %add5 = add nsw i32 %add3, %call4
70 %call4 = tail call spir_func <2 x i16> @_Z8isnormalDv2_Dh(<2 x half> %f) #2
71 %add5 = add <2 x i16> %add3, %call4
Drelationals.ll44 %call4 = tail call spir_func i32 @_Z8isnormalf(float %f) #2
45 %add5 = add nsw i32 %add3, %call4
70 %call4 = tail call spir_func <2 x i32> @_Z8isnormalDv2_f(<2 x float> %f) #2
71 %add5 = add <2 x i32> %add3, %call4
DOpImageReadMS.ll24 …%call4 = tail call spir_func i32 @_Z21get_image_num_samples15ocl_image2dmsaa(%opencl.image2d_msaa_…
25 %cmp20 = icmp eq i32 %call4, 0
43 %cmp = icmp ult i32 %inc, %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/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/swiftshader/third_party/LLVM/test/CodeGen/X86/
Dobject-size.ll28 …%call4 = call i8* @__inline_strcpy_chk(i8* %tmp3, i8* getelementptr inbounds ([3 x i8]* @.str, i32…
32 %cond = phi i8* [ %call, %cond.true ], [ %call4, %cond.false ] ; <i8*> [#uses=0]
/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/spirv-llvm/test/SPIRV/
Dimage.ll23 …%call4 = tail call spir_func <4 x float> @_Z11read_imagef11ocl_image2d11ocl_samplerDv2_i(%opencl.i…
24 …ge2dDv2_iDv4_f(%opencl.image2d_t addrspace(1)* %image2, <2 x i32> %vecinit3, <4 x float> %call4) #4
/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/swiftshader/third_party/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

123