Home
last modified time | relevance | path

Searched refs:NumNodes (Results 1 – 25 of 37) sorted by relevance

12

/external/llvm/lib/Support/
DFoldingSet.cpp233 NumNodes = 0; in FoldingSetImpl()
237 : Buckets(Arg.Buckets), NumBuckets(Arg.NumBuckets), NumNodes(Arg.NumNodes) { in FoldingSetImpl()
240 Arg.NumNodes = 0; in FoldingSetImpl()
247 NumNodes = RHS.NumNodes; in operator =()
250 RHS.NumNodes = 0; in operator =()
266 NumNodes = 0; in clear()
278 NumNodes = 0; in GrowBucketCount()
348 if (NumNodes+1 > capacity()) { in InsertNode()
354 ++NumNodes; in InsertNode()
380 --NumNodes; in RemoveNode()
/external/swiftshader/third_party/llvm-subzero/lib/Support/
DFoldingSet.cpp233 NumNodes = 0; in FoldingSetImpl()
237 : Buckets(Arg.Buckets), NumBuckets(Arg.NumBuckets), NumNodes(Arg.NumNodes) { in FoldingSetImpl()
240 Arg.NumNodes = 0; in FoldingSetImpl()
247 NumNodes = RHS.NumNodes; in operator =()
250 RHS.NumNodes = 0; in operator =()
266 NumNodes = 0; in clear()
278 NumNodes = 0; in GrowBucketCount()
348 if (NumNodes+1 > capacity()) { in InsertNode()
354 ++NumNodes; in InsertNode()
380 --NumNodes; in RemoveNode()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DFoldingSet.cpp233 NumNodes = 0; in FoldingSetBase()
237 : Buckets(Arg.Buckets), NumBuckets(Arg.NumBuckets), NumNodes(Arg.NumNodes) { in FoldingSetBase()
240 Arg.NumNodes = 0; in FoldingSetBase()
247 NumNodes = RHS.NumNodes; in operator =()
250 RHS.NumNodes = 0; in operator =()
266 NumNodes = 0; in clear()
279 NumNodes = 0; in GrowBucketCount()
349 if (NumNodes+1 > capacity()) { in InsertNode()
355 ++NumNodes; in InsertNode()
381 --NumNodes; in RemoveNode()
/external/llvm-project/llvm/lib/Support/
DFoldingSet.cpp236 NumNodes = 0; in FoldingSetBase()
240 : Buckets(Arg.Buckets), NumBuckets(Arg.NumBuckets), NumNodes(Arg.NumNodes) { in FoldingSetBase()
243 Arg.NumNodes = 0; in FoldingSetBase()
250 NumNodes = RHS.NumNodes; in operator =()
253 RHS.NumNodes = 0; in operator =()
269 NumNodes = 0; in clear()
284 NumNodes = 0; in GrowBucketCount()
355 if (NumNodes+1 > capacity()) { in InsertNode()
362 ++NumNodes; in InsertNode()
388 --NumNodes; in RemoveNode()
/external/swiftshader/third_party/subzero/src/
DIceLiveness.cpp42 SizeT NumNodes = Func->getNumNodes(); in initInternal() local
44 Nodes.resize(NumNodes); in initInternal()
DIceCfg.cpp107 for (SizeT I = 0, NumNodes = getNumNodes(); I < NumNodes; ++I) in swapNodes() local
248 SizeT NumNodes = getNumNodes(); in computeInOutEdges() local
249 BitVector Reachable(NumNodes); in computeInOutEdges()
250 BitVector Pending(NumNodes); in computeInOutEdges()
267 for (SizeT Source = 0; Source < NumNodes; ++Source) { in computeInOutEdges()
328 SizeT NumNodes = getNumNodes(); in advancedPhiLowering() local
330 for (SizeT I = 0; I < NumNodes; ++I) in advancedPhiLowering()
337 getLiveness()->initPhiEdgeSplits(Nodes.begin() + NumNodes, in advancedPhiLowering()
341 for (auto I = Nodes.begin() + NumNodes, E = Nodes.end(); I != E; ++I) { in advancedPhiLowering()
/external/clang/lib/StaticAnalyzer/Core/
DExplodedGraph.cpp51 : NumNodes(0), ReclaimNodeInterval(0) {} in ExplodedGraph()
176 --NumNodes; in collectNode()
329 ++NumNodes; in getNode()
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DExplodedGraph.h272 unsigned NumNodes; variable
329 bool empty() const { return NumNodes == 0; } in empty()
330 unsigned size() const { return NumNodes; } in size()
/external/tensorflow/tensorflow/core/platform/
Dnuma_test.cc24 TEST(Numa, NumNodes) { in TEST() argument
/external/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DExplodedGraph.h329 int64_t NumNodes = 0; variable
385 bool empty() const { return NumNodes == 0; } in empty()
386 unsigned size() const { return NumNodes; } in size()
/external/tensorflow/tensorflow/core/grappler/optimizers/
Dgeneric_layout_optimizer.cc231 const int num_nodes = graph_view->NumNodes(); in EraseCancellableNodes()
280 const int num_nodes = graph_view->NumNodes(); in EraseCancellableNodesAroundPad()
385 const int num_nodes = graph_view->NumNodes(); in EraseOutputShapeAttrs()
Dimplementation_selector.cc344 const int num_nodes = graph_view.NumNodes(); in SelectDeviceIndex()
388 const int num_nodes = graph_view.NumNodes(); in SelectImplementation()
/external/llvm-project/clang/lib/StaticAnalyzer/Core/
DExplodedGraph.cpp166 --NumNodes; in collectNode()
415 ++NumNodes; in getNode()
416 new (V) NodeTy(L, State, NumNodes, IsSink); in getNode()
/external/llvm-project/llvm/lib/CodeGen/
DScheduleDAGInstrs.cpp617 unsigned NumNodes = 0; member in ScheduleDAGInstrs::Value2SUsMap
634 NumNodes++; in insert()
641 assert(NumNodes >= Itr->second.size()); in clearList()
642 NumNodes -= Itr->second.size(); in clearList()
651 NumNodes = 0; in clear()
654 unsigned inline size() const { return NumNodes; } in size()
658 NumNodes = 0; in reComputeSize()
660 NumNodes += I.second.size(); in reComputeSize()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DScheduleDAGInstrs.cpp613 unsigned NumNodes = 0; member in ScheduleDAGInstrs::Value2SUsMap
630 NumNodes++; in insert()
637 assert(NumNodes >= Itr->second.size()); in clearList()
638 NumNodes -= Itr->second.size(); in clearList()
647 NumNodes = 0; in clear()
650 unsigned inline size() const { return NumNodes; } in size()
654 NumNodes = 0; in reComputeSize()
656 NumNodes += I.second.size(); in reComputeSize()
/external/llvm/lib/CodeGen/
DScheduleDAGInstrs.cpp730 unsigned NumNodes; member in ScheduleDAGInstrs::Value2SUsMap
736 Value2SUsMap(unsigned lat = 0) : NumNodes(0), TrueMemOrderLatency(lat) {} in Value2SUsMap()
747 NumNodes++; in insert()
754 assert (NumNodes >= Itr->second.size()); in clearList()
755 NumNodes -= Itr->second.size(); in clearList()
764 NumNodes = 0; in clear()
767 unsigned inline size() const { return NumNodes; } in size()
771 NumNodes = 0; in reComputeSize()
773 NumNodes += I.second.size(); in reComputeSize()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DFoldingSet.h124 unsigned NumNodes; variable
152 unsigned size() const { return NumNodes; } in size()
155 bool empty() const { return NumNodes == 0; } in empty()
/external/llvm/include/llvm/ADT/
DFoldingSet.h122 unsigned NumNodes; variable
178 unsigned size() const { return NumNodes; } in size()
181 bool empty() const { return NumNodes == 0; } in empty()
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DFoldingSet.h127 unsigned NumNodes; variable
183 unsigned size() const { return NumNodes; } in size()
186 bool empty() const { return NumNodes == 0; } in empty()
/external/llvm-project/llvm/include/llvm/ADT/
DFoldingSet.h122 unsigned NumNodes; variable
150 unsigned size() const { return NumNodes; } in size()
153 bool empty() const { return NumNodes == 0; } in empty()
/external/tensorflow/tensorflow/core/grappler/utils/
Dpattern_utils_test.cc430 int num_nodes_before = graph_view.NumNodes(); in TEST_F()
455 int num_nodes_after = graph_view.NumNodes(); in TEST_F()
/external/tensorflow/tensorflow/lite/python/interpreter_wrapper/
Dinterpreter_wrapper.h98 int NumNodes() const;
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DScheduleDAGFast.cpp768 unsigned NumNodes = Sequence.size(); in EmitSchedule() local
770 for (unsigned i = 0; i != NumNodes; ++i) { in EmitSchedule()
771 SDNode *N = Sequence[NumNodes-i-1]; in EmitSchedule()
/external/llvm/lib/CodeGen/SelectionDAG/
DScheduleDAGFast.cpp780 unsigned NumNodes = Sequence.size(); in EmitSchedule() local
781 for (unsigned i = 0; i != NumNodes; ++i) { in EmitSchedule()
782 SDNode *N = Sequence[NumNodes-i-1]; in EmitSchedule()
/external/llvm-project/llvm/lib/CodeGen/SelectionDAG/
DScheduleDAGFast.cpp768 unsigned NumNodes = Sequence.size(); in EmitSchedule() local
770 for (unsigned i = 0; i != NumNodes; ++i) { in EmitSchedule()
771 SDNode *N = Sequence[NumNodes-i-1]; in EmitSchedule()

12