Home
last modified time | relevance | path

Searched refs:callee2 (Results 1 – 25 of 33) sorted by relevance

12

/external/llvm/test/MC/PowerPC/
Dppc64-localentry.s16 .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/
Dinline-cold-callee.ll16 define i32 @callee2(i32 %x) !prof !22 {
17 ; CHECK-LABEL: @callee2(
27 ; CHECK: call i32 @callee2
30 %y2 = call i32 @callee2(i32 %y1)
Dinline-hot-callee.ll16 define i32 @callee2(i32 %x) !prof !22 {
17 ; CHECK-LABEL: @callee2(
27 ; CHECK: call i32 @callee2
30 %y2 = call i32 @callee2(i32 %y1)
Dinline-hot-callsite.ll16 define i32 @callee2(i32 %x) {
17 ; CHECK-LABEL: @callee2(
27 ; CHECK: call i32 @callee2
30 %y2 = call i32 @callee2(i32 %y1), !prof !22
Dcrash-lifetime-marker.ll7 declare i32 @callee2(i8*)
11 %call0 = call i32 @callee2(i8* %a0)
18 ; CHECK: call i32 @callee2(i8* [[ALLOCA]])
Darray-alloca.ll10 define void @callee2(i32 %M) {
28 ; CHECK: call void @callee2
29 call void @callee2(i32 4096)
Dinline_prune.ll17 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/
Dinstrprof-value-prof-2.c27 void callee2() {} in callee2() function
41 callee2Ptr = callee2; in setFunctionPointers()
55 func == callee1 || func == callee2 || func == main) in main()
/external/clang/test/CodeGen/
Dattr-no-tail.c19 int callee2(int);
32 return callee2(a); in foo0()
/external/llvm/test/CodeGen/X86/
Dpr27591.ll39 ; CHECK-NEXT: callq callee2
44 call void @callee2(i1 signext %tobool)
49 declare void @callee2(i1 signext)
Dfast-cc-pass-in-regs.ll17 declare x86_thiscallcc i64 @callee2(i32)
20 %X = call x86_thiscallcc i64 @callee2( i32 3 )
Dsse_partial_update.ll91 tail call void @callee2(float %conv, float %conv3) nounwind
95 declare void @callee2(float, float)
/external/llvm/unittests/ProfileData/
DInstrProfTest.cpp208 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/
Dfast-cc-pass-in-regs.ll17 declare x86_thiscallcc i64 @callee2(i32)
20 %X = call x86_thiscallcc i64 @callee2( i32 3 )
/external/compiler-rt/test/profile/Linux/
Dinstrprof-merge-vp.c26 void callee2() {} in callee2() function
30 FP Fps[3] = {callee1, callee2, callee3};
/external/llvm/test/DebugInfo/Generic/
Dinline-no-debug-info.ll5 ; __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/
Dinline_prune.ll17 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/
Dppc64-byval-align.ll31 define i64 @callee2(%struct.pad* byval nocapture readnone %x, i32 signext %y, %struct.test* byval a…
37 ; CHECK-LABEL: @callee2
Dppc64-smallarg.ll40 define float @callee2(float %pad1, float %pad2, float %pad3, float %pad4, float %pad5, float %pad6,…
44 ; CHECK: @callee2
Dppc64le-smallarg.ll40 define float @callee2(float %pad1, float %pad2, float %pad3, float %pad4, float %pad5, float %pad6,…
44 ; CHECK: @callee2
/external/llvm/test/CodeGen/AArch64/
Dtailcall_misched_graph.ll10 …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/
Dcatch-undef-behavior.cpp486 void callee2(S2);
489 callee2(s21); in test2()
/external/swiftshader/third_party/LLVM/test/CodeGen/Mips/
Do32_cc_byval.ll31 call void @callee2(%struct.S2* byval @f1.s2) nounwind
40 declare void @callee2(%struct.S2* byval)
/external/llvm/test/CodeGen/Mips/
Do32_cc_byval.ll32 call void @callee2(%struct.S2* byval @f1.s2) nounwind
41 declare void @callee2(%struct.S2* byval)
Dtailcall.ll42 %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)

12