/external/llvm-project/clang/test/Sema/ |
D | arm-interrupt-attr.c | 35 void (*callee3)(); variable 37 …callee3(); // expected-warning {{call to function without interrupt attribute could clobber interr… in caller3() 45 void (*callee3)(); variable 47 callee3(); in caller3()
|
/external/llvm/test/CodeGen/Mips/ |
D | call-optimization.ll | 10 ; 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()
|
D | o32_cc_byval.ll | 35 …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)
|
D | tailcall.ll | 55 …%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)
|
D | fastcc.ll | 387 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/llvm-project/clang/test/SemaCUDA/ |
D | deferred-oeverload.cu | 22 __host__ void callee3(); // dev-note{{candidate function not viable: call to __host__ function from… 23 __device__ void callee3(int); // dev-note{{candidate function not viable: requires 1 argument, but … 37 callee3(); in hf() 46 callee3(); // dev-error {{no matching function for call to 'callee3'}} in df()
|
/external/llvm-project/llvm/test/CodeGen/Mips/ |
D | call-optimization.ll | 10 ; 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()
|
D | o32_cc_byval.ll | 73 ; CHECK-NEXT: lw $25, %call16(callee3)($16) 88 …call void @callee3(float 2.100000e+01, %struct.S3* byval(%struct.S3) %agg.tmp10, %struct.S1* byval… 96 declare void @callee3(float, %struct.S3* byval(%struct.S3), %struct.S1* byval(%struct.S1))
|
D | fastcc.ll | 384 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/ |
D | array-alloca.ll | 16 define void @callee3(i128 %M) { 30 ; CHECK: call void @callee3 32 ; call void @callee3(i128 0x8000000000000000); 33 call void @callee3(i128 9223372036854775808);
|
D | inline_constprop.ll | 69 %x = call i32 @callee3(i32 42, i32 48) 73 define i32 @callee3(i32 %x, i32 %y) {
|
/external/llvm-project/llvm/test/Transforms/Inline/ |
D | array-alloca.ll | 17 define void @callee3(i128 %M) { 31 ; CHECK: call void @callee3 33 ; call void @callee3(i128 0x8000000000000000); 34 call void @callee3(i128 9223372036854775808);
|
D | ret_attr_update.ll | 84 define internal i8* @callee3(i8 *%p) alwaysinline { 97 %p = call dereferenceable_or_null(12) i8* @callee3(i8* %gep)
|
D | inline_constprop.ll | 70 %x = call i32 @callee3(i32 42, i32 48) 74 define i32 @callee3(i32 %x, i32 %y) {
|
/external/llvm-project/llvm/test/Transforms/SCCP/ |
D | ip-add-range-to-call.ll | 68 ; depend on the arguments, which cannot be tracked because @callee3 is passed 73 define internal noundef i32 @callee3(i32 %x) { 74 ; CHECK-LABEL: @callee3( 86 ; CHECK-NEXT: [[C1:%.*]] = call i32 @callee3(i32 9), !range [[RANGE_500_601:![0-9]+]] 87 ; CHECK-NEXT: [[C2:%.*]] = call i32 @callee3(i32 10), !range [[RANGE_500_601]] 88 ; CHECK-NEXT: call void @use_cb2(i32 (i32)* @callee3) 91 %c1 = call i32 @callee3(i32 9) 92 %c2 = call i32 @callee3(i32 10) 93 call void @use_cb2(i32 (i32)* @callee3)
|
/external/llvm-project/compiler-rt/test/profile/Linux/ |
D | instrprof-merge-vp.c | 27 void callee3() {} in callee3() function 30 FP Fps[3] = {callee1, callee2, callee3};
|
/external/compiler-rt/test/profile/Linux/ |
D | instrprof-merge-vp.c | 27 void callee3() {} in callee3() function 30 FP Fps[3] = {callee1, callee2, callee3};
|
/external/llvm-project/llvm/unittests/ProfileData/ |
D | InstrProfTest.cpp | 226 static const char callee3[] = "callee3"; variable 237 {(uint64_t)callee1, 1}, {(uint64_t)callee2, 2}, {(uint64_t)callee3, 3}}; in TEST_P() 377 {(uint64_t)callee1, 1}, {(uint64_t)callee2, 2}, {(uint64_t)callee3, 3}}; in TEST_P() 420 {(uint64_t)callee1, 1}, {(uint64_t)callee2, 2}, {(uint64_t)callee3, 3}}; in TEST_P() 470 {uint64_t(callee3), 3}, in TEST_P() 478 {uint64_t(callee1), 1}, {uint64_t(callee2), 2}, {uint64_t(callee3), 3}}; in TEST_P() 486 {uint64_t(callee3), 3}}; in TEST_P() 491 InstrProfValueData VD02[] = {{uint64_t(callee2), 5}, {uint64_t(callee3), 3}}; in TEST_P() 498 {uint64_t(callee2), 1}, {uint64_t(callee3), 3}, {uint64_t(callee4), 4}}; in TEST_P() 505 {uint64_t(callee3), 3}}; in TEST_P() [all …]
|
/external/llvm/unittests/ProfileData/ |
D | InstrProfTest.cpp | 209 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/llvm-project/llvm/test/CodeGen/AArch64/ |
D | sve-calling-convention-mixed.ll | 97 ; CHECK-NEXT: bl callee3 107 …%call = call float @callee3(float 1.000000e+00, float 2.000000e+00, <vscale x 8 x double> %2, <vsc… 192 declare float @callee3(float, float, <vscale x 8 x double>, <vscale x 6 x double>, <vscale x 2 x do…
|
/external/llvm-project/llvm/test/CodeGen/Mips/tailcall/ |
D | tailcall.ll | 91 …%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/llvm-project/llvm/test/CodeGen/PowerPC/ |
D | ppc64le-aggregates.ll | 290 define double @callee3([8 x float] %a, [5 x float] %b, double %c) { 294 ; CHECK-LABEL: @callee3
|
/external/llvm/test/CodeGen/PowerPC/ |
D | ppc64le-aggregates.ll | 291 define double @callee3([8 x float] %a, [5 x float] %b, double %c) { 295 ; CHECK-LABEL: @callee3
|
/external/tensorflow/tensorflow/compiler/mlir/xla/tests/ |
D | legalize-tf-communication.mlir | 413 // CHECK: func @callee3() 414 func @callee3() {
|