HomeSort by relevance Sort by last modified time
    Searched full:call2 (Results 26 - 44 of 44) sorted by null

12

  /external/llvm/test/Transforms/JumpThreading/
phi-eq.ll 119 %call2 = call %struct._GList* @g_list_first(%struct._GList* %5)
120 %data.i = getelementptr inbounds %struct._GList* %call2, i32 0, i32 0
131 %call.i = call %struct._GList* @g_list_remove_link(%struct._GList* %4, %struct._GList* %call2) nounwind
176 %call2.i = call noalias i8* @g_strdup(i8* %16) nounwind
178 store i8* %call2.i, i8** %strval.i9, align 8
indirectbr.ll 86 %call2 = call i32 (...)* @printf(i8* getelementptr inbounds ([4 x i8]* @.str, i64 0, i64 0), i64 ptrtoint (i8* blockaddress(@test3, %__here1) to i64)) nounwind noredzone
  /external/llvm/test/CodeGen/Mips/
mips16ex.ll 44 %call2 = invoke i32 (i8*, ...)* @printf(i8* getelementptr inbounds ([15 x i8]* @.str1, i32 0, i32 0), i32 %7)
hfptrcall.ll 75 %call2 = call double %2()
76 store double %call2, double* @xd, align 8
selnek.ll 86 %call2 = call i32 (i8*, ...)* @printf(i8* getelementptr inbounds ([5 x i8]* @.str, i32 0, i32 0), i32 %2) "target-cpu"="mips16" "target-features"="+mips16,+o32"
hf16_1.ll 31 %call2 = call float @sf_df(double %9)
  /external/llvm/test/Transforms/GVN/
pre-compare.ll 55 %call2 = tail call i32 @puts(i8* getelementptr inbounds ([7 x i8]* @.str2, i64 0, i64 0)) nounwind
  /packages/apps/InCallUI/src/com/android/incallui/
CallCardPresenter.java 231 private boolean areCallsSame(Call call1, Call call2) {
232 if (call1 == null && call2 == null) {
234 } else if (call1 == null || call2 == null) {
239 return call1.getCallId() == call2.getCallId();
  /external/llvm/test/Transforms/ObjCARC/
allocas.ll 379 %call2 = call i8* @returner1()
382 tail call i8* @objc_retain(i8* %call2)
383 store i8* %call2, i8** %keys.begin, align 8
458 %call2 = call i8* @returner1()
461 tail call i8* @objc_retain(i8* %call2)
462 store i8* %call2, i8** %keys.begin, align 8
  /external/llvm/test/Analysis/Profiling/
load-branch-weights-ifs.ll 114 %call2 = call i32 @func_const_false(i32 0)
load-branch-weights-loops.ll 178 %call2 = call i32 @func_while(i32 1000)
  /external/llvm/test/DebugInfo/SystemZ/
variable-loc.ll 50 %call2 = call i32 (i8*, ...)* @printf(i8* getelementptr inbounds ([13 x i8]* @.str, i32 0, i32 0), i32 %0), !dbg !27
  /external/llvm/test/DebugInfo/AArch64/
variable-loc.ll 64 %call2 = call i32 (i8*, ...)* @printf(i8* getelementptr inbounds ([13 x i8]* @.str, i32 0, i32 0), i32 %0), !dbg !27
  /external/chromium_org/chrome_frame/test/
html_util_unittests.cc 441 const char* call2 = http_utils::GetChromeFrameUserAgent(); local
443 EXPECT_EQ(call1, call2);
  /external/llvm/test/CodeGen/X86/
stack-protector.ll 49 %call2 = call i32 (i8*, ...)* @printf(i8* getelementptr inbounds ([4 x i8]* @.str, i32 0, i32 0), i8* %arraydecay1)
84 %call2 = call i32 (i8*, ...)* @printf(i8* getelementptr inbounds ([4 x i8]* @.str, i32 0, i32 0), i8* %arraydecay1)
115 %call2 = call i32 (i8*, ...)* @printf(i8* getelementptr inbounds ([4 x i8]* @.str, i32 0, i32 0), i8* %arraydecay1)
146 %call2 = call i32 (i8*, ...)* @printf(i8* getelementptr inbounds ([4 x i8]* @.str, i32 0, i32 0), i8* %arraydecay1)
309 %call2 = call i32 (i8*, ...)* @printf(i8* getelementptr inbounds ([4 x i8]* @.str, i32 0, i32 0), i8* %arraydecay1)
340 %call2 = call i32 (i8*, ...)* @printf(i8* getelementptr inbounds ([4 x i8]* @.str, i32 0, i32 0), i8* %arraydecay1)
371 %call2 = call i32 (i8*, ...)* @printf(i8* getelementptr inbounds ([4 x i8]* @.str, i32 0, i32 0), i8* %arraydecay1)
402 %call2 = call i32 (i8*, ...)* @printf(i8* getelementptr inbounds ([4 x i8]* @.str, i32 0, i32 0), i8* %arraydecay1)
999 %call2 = call i32 (i8*, ...)* @printf(i8* getelementptr inbounds ([4 x i8]* @.str, i32 0, i32 0), double* %y.1)
1028 %call2 = call i32 (i8*, ...)* @printf(i8* getelementptr inbounds ([4 x i8]* @.str, i32 0, i32 0), double* (…)
    [all...]
  /external/llvm/test/Transforms/LoopRotate/
multiple-exits.ll 67 %call2 = tail call i32 @bar(i32 1) nounwind
  /external/llvm/docs/CommandGuide/
FileCheck.rst 277 %call2 = tail call %struct.B* @B_ctor_base(%struct.B* %1, i32 %x)
  /external/valgrind/main/VEX/priv/
guest_arm_toIR.c 1213 IRExpr *call1, *call2, *res; local
    [all...]
  /external/elfutils/src/
readelf.c     [all...]

Completed in 676 milliseconds

12