/external/llvm/test/MC/PowerPC/ |
D | ppc64-localentry.s | 7 .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/ |
D | attr-no-tail.c | 17 int callee1(int) __attribute__((not_tail_called)); 27 return callee1(a); in foo0() 29 FuncTy F = callee1; in foo0()
|
/external/llvm/test/Transforms/TailCallElim/ |
D | notail.ll | 4 ; CHECK: notail call void @callee1() 16 notail call void @callee1() 24 declare void @callee1()
|
/external/llvm/test/CodeGen/X86/ |
D | sibcall-6.ll | 7 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/ |
D | instrprof-value-prof-2.c | 20 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/ |
D | inline-hot-callee.ll | 8 define i32 @callee1(i32 %x) !prof !1 { 28 ; CHECK-NOT: call i32 @callee1 31 %y3 = call i32 @callee1(i32 %y2)
|
D | inline-cold-callee.ll | 8 define i32 @callee1(i32 %x) !prof !1 { 28 ; CHECK-NOT: call i32 @callee1 31 %y3 = call i32 @callee1(i32 %y2)
|
D | crash-lifetime-marker.ll | 9 define i32 @callee1(i32 %count) { 22 %call0 = call i32 @callee1(i32 0)
|
D | inline_prune.ll | 5 define internal i32 @callee1(i32 %A, i32 %B) { 40 %X = call i32 @callee1( i32 10, i32 %A ) ; <i32> [#uses=1]
|
D | inline_constprop.ll | 3 define internal i32 @callee1(i32 %A, i32 %B) { 12 %X = call i32 @callee1( i32 10, i32 3 )
|
/external/clang/test/Sema/ |
D | attr-notail.c | 5 int callee1() __attribute__((always_inline,not_tail_called)); // expected-error{{'always_inline' an… 9 return a ? callee0() : callee1(); in foo()
|
/external/llvm/test/Bitcode/ |
D | operand-bundles.ll | 4 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/ |
D | ppc64-byval-align.ll | 12 define signext i32 @callee1(i32 signext %x, %struct.test* byval align 16 nocapture readnone %y, i32… 16 ; CHECK-LABEL: @callee1
|
D | ppc64-smallarg.ll | 16 define void @callee1(%struct.small_arg* noalias nocapture sret %agg.result, %struct.large_arg* byva… 24 ; CHECK: @callee1
|
D | ppc64le-smallarg.ll | 16 define void @callee1(%struct.small_arg* noalias nocapture sret %agg.result, %struct.large_arg* byva… 24 ; CHECK: @callee1
|
D | structsinregs.ll | 59 …%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, %…
|
D | ppc64le-aggregates.ll | 209 define float @callee1([8 x float] %a, [8 x float] %b) { 214 ; CHECK-LABEL: @callee1
|
D | structsinmem.ll | 59 …%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/ |
D | catch-undef-behavior.cpp | 469 void callee1(S1); 472 callee1(s11); in test1()
|
/external/llvm/test/CodeGen/Mips/ |
D | o32_cc_byval.ll | 31 …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)
|
D | tailcall.ll | 28 %call = tail call i32 @callee1(i32 1, i32 1, i32 1, i32 %a0) nounwind 32 declare i32 @callee1(i32, i32, i32, i32)
|
D | fastcc.ll | 220 …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
|