HomeSort by relevance Sort by last modified time
    Searched defs:callee2 (Results 1 - 5 of 5) sorted by null

  /external/llvm/test/MC/PowerPC/
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/compiler-rt/test/profile/Linux/
instrprof-merge-vp.c 26 void callee2() {} function
30 FP Fps[3] = {callee1, callee2, callee3};
103 // FOO-NEXT: [ 0, callee2, 6 ]
106 // FOO-NEXT: [ 1, callee2, 3 ]
111 // BAR-NEXT: [ 0, callee2, 0 ]
  /external/compiler-rt/test/profile/
instrprof-value-prof-2.c 27 void callee2() {} function
41 callee2Ptr = callee2;
55 func == callee1 || func == callee2 || func == main)
88 // CHECK-2-NEXT: [ 0, callee2, 1 ]
90 // CHECK-2-NEXT: [ 1, callee2, 1 ]
92 // CHECK-2-NEXT: [ 2, callee2, 2 ]
94 // CHECK-2-NEXT: [ 3, callee2, 2 ]
96 // CHECK-2-NEXT: [ 4, callee2, 3 ]
98 // CHECK-2-NEXT: [ 5, callee2, 3 ]
100 // CHECK-2-NEXT: [ 6, callee2, 4
    [all...]
  /external/tensorflow/tensorflow/compiler/xla/service/
hlo_subcomputation_unification_test.cc 74 auto callee2 = local
82 HloInstruction::CreateCall(r0s32_, {constant}, callee2));
111 auto callee2 = local
121 HloInstruction::CreateCall(r0s32_, {constant1, constant2}, callee2));
151 auto callee2 = local
161 HloInstruction::CreateCall(r1s32_3_, {param2, param2}, callee2));
  /external/llvm/unittests/ProfileData/
InstrProfTest.cpp 208 static const char callee2[] = "callee2"; member in namespace:__anon28374
217 InstrProfRecord Record3("callee2", 0x1235, {3, 4});
223 {(uint64_t)callee1, 1}, {(uint64_t)callee2, 2}, {(uint64_t)callee3, 3}};
227 InstrProfValueData VD2[] = {{(uint64_t)callee1, 1}, {(uint64_t)callee2, 2}};
257 ASSERT_EQ(StringRef((const char *)VD[1].Value, 7), StringRef("callee2"));
360 InstrProfRecord Record3("callee2", 0x1235, {3, 4});
366 {(uint64_t)callee1, 1}, {(uint64_t)callee2, 2}, {(uint64_t)callee3, 3}};
370 InstrProfValueData VD2[] = {{(uint64_t)callee1, 1}, {(uint64_t)callee2, 2}};
399 ASSERT_EQ(StringRef((const char *)VD[1].Value, 7), StringRef("callee2"));
    [all...]

Completed in 366 milliseconds