/external/swiftshader/src/OpenGL/compiler/ |
D | AnalyzeCallDepth.cpp | 47 for(size_t i = 0; i < callees.size(); i++) in addCallee() 49 if(callees[i] == callee) in addCallee() 55 callees.push_back(callee); in addCallee() 66 for(size_t i = 0; i < callees.size(); i++) in analyzeCallDepth() 69 switch(callees[i]->visit) in analyzeCallDepth() 75 calleeDepth = callees[i]->getLastDepth(); in analyzeCallDepth() 78 calleeDepth = callees[i]->analyzeCallDepth(analyzeCallDepth); in analyzeCallDepth() 81 UNREACHABLE(callees[i]->visit); in analyzeCallDepth()
|
D | AnalyzeCallDepth.h | 50 TVector<FunctionNode*> callees; variable
|
/external/mesa3d/src/compiler/glsl/ |
D | ir_function_detect_recursion.cpp | 149 exec_list callees; member in __anon48160c2a0111::function 214 this->current->callees.push_tail(node); in visit_enter() 255 if (f->callers.is_empty() || f->callees.is_empty()) { in remove_unlinked_functions() 258 destroy_links(& n->func->callees, f); in remove_unlinked_functions() 261 while (!f->callees.is_empty()) { in remove_unlinked_functions() 262 struct call_node *n = (struct call_node *) f->callees.pop_head(); in remove_unlinked_functions()
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/ExecutionEngine/RuntimeDyld/ARM/ |
D | MachO_Thumb_Relocations.s | 36 # callees have the low bit set on their addresses. 42 # Check that arm callees do not have the low bit set on their addresses. 55 # callees have the low bit set on their addresses.
|
/external/tensorflow/tensorflow/compiler/xla/service/ |
D | call_inliner.cc | 129 const auto& callees = call->called_computations(); in Inline() local 130 TF_RET_CHECK(callees.size() == 1); in Inline() 131 HloComputation* callee = callees[0]; in Inline()
|
D | call_graph_test.cc | 108 EXPECT_TRUE(node.callees().empty()); in TEST_F() 155 EXPECT_EQ(1, entry_node.callees().size()); in TEST_F() 164 EXPECT_TRUE(map_node.callees().empty()); in TEST_F() 189 EXPECT_EQ(1, entry_node.callees().size()); in TEST_F() 197 EXPECT_TRUE(called_node.callees().empty()); in TEST_F() 287 EXPECT_TRUE(true_node.callees().empty()); in TEST_F() 293 EXPECT_TRUE(false_node.callees().empty()); in TEST_F()
|
D | call_graph.cc | 261 for (const HloComputation* callee : node->callees()) { in SetNodeDepths() 326 for (const HloComputation* computation : node.callees()) { in VisitNodesInternal() 434 for (const HloComputation* callee : node.callees()) { in ToString()
|
D | call_graph.h | 111 const std::vector<HloComputation*>& callees() const { return callees_; } in callees() function
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/CalledValuePropagation/ |
D | simple-select.ll | 9 ; instruction, and attach !callees metadata to the call. Such metadata can 18 ; CHECK: call void %tmp0(), !callees ![[MD:[0-9]+]]
|
D | simple-memory.ll | 9 ; variable, and attach !callees metadata to the call. Such metadata can enable 17 ; CHECK: call void %tmp0(), !callees ![[MD:[0-9]+]]
|
D | simple-arguments.ll | 7 ; !callees metadata to the call. Such metadata can enable optimizations of this 17 ; CHECK: %tmp3 = call i1 %cmp(i64* %tmp1, i64* %tmp2), !callees ![[MD:[0-9]+]]
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/Inline/ |
D | function-count-update.ll | 3 ; This tests that the function count of two callees get correctly updated after 5 ; in the caller. The callees have the alwaysinline attribute and so they get
|
D | cgscc-update.ll | 128 ; because while it simplifies trivially dead CFGs when inlining callees it
|
/external/v8/tools/gcmole/ |
D | gcmole.cc | 166 CalleesSet* callees = callgraph_[name]; in EnterScope() local 168 if (callees == NULL) { in EnterScope() 169 callgraph_[name] = callees = new CalleesSet(); in EnterScope() 172 scopes_.push(callees); in EnterScope() 189 CalleesSet* callees = i->second; in PrintCallGraph() local 190 for (CalleesSet::const_iterator j = callees->begin(), e = callees->end(); in PrintCallGraph()
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/ThinLTO/X86/ |
D | callees-metadata.ll | 3 ; RUN: opt -module-summary %p/Inputs/callees-metadata.ll -o %t2.bc
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/ThinLTO/X86/Inputs/ |
D | callees-metadata.ll | 9 %call = tail call i32 %0(i32 %x), !callees !0
|
/external/llvm/test/tools/llvm-profdata/ |
D | inline-samples.test | 8 inlined callees.
|
D | gcc-gcov-sample-profile.test | 9 inlined callees.
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-profdata/ |
D | gcc-gcov-sample-profile.test | 9 inlined callees.
|
D | inline-samples.test | 8 inlined callees.
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/FunctionImport/ |
D | funcimport_resolved.ll | 21 ; First do a sanity check that all callees are imported with the default
|
/external/clang/docs/ |
D | SanitizerCoverage.rst | 226 pairs of lines (odd lines are callers, even lines are callees) 237 * Only the first 14 callees for every caller are recorded, the rest are silently
|
/external/swiftshader/third_party/llvm-7.0/llvm/docs/ |
D | TypeMetadata.rst | 11 callees for a given virtual call.
|
/external/llvm/docs/ |
D | TypeMetadata.rst | 11 callees for a given virtual call.
|
/external/python/cpython2/Doc/library/ |
D | framework.rst | 155 is not allowed within *our_dispatch* or its callees, since this may result in an
|