Home
last modified time | relevance | path

Searched refs:callees (Results 1 – 25 of 39) sorted by relevance

12

/external/swiftshader/src/OpenGL/compiler/
DAnalyzeCallDepth.cpp47 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()
DAnalyzeCallDepth.h50 TVector<FunctionNode*> callees; variable
/external/mesa3d/src/compiler/glsl/
Dir_function_detect_recursion.cpp149 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/
DMachO_Thumb_Relocations.s36 # 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/
Dcall_inliner.cc129 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()
Dcall_graph_test.cc108 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()
Dcall_graph.cc261 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()
Dcall_graph.h111 const std::vector<HloComputation*>& callees() const { return callees_; } in callees() function
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/CalledValuePropagation/
Dsimple-select.ll9 ; instruction, and attach !callees metadata to the call. Such metadata can
18 ; CHECK: call void %tmp0(), !callees ![[MD:[0-9]+]]
Dsimple-memory.ll9 ; variable, and attach !callees metadata to the call. Such metadata can enable
17 ; CHECK: call void %tmp0(), !callees ![[MD:[0-9]+]]
Dsimple-arguments.ll7 ; !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/
Dfunction-count-update.ll3 ; 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
Dcgscc-update.ll128 ; because while it simplifies trivially dead CFGs when inlining callees it
/external/v8/tools/gcmole/
Dgcmole.cc166 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/
Dcallees-metadata.ll3 ; RUN: opt -module-summary %p/Inputs/callees-metadata.ll -o %t2.bc
/external/swiftshader/third_party/llvm-7.0/llvm/test/ThinLTO/X86/Inputs/
Dcallees-metadata.ll9 %call = tail call i32 %0(i32 %x), !callees !0
/external/llvm/test/tools/llvm-profdata/
Dinline-samples.test8 inlined callees.
Dgcc-gcov-sample-profile.test9 inlined callees.
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-profdata/
Dgcc-gcov-sample-profile.test9 inlined callees.
Dinline-samples.test8 inlined callees.
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/FunctionImport/
Dfuncimport_resolved.ll21 ; First do a sanity check that all callees are imported with the default
/external/clang/docs/
DSanitizerCoverage.rst226 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/
DTypeMetadata.rst11 callees for a given virtual call.
/external/llvm/docs/
DTypeMetadata.rst11 callees for a given virtual call.
/external/python/cpython2/Doc/library/
Dframework.rst155 is not allowed within *our_dispatch* or its callees, since this may result in an

12