Home
last modified time | relevance | path

Searched refs:callee1 (Results 1 – 22 of 22) sorted by relevance

/external/llvm/test/MC/PowerPC/
Dppc64-localentry.s7 .type callee1, @function
8 callee1: label
11 .localentry callee1, .-callee1
14 .size callee1, .-callee1
24 bl callee1
32 bl callee1
38 copy1 = callee1
49 # CHECK-NEXT: R_PPC64_REL24 callee1
53 # CHECK-NEXT: R_PPC64_REL24 callee1
59 # CHECK: Name: callee1
/external/clang/test/CodeGen/
Dattr-no-tail.c17 int callee1(int) __attribute__((not_tail_called));
27 return callee1(a); in foo0()
29 FuncTy F = callee1; in foo0()
/external/llvm/test/Transforms/TailCallElim/
Dnotail.ll4 ; CHECK: notail call void @callee1()
16 notail call void @callee1()
24 declare void @callee1()
/external/llvm/test/CodeGen/X86/
Dsibcall-6.ll7 declare void @callee1(i32 inreg, i32 inreg, i32 inreg)
10 ; CHECK: calll callee1@PLT
11 tail call void @callee1(i32 inreg 0, i32 inreg 0, i32 inreg 0) nounwind
/external/compiler-rt/test/profile/
Dinstrprof-value-prof-2.c20 void callee1() {} in callee1() function
40 func == callee1 || func == callee2 || func == main) in main()
52 __llvm_profile_instrument_target((uint64_t)&callee1, (void *)Data, S); in main()
/external/llvm/test/Transforms/Inline/
Dinline-hot-callee.ll8 define i32 @callee1(i32 %x) !prof !1 {
28 ; CHECK-NOT: call i32 @callee1
31 %y3 = call i32 @callee1(i32 %y2)
Dinline-cold-callee.ll8 define i32 @callee1(i32 %x) !prof !1 {
28 ; CHECK-NOT: call i32 @callee1
31 %y3 = call i32 @callee1(i32 %y2)
Dcrash-lifetime-marker.ll9 define i32 @callee1(i32 %count) {
22 %call0 = call i32 @callee1(i32 0)
Dinline_prune.ll5 define internal i32 @callee1(i32 %A, i32 %B) {
40 %X = call i32 @callee1( i32 10, i32 %A ) ; <i32> [#uses=1]
Dinline_constprop.ll3 define internal i32 @callee1(i32 %A, i32 %B) {
12 %X = call i32 @callee1( i32 10, i32 3 )
/external/clang/test/Sema/
Dattr-notail.c5 int callee1() __attribute__((always_inline,not_tail_called)); // expected-error{{'always_inline' an…
9 return a ? callee0() : callee1(); in foo()
/external/llvm/test/Bitcode/
Doperand-bundles.ll4 declare void @callee1(i32,i32)
54 …call void @callee1(i32 10, i32 %x) [ "foo"(i32 42, i64 100, i32 %x), "foo"(i32 42, float 0.000000…
55 ; CHECK: call void @callee1(i32 10, i32 %x) [ "foo"(i32 42, i64 100, i32 %x), "foo"(i32 42, float …
143 …invoke void @callee1(i32 10, i32 %x) [ "foo"(i32 42, i64 100, i32 %x), "foo"(i32 42, float 0.0000…
145 ; CHECK: invoke void @callee1(i32 10, i32 %x) [ "foo"(i32 42, i64 100, i32 %x), "foo"(i32 42, float…
/external/llvm/test/CodeGen/PowerPC/
Dppc64-byval-align.ll12 define signext i32 @callee1(i32 signext %x, %struct.test* byval align 16 nocapture readnone %y, i32…
16 ; CHECK-LABEL: @callee1
Dppc64-smallarg.ll16 define void @callee1(%struct.small_arg* noalias nocapture sret %agg.result, %struct.large_arg* byva…
24 ; CHECK: @callee1
Dppc64le-smallarg.ll16 define void @callee1(%struct.small_arg* noalias nocapture sret %agg.result, %struct.large_arg* byva…
24 ; CHECK: @callee1
Dstructsinregs.ll59 …%call = call i32 @callee1(%struct.s1* byval %p1, %struct.s2* byval %p2, %struct.s3* byval %p3, %st…
73 define internal i32 @callee1(%struct.s1* byval %v1, %struct.s2* byval %v2, %struct.s3* byval %v3, %…
Dppc64le-aggregates.ll209 define float @callee1([8 x float] %a, [8 x float] %b) {
214 ; CHECK-LABEL: @callee1
Dstructsinmem.ll59 …%call = call i32 @callee1(i32 0, i32 0, i32 0, i32 0, i32 0, i32 0, i32 0, i32 0, %struct.s1* byva…
73 define internal i32 @callee1(i32 %z1, i32 %z2, i32 %z3, i32 %z4, i32 %z5, i32 %z6, i32 %z7, i32 %z8…
/external/clang/test/CodeGenCXX/
Dcatch-undef-behavior.cpp469 void callee1(S1);
472 callee1(s11); in test1()
/external/llvm/test/CodeGen/Mips/
Do32_cc_byval.ll31 …call void @callee1(float 2.000000e+01, %struct.S1* byval bitcast (%0* @f1.s1 to %struct.S1*)) noun…
39 declare void @callee1(float, %struct.S1* byval)
Dtailcall.ll28 %call = tail call i32 @callee1(i32 1, i32 1, i32 1, i32 %a0) nounwind
32 declare i32 @callee1(i32, i32, i32, i32)
Dfastcc.ll220 …tail call fastcc void @callee1(float %0, float %1, float %2, float %3, float %4, float %5, float %…
224 define internal fastcc void @callee1(float %a0, float %a1, float %a2, float %a3, float %a4, float %…
226 ; CHECK: callee1