HomeSort by relevance Sort by last modified time
    Searched full:call1 (Results 76 - 100 of 138) sorted by null

1 2 34 5 6

  /external/llvm/test/CodeGen/X86/
2010-06-15-FastAllocEarlyCLobber.ll 21 %call1 = call i32 (i8*, ...) @printf(i8* getelementptr inbounds ([23 x i8], [23 x i8]* @.str, i32 0, i32 0), i32 %tmp) ; <i32> [#uses=0]
fp-stack-2results.ll 29 define void @call1(x86_fp80 *%P1, x86_fp80 *%P2) {
ssp-data-layout.ll 107 %call1 = call i32 @get_scalar2()
108 store i32 %call1, i32* %y, align 4
251 %call1 = call i32 @get_scalar2()
252 store i32 %call1, i32* %y, align 4
383 %call1 = call i32 @get_scalar2()
384 store i32 %call1, i32* %y, align 4
463 %call1 = call signext i8 @get_large_char()
465 store i8 %call1, i8* %arrayidx, align 1
cleanuppad-inalloca.ll 24 %call1 = invoke x86_thiscallcc %struct.A* @"\01??0A@@QAE@XZ"(%struct.A* %1)
2011-01-24-DbgValue-Before-Use.ll 49 %call1 = tail call i32 @rand() nounwind optsize, !dbg !25
53 %cond = phi i32 [ %call1, %cond.true ], [ %call, %entry ], !dbg !25
  /external/llvm/test/DebugInfo/ARM/
prologue_end.ll 21 %call1 = call i32 @func(), !dbg !14
s-super-register.ll 24 %call1 = tail call float @_Z2f2v() optsize, !dbg !12
25 %cmp = fcmp olt float %inc, %call1, !dbg !12
  /external/llvm/test/CodeGen/ARM/
apcs-vfp.ll 134 %call1 = tail call arm_aapcs_vfpcc double @sin(double %x)
135 %mul = fmul double %call, %call1
debug-info-sreg2.ll 27 %call1 = tail call float @_Z2f2v() optsize, !dbg !12
28 %cmp = fcmp olt float %inc, %call1, !dbg !12
ssp-data-layout.ll 101 %call1 = call i32 @get_scalar2()
102 store i32 %call1, i32* %y, align 4
246 %call1 = call i32 @get_scalar2()
247 store i32 %call1, i32* %y, align 4
379 %call1 = call i32 @get_scalar2()
380 store i32 %call1, i32* %y, align 4
464 %call1 = call signext i8 @get_struct_large_char2()
467 store i8 %call1, i8* %arrayidx3, align 1
v7k-libcalls.ll 135 %call1 = tail call arm_aapcs_vfpcc double @sin(double %x)
136 %mul = fmul double %call, %call1
call-tc.ll 178 %call1 = tail call float @truncf(float %b)
179 ret float %call1
  /external/llvm/test/DebugInfo/X86/
dwarf-aranges-no-dwarf-labels.ll 46 %call1 = tail call i32 @_Z4foo2i(i32 1), !dbg !22
47 %add = add nsw i32 %call1, %call, !dbg !22
  /external/v8/test/mjsunit/
debug-stepin-function-call.js 67 function call1() { function
156 [call1, call2, call3, call4, apply1, apply2, apply3, apply4, bind1,
  /packages/apps/Dialer/InCallUI/src/com/android/incallui/
Call.java     [all...]
  /external/llvm/unittests/IR/
IRBuilderTest.cpp 400 auto Call1 = Builder.CreateCall(Callee, None);
401 EXPECT_EQ(DL1, Call1->getDebugLoc());
403 Call1->setDebugLoc(DL2);
404 Builder.SetInsertPoint(Call1->getParent(), Call1->getIterator());
  /external/llvm/test/Transforms/SCCP/
ipsccp-basic.ll 241 %call1 = call i64 @test11a()
242 %call2 = call i64 @llvm.ctpop.i64(i64 %call1)
245 ; CHECK: %[[call1:.*]] = call i64 @test11a()
  /external/llvm/test/CodeGen/PowerPC/
asym-regclass-copy.ll 27 %call1 = tail call noalias i8* @malloc(i64 %mul) #1
s000-alias-misched.ll 26 %call1 = tail call i64 @clock() nounwind
87 %sub = sub nsw i64 %call11, %call1
  /external/llvm/test/Linker/Inputs/
thinlto_funcimport_debug.ll 9 %call1 = tail call i32 @func2(i32 10) #2, !dbg !12
  /external/llvm/test/Transforms/FunctionImport/
funcimport.ll 19 %call1 = call i32 (...) @referenceglobals()
  /external/llvm/test/Transforms/IndVarSimplify/
sink-alloca.ll 54 %call1 = call i8* (...) @a(i8** %vla) nounwind
  /external/llvm/test/Transforms/Inline/
inline_minisize.ll 212 %call1 = call i32 @fct2(i32 %tmp1)
213 %add = add nsw i32 %call, %call1
229 %call1 = call i32 @fct2(i32 %tmp1)
230 %add = add nsw i32 %call, %call1
  /external/llvm/test/Transforms/SimplifyCFG/
volatile-phioper.ll 25 %call1 = tail call i32 (...) @Trace() #2
  /cts/tests/tests/telecom/src/android/telecom/cts/
BaseTelecomTestWithMockServices.java 426 void addConferenceCall(Call call1, Call call2) {
435 assertCallConferenceableList(call1, callConfList);
438 callConfList.add(call1);
441 call1.conference(call2);
460 void splitFromConferenceCall(Call call1) {
463 call1.splitFromConference();
    [all...]

Completed in 706 milliseconds

1 2 34 5 6