/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/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)
|
D | inline_prune.ll | 17 define internal i32 @callee2(i32 %A, i32 %B) { 41 %Y = call i32 @callee2( i32 10, i32 %A ) ; <i32> [#uses=1]
|
/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/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)
|
D | fast-cc-pass-in-regs.ll | 17 declare x86_thiscallcc i64 @callee2(i32) 20 %X = call x86_thiscallcc i64 @callee2( i32 3 )
|
D | sse_partial_update.ll | 91 tail call void @callee2(float %conv, float %conv3) nounwind 95 declare void @callee2(float, float)
|
/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/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 )
|
/external/compiler-rt/test/profile/Linux/ |
D | instrprof-merge-vp.c | 26 void callee2() {} in callee2() function 30 FP Fps[3] = {callee1, callee2, callee3};
|
/external/llvm/test/DebugInfo/Generic/ |
D | inline-no-debug-info.ll | 5 ; __attribute__((__always_inline__)) static void callee2() { b = 2; } 6 ; __attribute__((__nodebug__)) void callee() { a = 1; callee2(); } 64 !7 = distinct !DISubprogram(name: "callee2", line: 2, isLocal: true, isDefinition: true, virtualInd…
|
/external/swiftshader/third_party/LLVM/test/Transforms/Inline/ |
D | inline_prune.ll | 17 define internal i32 @callee2(i32 %A, i32 %B) { 41 %Y = call i32 @callee2( i32 10, i32 %A ) ; <i32> [#uses=1]
|
/external/llvm/test/CodeGen/PowerPC/ |
D | ppc64-byval-align.ll | 31 define i64 @callee2(%struct.pad* byval nocapture readnone %x, i32 signext %y, %struct.test* byval a… 37 ; CHECK-LABEL: @callee2
|
D | ppc64-smallarg.ll | 40 define float @callee2(float %pad1, float %pad2, float %pad3, float %pad4, float %pad5, float %pad6,… 44 ; CHECK: @callee2
|
D | ppc64le-smallarg.ll | 40 define float @callee2(float %pad1, float %pad2, float %pad3, float %pad4, float %pad5, float %pad6,… 44 ; CHECK: @callee2
|
/external/llvm/test/CodeGen/AArch64/ |
D | tailcall_misched_graph.ll | 10 …tail call void @callee2(i8* %a1, i8* %a2, i8* %a3, i8* %a4, i8* %a5, i8* %a6, i8* %a7, i8* %a8, i8… 14 declare void @callee2(i8*, i8*, i8*, i8*, i8*,
|
/external/clang/test/CodeGenCXX/ |
D | catch-undef-behavior.cpp | 486 void callee2(S2); 489 callee2(s21); in test2()
|
/external/swiftshader/third_party/LLVM/test/CodeGen/Mips/ |
D | o32_cc_byval.ll | 31 call void @callee2(%struct.S2* byval @f1.s2) nounwind 40 declare void @callee2(%struct.S2* byval)
|
/external/llvm/test/CodeGen/Mips/ |
D | o32_cc_byval.ll | 32 call void @callee2(%struct.S2* byval @f1.s2) nounwind 41 declare void @callee2(%struct.S2* byval)
|
D | tailcall.ll | 42 %call = tail call i32 @callee2(i32 1, i32 %a0, i32 %a1, i32 %a2, i32 %a3) nounwind 46 declare i32 @callee2(i32, i32, i32, i32, i32)
|