HomeSort by relevance Sort by last modified time
    Searched full:call2 (Results 1 - 25 of 108) sorted by null

1 2 3 4 5

  /dalvik/dx/tests/080-dex-exception-tables/
Blort.java 20 public static void call2() { } method in class:Blort
28 call2(); method
43 call2(); method
59 call2(); method
81 call2(); method
102 call2(); method
126 call2(); method
147 call2(); method
158 call2(); method
177 call2(); method
    [all...]
  /external/llvm/test/Transforms/IPConstantProp/
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
  /external/llvm/test/Transforms/InstCombine/
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)
log-pow.ll 26 %call2 = call double @exp2(double %x) #0
27 %call3 = call double @log(double %call2) #0
32 ; CHECK: %call2 = call double @exp2(double %x) #0
  /external/llvm/test/CodeGen/X86/
multiple-return-values-cross-block.ll 5 define void @call2(x86_fp80 *%P1, x86_fp80 *%P2) {
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
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
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
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 ]
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
  /external/compiler-rt/test/asan/TestCases/
deep_tail_call.cc 12 // CHECK: {{#2.*call2}}
13 void __attribute__((noinline)) call2(int i) { call3(i); } function
15 void __attribute__((noinline)) call1(int i) { call2(i); }
  /external/llvm/test/CodeGen/Hexagon/
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/llvm/test/CodeGen/PowerPC/
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/llvm/test/DebugInfo/X86/
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/Transforms/ConstantMerge/
2011-01-15-EitherOrder.ll 14 %call2 = tail call i32 @zed(%struct.foobar* @foo.d, %struct.foobar* @bar.d)
  /external/llvm/test/CodeGen/ARM/
ifconv-regmask.ll 23 %call2 = tail call i32 @func1()
27 %retval.0 = phi i32 [ %call2, %sw.bb1 ], [ %call, %sw.bb ], [ -1, %entry ]
  /external/llvm/test/Transforms/GlobalOpt/
cleanup-pointer-root-users.ll 26 %call2 = call i8* @strdup(i8* %txt)
27 store i8* %call2, i8** @glbl
  /external/llvm/test/Transforms/TailCallElim/
EraseBB.ll 20 %call2 = tail call i32 @test(i32 %v2)
24 %retval = phi i32 [ %call1, %if.then ], [ %call2, %if.else ]
  /external/llvm/test/Assembler/
unnamed-addr.ll 11 %call2 = tail call i32 @zed(%struct.foobar* @foo.d, %struct.foobar* @bar.d) nounwind
  /external/llvm/test/Linker/Inputs/
funcimport.ll 7 %call2 = call i32 (...) @referencecommon()
  /external/libcxxabi/test/
backtrace_test.pass.cpp 33 void call2(size_t* ntraced, bool do_throw) { function
42 call2(ntraced, do_throw);
  /external/llvm/test/CodeGen/Generic/
PBQP.ll 7 %call2 = tail call i32 (...) @baz()
22 %call17 = tail call i32 @bar(i32 %call, i32 %call1, i32 %call2, i32 %call3, i32 %call4, i32 %call5, i32 %call6, i32 %call7, i32 %call8, i32 %call9, i32 %call10, i32 %call11, i32 %call12, i32 %call13, i32 %call14, i32 %call15, i32 %call16)
  /external/llvm/test/Instrumentation/AddressSanitizer/
instrument-no-return.ll 20 define i32 @Call2(i8* nocapture %arg) uwtable sanitize_address {
23 ; CHECK: @Call2
  /external/llvm/test/Transforms/LoopStrengthReduce/
preserve-gep-loop-variant.ll 26 %call2 = tail call i64 @car() nounwind
27 %conv = trunc i64 %call2 to i8
  /ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/test/
backtrace_test.pass.cpp 33 void call2(size_t* ntraced, bool do_throw) { function
42 call2(ntraced, do_throw);

Completed in 633 milliseconds

1 2 3 4 5