Home
last modified time | relevance | path

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

123

/external/swiftshader/third_party/llvm-7.0/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/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-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
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)
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)
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_subcomputation_unification_test.cc73 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/
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.ll17 define i32 @callee2(i32 %x) !prof !22 {
18 ; CHECK-LABEL: @callee2(
28 ; CHECK: call i32 @callee2
31 %y2 = call i32 @callee2(i32 %y1)
Dinline-hot-callsite.ll22 define i32 @callee2(i32 %x) {
23 ; CHECK-LABEL: @callee2(
34 ; CHECK: call i32 @callee2
37 %y2 = call i32 @callee2(i32 %y1), !prof !22
Darray-alloca.ll11 define void @callee2(i32 %M) {
29 ; CHECK: call void @callee2
30 call void @callee2(i32 4096)
Dcrash-lifetime-marker.ll8 declare i32 @callee2(i8*)
12 %call0 = call i32 @callee2(i8* %a0)
19 ; CHECK: call i32 @callee2(i8* [[ALLOCA]])
Dinline_prune.ll18 define internal i32 @callee2(i32 %A, i32 %B) {
19 ; CHECK-NOT: @callee2
47 %Y = call i32 @callee2( i32 10, i32 %A )
Dfunction-count-update.ll24 ; 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/
Dtailcall_fastcc_ccc.ll6 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/
DPartialInlineDebug.ll34 ; 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/
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/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/
Dpr27591.ll32 ; CHECK-NEXT: callq callee2
37 call void @callee2(i1 signext %tobool)
42 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 )
/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)
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/ProfileData/
DInstrProfTest.cpp224 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/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 )

123