Home
last modified time | relevance | path

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

1234

/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/llvm-project/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
Ddirective-parse-err.s36 .type callee1, @function
37 callee1: label
41 .localentry callee1, .-callee1 $
43 .localentry callee1, .-callee1 # EOL COMMENT
/external/llvm-project/llvm/test/Transforms/Inline/
Dinline-incompat-attrs.ll3 ;; caller1/caller2/callee1/callee2 test functions with incompatible attributes
6 define i32 @callee1(i32 %x) {
25 ;; caller1 and callee1 don't have use-sample-profile attribute, so
26 ;; callee1 can be inlined into caller1.
29 ; CHECK-NOT: call i32 @callee1
31 %y3 = call i32 @callee1(i32 %y2)
38 ;; caller2 has use-sample-profile attribute but callee1 doesn't have,
39 ;; so callee1 won't be inlined into caller2.
42 ; CHECK: call i32 @callee1
44 %y3 = call i32 @callee1(i32 %y2)
Dinline-hot-callsite.ll13 define i32 @callee1(i32 %x) {
35 ; CHECK-NOT: call i32 @callee1
38 %y3 = call i32 @callee1(i32 %y2), !prof !21
47 ; CHECK-NOT: invoke i32 @callee1
52 %y3 = invoke i32 @callee1(i32 %y2) to label %exit unwind label %lpad, !prof !21
65 ; CHECK-NOT: invoke i32 @callee1
71 %y3 = invoke i32 @callee1(i32 %y2) to label %exit unwind label %lpad,
85 ; CHECK-NOT: invoke i32 @callee1
91 %y3 = invoke i32 @callee1(i32 %y2) to label %exit unwind label %lpad,
Dpartial-inline-incompat-attrs.ll3 define i32 @callee1(i32 %arg) {
34 ; CHECK-NOT: call i32 @callee1(
35 %tmp = tail call i32 @callee1(i32 %arg)
44 ; CHECK: call i32 @callee1(
45 %tmp = tail call i32 @callee1(i32 %arg)
Dinline-semantic-interposition.ll1 ; Check that @callee1 gets inlined while @callee2 is not, because of
6 define internal i32 @callee1(i32 %A) {
16 ; CHECK-NOT: call i32 @callee1(i32 %A)
17 %A1 = call i32 @callee1(i32 %A)
Dinline-cold-callsite-pgo.ll7 define i32 @callee1(i32 %x) !prof !21 {
22 ; CHECK-NOT: call i32 @callee1
24 %i = call i32 @callee1(i32 %n)
28 ; CHECK: call i32 @callee1
30 %j = call i32 @callee1(i32 %n)
Dinline-hot-callsite-2.ll9 define i32 @callee1(i32 %x) !prof !21 {
24 ; CHECK-NOT: call i32 @callee1
26 %i = call i32 @callee1(i32 %n)
30 ; CHECK: call i32 @callee1
32 %j = call i32 @callee1(i32 %n)
Ddebuginline-cost-delta.ll3 ; CHECK: Analyzing call of callee1... (caller:foo)
4 ; CHECK-NEXT: define i32 @callee1(i32 %x) {
16 %x = call i32 @callee1(i32 %y)
20 define i32 @callee1(i32 %x) {
Darray-alloca.ll5 define void @callee1(i32 %M) {
27 ; CHECK-NOT: call void @callee1
28 call void @callee1(i32 256)
/external/llvm-project/clang/test/Sema/
Darm-interrupt-attr.c22 void callee1();
25 callee1(); in caller1()
31callee1(); // expected-warning {{call to function without interrupt attribute could clobber interr… in caller2()
41 callee1(); in caller2()
/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-project/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-project/llvm/test/Transforms/TailCallElim/
Dnotail.ll4 ; CHECK: notail call void @callee1()
16 notail call void @callee1()
24 declare void @callee1()
/external/llvm-project/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/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/tensorflow/tensorflow/compiler/xla/service/
Dhlo_subcomputation_unification_test.cc71 auto callee1 = in TEST_F() local
79 HloInstruction::CreateCall(r0s32_, {constant}, callee1)); in TEST_F()
98 auto callee1 = in TEST_F() local
108 HloInstruction::CreateCall(r0s32_, {constant1, constant2}, callee1)); in TEST_F()
128 auto callee1 = in TEST_F() local
138 HloInstruction::CreateCall(r1s32_5_, {param1, param1}, callee1)); in TEST_F()
/external/llvm-project/compiler-rt/test/profile/
Dinstrprof-value-prof-2.c26 void callee1() {} in callee1() function
40 callee1Ptr = callee1; in setFunctionPointers()
55 func == callee1 || func == callee2 || func == main) in main()
/external/compiler-rt/test/profile/
Dinstrprof-value-prof-2.c26 void callee1() {} in callee1() function
40 callee1Ptr = callee1; in setFunctionPointers()
55 func == callee1 || func == callee2 || func == main) in main()
/external/llvm/test/Transforms/Inline/
Darray-alloca.ll4 define void @callee1(i32 %M) {
26 ; CHECK-NOT: call void @callee1
27 call void @callee1(i32 256)
/external/llvm-project/llvm/test/Transforms/MemCpyOpt/
Dcallslot_badaa.ll9 ; !1 = distinct !{!1, !2, !"callee1: %a"}
10 ; !2 = distinct !{!2, !"callee1"}
38 !4 = distinct !{!4, !5, !"callee1: %a"}
39 !5 = distinct !{!5, !"callee1"}
/external/llvm-project/clang/test/Frontend/
Dremarks-hotness.cpp16 int callee1() { in callee1() function
27 return callee1(); in caller1()
/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()

1234