Home
last modified time | relevance | path

Searched refs:callee3 (Results 1 – 21 of 21) sorted by relevance

/external/llvm/test/CodeGen/Mips/
Dcall-optimization.ll10 ; O32-DAG: lw $25, %call16(callee3)
14 ; O32: lw $25, %call16(callee3)
18 ; O32: lw $25, %call16(callee3)
23 ; O32-LOADTGT-DAG: lw $25, %call16(callee3)
37 tail call void @callee3()
38 tail call void @callee3()
45 tail call void @callee3()
53 declare void @callee3()
Do32_cc_byval.ll35 …call void @callee3(float 2.100000e+01, %struct.S3* byval %agg.tmp10, %struct.S1* byval bitcast (%0…
43 declare void @callee3(float, %struct.S3* byval, %struct.S1* byval)
Dtailcall.ll55 …%call = tail call i32 @callee3(i32 1, i32 1, i32 1, i32 %a0, i32 %a1, i32 %a2, i32 %a3, i32 %a4) n…
59 declare i32 @callee3(i32, i32, i32, i32, i32, i32, i32, i32)
Dfastcc.ll387 tail call fastcc void @callee3(double %0, double %1, double %2, double %3,
393 define fastcc void @callee3(double %a0, double %a1, double %a2, double %a3,
398 ; FP64-NOODDSPREG-LABEL: callee3:
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/Mips/
Dcall-optimization.ll10 ; O32-DAG: lw $25, %call16(callee3)
14 ; O32: lw $25, %call16(callee3)
18 ; O32: lw $25, %call16(callee3)
23 ; O32-LOADTGT-DAG: lw $25, %call16(callee3)
37 tail call void @callee3()
38 tail call void @callee3()
45 tail call void @callee3()
53 declare void @callee3()
Do32_cc_byval.ll72 ; CHECK-NEXT: lw $25, %call16(callee3)($16)
87 …call void @callee3(float 2.100000e+01, %struct.S3* byval %agg.tmp10, %struct.S1* byval bitcast (%0…
95 declare void @callee3(float, %struct.S3* byval, %struct.S1* byval)
Dfastcc.ll384 tail call fastcc void @callee3(double %0, double %1, double %2, double %3,
390 define fastcc void @callee3(double %a0, double %a1, double %a2, double %a3,
395 ; FP64-NOODDSPREG-LABEL: callee3:
/external/llvm/test/Transforms/Inline/
Darray-alloca.ll16 define void @callee3(i128 %M) {
30 ; CHECK: call void @callee3
32 ; call void @callee3(i128 0x8000000000000000);
33 call void @callee3(i128 9223372036854775808);
Dinline_constprop.ll69 %x = call i32 @callee3(i32 42, i32 48)
73 define i32 @callee3(i32 %x, i32 %y) {
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/Inline/
Darray-alloca.ll17 define void @callee3(i128 %M) {
31 ; CHECK: call void @callee3
33 ; call void @callee3(i128 0x8000000000000000);
34 call void @callee3(i128 9223372036854775808);
Dinline_constprop.ll70 %x = call i32 @callee3(i32 42, i32 48)
74 define i32 @callee3(i32 %x, i32 %y) {
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/ProfileData/
DInstrProfTest.cpp225 static const char callee3[] = "callee3"; variable
236 {(uint64_t)callee1, 1}, {(uint64_t)callee2, 2}, {(uint64_t)callee3, 3}}; in TEST_P()
376 {(uint64_t)callee1, 1}, {(uint64_t)callee2, 2}, {(uint64_t)callee3, 3}}; in TEST_P()
419 {(uint64_t)callee1, 1}, {(uint64_t)callee2, 2}, {(uint64_t)callee3, 3}}; in TEST_P()
469 {uint64_t(callee3), 3}, in TEST_P()
477 {uint64_t(callee1), 1}, {uint64_t(callee2), 2}, {uint64_t(callee3), 3}}; in TEST_P()
485 {uint64_t(callee3), 3}}; in TEST_P()
490 InstrProfValueData VD02[] = {{uint64_t(callee2), 5}, {uint64_t(callee3), 3}}; in TEST_P()
497 {uint64_t(callee2), 1}, {uint64_t(callee3), 3}, {uint64_t(callee4), 4}}; in TEST_P()
504 {uint64_t(callee3), 3}}; in TEST_P()
[all …]
/external/llvm/unittests/ProfileData/
DInstrProfTest.cpp209 static const char callee3[] = "callee3"; variable
223 {(uint64_t)callee1, 1}, {(uint64_t)callee2, 2}, {(uint64_t)callee3, 3}}; in TEST_P()
366 {(uint64_t)callee1, 1}, {(uint64_t)callee2, 2}, {(uint64_t)callee3, 3}}; in TEST_P()
412 {(uint64_t)callee1, 1}, {(uint64_t)callee2, 2}, {(uint64_t)callee3, 3}}; in TEST_P()
459 InstrProfRecord Record4(callee3, 0x1235, {3, 4}); in TEST_P()
460 InstrProfRecord Record5(callee3, 0x1235, {3, 4}); in TEST_P()
467 {uint64_t(callee3), 3}, in TEST_P()
475 {uint64_t(callee1), 1}, {uint64_t(callee2), 2}, {uint64_t(callee3), 3}}; in TEST_P()
483 {uint64_t(callee3), 3}}; in TEST_P()
488 InstrProfValueData VD02[] = {{uint64_t(callee2), 5}, {uint64_t(callee3), 3}}; in TEST_P()
[all …]
/external/compiler-rt/test/profile/Linux/
Dinstrprof-merge-vp.c27 void callee3() {} in callee3() function
30 FP Fps[3] = {callee1, callee2, callee3};
/external/swiftshader/third_party/LLVM/test/CodeGen/Mips/
Do32_cc_byval.ll34 …call void @callee3(float 2.100000e+01, %struct.S3* byval %agg.tmp10, %struct.S1* byval bitcast (%0…
42 declare void @callee3(float, %struct.S3* byval, %struct.S1* byval)
/external/llvm/test/CodeGen/PowerPC/
Dppc64le-aggregates.ll291 define double @callee3([8 x float] %a, [5 x float] %b, double %c) {
295 ; CHECK-LABEL: @callee3
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/Mips/tailcall/
Dtailcall.ll91 …%call = tail call i32 @callee3(i32 1, i32 1, i32 1, i32 %a0, i32 %a1, i32 %a2, i32 %a3, i32 %a4) n…
95 declare i32 @callee3(i32, i32, i32, i32, i32, i32, i32, i32)
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/PowerPC/
Dppc64le-aggregates.ll292 define double @callee3([8 x float] %a, [5 x float] %b, double %c) {
296 ; CHECK-LABEL: @callee3
/external/toolchain-utils/dejagnu/gdb_baseline/
Dx86_64-cros-linux-gnu6507 PASS: gdb.base/restore.exp: caller1 calls callee3; tbreak callee
6508 PASS: gdb.base/restore.exp: caller1 calls callee3; continue to callee
6509 PASS: gdb.base/restore.exp: caller1 calls callee3; return callee now
6510 PASS: gdb.base/restore.exp: caller1 calls callee3; return restored l1 to 32492
6531 PASS: gdb.base/restore.exp: caller2 calls callee3; tbreak callee
6532 PASS: gdb.base/restore.exp: caller2 calls callee3; continue to callee
6533 PASS: gdb.base/restore.exp: caller2 calls callee3; return callee now
6534 PASS: gdb.base/restore.exp: caller2 calls callee3; return restored l1 to 32492
6535 PASS: gdb.base/restore.exp: caller2 calls callee3; return restored l2 to 32493
6560 PASS: gdb.base/restore.exp: caller3 calls callee3; tbreak callee
[all …]
Di686-pc-linux-gnu6272 PASS: gdb.base/restore.exp: caller1 calls callee3; tbreak callee
6273 PASS: gdb.base/restore.exp: caller1 calls callee3; continue to callee
6274 PASS: gdb.base/restore.exp: caller1 calls callee3; return callee now
6275 PASS: gdb.base/restore.exp: caller1 calls callee3; return restored l1 to 32492
6296 PASS: gdb.base/restore.exp: caller2 calls callee3; tbreak callee
6297 PASS: gdb.base/restore.exp: caller2 calls callee3; continue to callee
6298 PASS: gdb.base/restore.exp: caller2 calls callee3; return callee now
6299 FAIL: gdb.base/restore.exp: caller2 calls callee3; return restored l1 to 32492
6300 PASS: gdb.base/restore.exp: caller2 calls callee3; return restored l2 to 32493
6325 PASS: gdb.base/restore.exp: caller3 calls callee3; tbreak callee
[all …]
Darmv7a-cros-linux-gnueabi6126 PASS: gdb.base/restore.exp: caller1 calls callee3; tbreak callee
6127 PASS: gdb.base/restore.exp: caller1 calls callee3; continue to callee
6128 PASS: gdb.base/restore.exp: caller1 calls callee3; return callee now
6129 PASS: gdb.base/restore.exp: caller1 calls callee3; return restored l1 to 32492
6150 PASS: gdb.base/restore.exp: caller2 calls callee3; tbreak callee
6151 PASS: gdb.base/restore.exp: caller2 calls callee3; continue to callee
6152 PASS: gdb.base/restore.exp: caller2 calls callee3; return callee now
6153 PASS: gdb.base/restore.exp: caller2 calls callee3; return restored l1 to 32492
6154 PASS: gdb.base/restore.exp: caller2 calls callee3; return restored l2 to 32493
6179 PASS: gdb.base/restore.exp: caller3 calls callee3; tbreak callee
[all …]