/external/llvm/test/MC/PowerPC/ |
D | ppc64-localentry.s | 16 .type callee2, @function 17 callee2: label 20 .size callee2, .-callee2 26 bl callee2 34 bl callee2 39 copy2 = callee2 51 # CHECK-NOT: R_PPC64_REL24 callee2 67 # CHECK: Name: callee2
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/PowerPC/ |
D | ppc64-localentry.s | 16 .type callee2, @function 17 callee2: label 20 .size callee2, .-callee2 26 bl callee2 34 bl callee2 39 copy2 = callee2 51 # CHECK-NOT: R_PPC64_REL24 callee2 67 # CHECK: Name: callee2
|
/external/llvm/test/Transforms/Inline/ |
D | inline-cold-callee.ll | 16 define i32 @callee2(i32 %x) !prof !22 { 17 ; CHECK-LABEL: @callee2( 27 ; CHECK: call i32 @callee2 30 %y2 = call i32 @callee2(i32 %y1)
|
D | inline-hot-callee.ll | 16 define i32 @callee2(i32 %x) !prof !22 { 17 ; CHECK-LABEL: @callee2( 27 ; CHECK: call i32 @callee2 30 %y2 = call i32 @callee2(i32 %y1)
|
D | inline-hot-callsite.ll | 16 define i32 @callee2(i32 %x) { 17 ; CHECK-LABEL: @callee2( 27 ; CHECK: call i32 @callee2 30 %y2 = call i32 @callee2(i32 %y1), !prof !22
|
D | crash-lifetime-marker.ll | 7 declare i32 @callee2(i8*) 11 %call0 = call i32 @callee2(i8* %a0) 18 ; CHECK: call i32 @callee2(i8* [[ALLOCA]])
|
D | array-alloca.ll | 10 define void @callee2(i32 %M) { 28 ; CHECK: call void @callee2 29 call void @callee2(i32 4096)
|
/external/tensorflow/tensorflow/compiler/xla/service/ |
D | hlo_subcomputation_unification_test.cc | 73 auto callee2 = in TEST_F() local 81 HloInstruction::CreateCall(r0s32_, {constant}, callee2)); in TEST_F() 100 auto callee2 = in TEST_F() local 110 HloInstruction::CreateCall(r0s32_, {constant1, constant2}, callee2)); in TEST_F() 130 auto callee2 = in TEST_F() local 140 HloInstruction::CreateCall(r1s32_3_, {param2, param2}, callee2)); in TEST_F()
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/Inline/ |
D | inline-cold-callee.ll | 16 define i32 @callee2(i32 %x) !prof !22 { 17 ; CHECK-LABEL: @callee2( 27 ; CHECK: call i32 @callee2 30 %y2 = call i32 @callee2(i32 %y1)
|
D | inline-hot-callee.ll | 17 define i32 @callee2(i32 %x) !prof !22 { 18 ; CHECK-LABEL: @callee2( 28 ; CHECK: call i32 @callee2 31 %y2 = call i32 @callee2(i32 %y1)
|
D | inline-hot-callsite.ll | 22 define i32 @callee2(i32 %x) { 23 ; CHECK-LABEL: @callee2( 34 ; CHECK: call i32 @callee2 37 %y2 = call i32 @callee2(i32 %y1), !prof !22
|
D | crash-lifetime-marker.ll | 8 declare i32 @callee2(i8*) 12 %call0 = call i32 @callee2(i8* %a0) 19 ; CHECK: call i32 @callee2(i8* [[ALLOCA]])
|
D | array-alloca.ll | 11 define void @callee2(i32 %M) { 29 ; CHECK: call void @callee2 30 call void @callee2(i32 4096)
|
D | inline_prune.ll | 18 define internal i32 @callee2(i32 %A, i32 %B) { 19 ; CHECK-NOT: @callee2 47 %Y = call i32 @callee2( i32 10, i32 %A )
|
D | function-count-update.ll | 24 ; CHECK: @callee2(i32 %n) #0 !prof [[COUNT2:![0-9]+]] 25 define i32 @callee2(i32 %n) #0 !prof !2 { 36 %j = call i32 @callee2(i32 %i)
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/Hexagon/ |
D | tailcall_fastcc_ccc.ll | 6 declare hidden void @callee2(i32, i32) #0 15 ; CHECK: jump callee2 18 tail call fastcc void @callee2(i32 %pp, i32 0)
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/CodeExtractor/ |
D | PartialInlineDebug.ll | 34 ; CHECK-LABEL: @callee2 36 define i32 @callee2(i32 %v) !dbg !18 { 56 ; CHECK-NEXT: call void @callee2.1_if.then(i32 %v, i32* %sub.loc.i), !dbg ![[DBG4:[0-9]+]] 59 %call = call i32 @callee2(i32 %v), !dbg !22 63 ; CHECK-LABEL: define internal void @callee2.1_if.then 99 !18 = distinct !DISubprogram(name: "callee2", scope: !1, file: !1, line: 8, type: !9, isLocal: fals…
|
/external/compiler-rt/test/profile/ |
D | instrprof-value-prof-2.c | 27 void callee2() {} in callee2() function 41 callee2Ptr = callee2; in setFunctionPointers() 55 func == callee1 || func == callee2 || func == main) in main()
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/ |
D | pr27591.ll | 32 ; CHECK-NEXT: callq callee2 37 call void @callee2(i1 signext %tobool) 42 declare void @callee2(i1 signext)
|
D | fast-cc-pass-in-regs.ll | 17 declare x86_thiscallcc i64 @callee2(i32) 20 %X = call x86_thiscallcc i64 @callee2( i32 3 )
|
/external/clang/test/CodeGen/ |
D | attr-no-tail.c | 19 int callee2(int); 32 return callee2(a); in foo0()
|
/external/llvm/test/CodeGen/X86/ |
D | pr27591.ll | 39 ; CHECK-NEXT: callq callee2 44 call void @callee2(i1 signext %tobool) 49 declare void @callee2(i1 signext)
|
/external/llvm/unittests/ProfileData/ |
D | InstrProfTest.cpp | 208 static const char callee2[] = "callee2"; variable 223 {(uint64_t)callee1, 1}, {(uint64_t)callee2, 2}, {(uint64_t)callee3, 3}}; in TEST_P() 227 InstrProfValueData VD2[] = {{(uint64_t)callee1, 1}, {(uint64_t)callee2, 2}}; in TEST_P() 366 {(uint64_t)callee1, 1}, {(uint64_t)callee2, 2}, {(uint64_t)callee3, 3}}; in TEST_P() 370 InstrProfValueData VD2[] = {{(uint64_t)callee1, 1}, {(uint64_t)callee2, 2}}; in TEST_P() 412 {(uint64_t)callee1, 1}, {(uint64_t)callee2, 2}, {(uint64_t)callee3, 3}}; in TEST_P() 416 InstrProfValueData VD2[] = {{(uint64_t)callee1, 1}, {(uint64_t)callee2, 2}}; in TEST_P() 458 InstrProfRecord Record3(callee2, 0x1235, {3, 4}); in TEST_P() 466 {uint64_t(callee2), 2}, in TEST_P() 475 {uint64_t(callee1), 1}, {uint64_t(callee2), 2}, {uint64_t(callee3), 3}}; in TEST_P() [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/ProfileData/ |
D | InstrProfTest.cpp | 224 static const char callee2[] = "callee2"; variable 236 {(uint64_t)callee1, 1}, {(uint64_t)callee2, 2}, {(uint64_t)callee3, 3}}; in TEST_P() 240 InstrProfValueData VD2[] = {{(uint64_t)callee1, 1}, {(uint64_t)callee2, 2}}; in TEST_P() 376 {(uint64_t)callee1, 1}, {(uint64_t)callee2, 2}, {(uint64_t)callee3, 3}}; in TEST_P() 380 InstrProfValueData VD2[] = {{(uint64_t)callee1, 1}, {(uint64_t)callee2, 2}}; in TEST_P() 419 {(uint64_t)callee1, 1}, {(uint64_t)callee2, 2}, {(uint64_t)callee3, 3}}; in TEST_P() 423 InstrProfValueData VD2[] = {{(uint64_t)callee1, 1}, {(uint64_t)callee2, 2}}; in TEST_P() 468 {uint64_t(callee2), 2}, in TEST_P() 477 {uint64_t(callee1), 1}, {uint64_t(callee2), 2}, {uint64_t(callee3), 3}}; in TEST_P() 484 {uint64_t(callee2), 2}, in TEST_P() [all …]
|
/external/swiftshader/third_party/LLVM/test/CodeGen/X86/ |
D | fast-cc-pass-in-regs.ll | 17 declare x86_thiscallcc i64 @callee2(i32) 20 %X = call x86_thiscallcc i64 @callee2( i32 3 )
|