/external/llvm/test/Transforms/InstCombine/ |
D | log-pow.ll | 37 %call2 = call fast double @exp2(double %x) 38 %call3 = call fast double @log(double %call2) 43 ; CHECK-NEXT: %call2 = call fast double @exp2(double %x) 48 %call2 = call double @exp2(double %x) 49 %call3 = call fast double @log(double %call2) 54 ; CHECK-NEXT: %call2 = call double @exp2(double %x) 55 ; CHECK-NEXT: %call3 = call fast double @log(double %call2)
|
D | log-pow-nofastmath.ll | 17 %call2 = call double @exp2(double %x) 18 %call3 = call double @log(double %call2) 23 ; CHECK: %call2 = call double @exp2(double %x) 24 ; CHECK: %call3 = call double @log(double %call2)
|
D | memset-1.ll | 21 %call2 = call i8* @memset(i8* %call1, i32 0, i32 %size) #1 22 ret i8* %call2 39 %call2 = tail call i8* @memset(i8* nonnull %call, i32 0, i32 %size) #1
|
/external/llvm/test/CodeGen/X86/ |
D | x86-64-psub.ll | 14 %call2 = tail call { i64, double } @getSecondParam() 15 %1 = extractvalue { i64, double } %call2, 0 42 %call2 = tail call { i64, double } @getSecondParam() 43 %1 = extractvalue { i64, double } %call2, 0 71 %call2 = tail call { i64, double } @getSecondParam() 72 %1 = extractvalue { i64, double } %call2, 0 99 %call2 = tail call { i64, double } @getSecondParam() 100 %1 = extractvalue { i64, double } %call2, 0 127 %call2 = tail call { i64, double } @getSecondParam() 128 %1 = extractvalue { i64, double } %call2, 0 [all …]
|
D | code_placement_cold_loop_blocks.ll | 32 %call2 = call zeroext i1 @a() 33 br i1 %call2, label %header, label %end, !prof !5 71 %call2 = call zeroext i1 @a() 72 br i1 %call2, label %header2, label %header, !prof !3 103 %call2 = call zeroext i1 @a() 104 br i1 %call2, label %header2, label %header, !prof !5
|
D | code_placement_ignore_succ_in_inner_loop.ll | 21 %call2 = call zeroext i1 @a() 22 br i1 %call2, label %if.then.1, label %while.cond 63 %call2 = call zeroext i1 @a() 64 br i1 %call2, label %while.body, label %if.end, !prof !2 103 %call2 = call zeroext i1 @a() 104 br i1 %call2, label %if.cond, label %if.end.2, !prof !2
|
D | code_placement_loop_rotation.ll | 32 %call2 = call zeroext i1 @a() 33 br i1 %call2, label %header, label %end 66 %call2 = call zeroext i1 @a() 67 br i1 %call2, label %header, label %end
|
D | code_placement_loop_rotation2.ll | 42 %call2 = call zeroext i1 @a() 43 br i1 %call2, label %header2, label %if.end 96 %call2 = call zeroext i1 @a() 97 br i1 %call2, label %header2, label %if.end
|
D | branchfolding-catchpads.ll | 18 %call2 = invoke i16 @f() 36 %retval = phi i16 [ %call1, %if.then ], [ %call2, %if.else ] 60 %call2 = invoke i16 @f() 82 %retval = phi i16 [ %call1, %if.then ], [ %call2, %if.else ], [ -1, %catch.2 ], [ -1, %catch.3 ]
|
/external/llvm/test/CodeGen/Hexagon/ |
D | BranchPredict.ll | 23 %call2 = tail call i32 bitcast (i32 (...)* @foobar to i32 (i32)*)(i32 4) nounwind 27 %retval.0 = phi i32 [ %call, %if.then ], [ %call2, %if.else ] 45 %call2 = tail call i32 bitcast (i32 (...)* @foobar to i32 (i32)*)(i32 4) nounwind 49 %retval.0 = phi i32 [ %call, %if.then ], [ %call2, %if.else ] 67 %call2 = tail call i32 bitcast (i32 (...)* @foobar to i32 (i32)*)(i32 %add1) nounwind 71 %retval.0 = phi i32 [ %call, %if.then ], [ %call2, %if.else ]
|
/external/swiftshader/third_party/LLVM/test/Transforms/IPConstantProp/ |
D | user-with-multiple-uses.ll | 9 ; CHECK-NEXT: %call2 = tail call i32 @wwrite(i64 0) nounwind 14 %call2 = tail call i32 @wwrite(i64 0) nounwind 15 ret i32 %call2
|
/external/llvm/test/Transforms/IPConstantProp/ |
D | user-with-multiple-uses.ll | 9 ; CHECK-NEXT: %call2 = tail call i32 @wwrite(i64 0) [[NUW:#[0-9]+]] 14 %call2 = tail call i32 @wwrite(i64 0) nounwind 15 ret i32 %call2
|
D | PR16052.ll | 10 %call2 = call i64 @fn1(i64 %div) 11 ret i64 %call2
|
/external/mockito/src/test/java/org/mockitousage/stubbing/ |
D | StubbingWithCustomAnswerTest.java | 81 RecordCall call2 = new RecordCall(); in shouldAnswerVoidMethodConsecutively() local 85 .doAnswer(call2) in shouldAnswerVoidMethodConsecutively() 90 assertFalse(call2.isCalled()); in shouldAnswerVoidMethodConsecutively() 99 assertTrue(call2.isCalled()); in shouldAnswerVoidMethodConsecutively()
|
/external/llvm/test/DebugInfo/X86/ |
D | dbg-const.ll | 6 ; %call2 = @bar() 10 ; hoists the second dbg.value above %call2, which then appears to 23 %call2 = tail call i32 @bar(), !dbg !11 24 %add = add nsw i32 %call2, %call, !dbg !12
|
/external/llvm/test/CodeGen/ARM/ |
D | returned-ext.ll | 27 %call2 = tail call i32 @identity32(i32 %b) 61 %call2 = tail call i32 @identity32(i32 %b) 81 %call2 = tail call i32 @identity32(i32 %b) 101 %call2 = tail call i32 @identity32(i32 %b) 129 %call2 = tail call i32 @identity32(i32 %b) 154 %call2 = tail call i32 @identity32(i32 %b) 176 %call2 = tail call i32 @identity32(i32 %b)
|
/external/compiler-rt/test/asan/TestCases/ |
D | deep_tail_call.cc | 13 void __attribute__((noinline)) call2(int i) { call3(i); } in call2() function 15 void __attribute__((noinline)) call1(int i) { call2(i); } in call1()
|
/external/llvm/test/Transforms/SLPVectorizer/X86/ |
D | intrinsic.ll | 59 %call2 = tail call float @llvm.copysign.f32(float %4, float %5) nounwind readnone 61 store float %call2, float* %c2, align 4 88 %call2 = tail call i32 @llvm.bswap.i32(i32 %add2) nounwind readnone 106 store i32 %call2, i32* %arrayidx8, align 4 135 %call2 = tail call i32 @llvm.ctlz.i32(i32 %add2,i1 true) nounwind readnone 153 store i32 %call2, i32* %arrayidx8, align 4 180 %call2 = tail call i32 @llvm.ctlz.i32(i32 %add2,i1 false) nounwind readnone 198 store i32 %call2, i32* %arrayidx8, align 4 225 %call2 = tail call i32 @llvm.cttz.i32(i32 %add2,i1 true) nounwind readnone 243 store i32 %call2, i32* %arrayidx8, align 4 [all …]
|
/external/llvm/test/CodeGen/PowerPC/ |
D | merge-st-chain-op.ll | 15 %call2 = call noalias i8* @_Znwm() #3 16 %ref_cnt.i.i = bitcast i8* %call2 to i32* 18 %IgnoreWarnings.i = getelementptr inbounds i8, i8* %call2, i64 4
|
/external/spirv-llvm/test/SPIRV/transcoding/ |
D | OpImageSampleExplicitLod.ll | 24 …%call2.tmp1 = call spir_func <2 x i32> @_Z13get_image_dim16ocl_image2ddepth(%opencl.image2d_depth_… 25 %call2.old = extractelement <2 x i32> %call2.tmp1, i32 0 26 %mul = mul i32 %call1, %call2.old
|
/external/libcxxabi/test/ |
D | backtrace_test.pass.cpp | 39 void call2(size_t* ntraced, bool do_throw) { in call2() function 49 call2(ntraced, do_throw); in call1()
|
/external/llvm/test/CodeGen/AArch64/ |
D | arm64-this-return.ll | 27 %call2 = tail call %struct.B* @B_ctor_base(%struct.B* %1, i32 %x) 41 %call2 = tail call %struct.B* @B_ctor_base_nothisret(%struct.B* %1, i32 %x) 70 %call2 = tail call %struct.B* @B_ctor_complete(%struct.B* %b, i32 %x) 81 %call2 = tail call %struct.B* @B_ctor_complete(%struct.B* %b2, i32 %x)
|
/external/llvm/test/Transforms/SimplifyCFG/ |
D | invoke_unwind.ll | 43 ; CHECK: %call2 = call i64 @dummy2() 52 %call2 = invoke i64 @dummy2() 56 %c = phi i64 [%call1, %br1], [%call2, %br2]
|
/external/llvm/test/Transforms/PGOProfile/ |
D | icp_covariant_invoke_return.ll | 43 ; ICAll-PROM: %call2 = invoke %struct.Base* %tmp3(%struct.B* %tmp1) 48 %call2 = invoke %struct.Base* %tmp3(%struct.B* %tmp1) 52 ; ICAll-PROM: [[PHI_RET:%[0-9]+]] = phi %struct.Base* [ %call2, %if.false.orig_indirect ], [ [[DIR… 54 %isnull = icmp eq %struct.Base* %call2, null 58 %tmp4 = bitcast %struct.Base* %call2 to i8*
|
/external/llvm/test/CodeGen/NVPTX/ |
D | zeroext-32bit.ll | 22 tail call void @call2(i32 zeroext 0) 26 declare void @call2(i32 zeroext)
|