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

  /external/clang/test/CodeGen/
attr-no-tail.c 11 // CHECK: %{{[a-z0-9]+}} = call i32 @callee2(i32 %
19 int callee2(int);
32 return callee2(a);
  /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/swiftshader/third_party/llvm-7.0/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/
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/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/tensorflow/tensorflow/compiler/xla/service/
hlo_subcomputation_unification_test.cc 73 auto callee2 = local
81 HloInstruction::CreateCall(r0s32_, {constant}, callee2));
100 auto callee2 = local
110 HloInstruction::CreateCall(r0s32_, {constant1, constant2}, callee2));
130 auto callee2 = local
140 HloInstruction::CreateCall(r1s32_3_, {param2, param2}, callee2));
  /external/clang/test/CodeGenCXX/
catch-undef-behavior.cpp 486 void callee2(S2);
489 callee2(s21);
  /external/llvm/unittests/ProfileData/
InstrProfTest.cpp 208 static const char callee2[] = "callee2"; member in namespace:__anon32091
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...]
  /external/swiftshader/third_party/llvm-7.0/llvm/unittests/ProfileData/
InstrProfTest.cpp 224 static const char callee2[] = "callee2"; member in namespace:__anon43382
236 {(uint64_t)callee1, 1}, {(uint64_t)callee2, 2}, {(uint64_t)callee3, 3}};
240 InstrProfValueData VD2[] = {{(uint64_t)callee1, 1}, {(uint64_t)callee2, 2}};
247 Writer.addRecord({"callee2", 0x1235, {3, 4}}, Err);
270 ASSERT_EQ(StringRef((const char *)VD[1].Value, 7), StringRef("callee2"));
376 {(uint64_t)callee1, 1}, {(uint64_t)callee2, 2}, {(uint64_t)callee3, 3}};
380 InstrProfValueData VD2[] = {{(uint64_t)callee1, 1}, {(uint64_t)callee2, 2}};
387 Writer.addRecord({"callee2", 0x1235, {3, 4}}, Err);
409 ASSERT_EQ(StringRef((const char *)VD[1].Value, 7), StringRef("callee2"));
    [all...]

Completed in 1575 milliseconds