/external/llvm/lib/Support/ |
D | FoldingSet.cpp | 233 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/ |
D | FoldingSet.cpp | 233 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/ |
D | FoldingSet.cpp | 233 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/ |
D | FoldingSet.cpp | 236 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/ |
D | IceLiveness.cpp | 42 SizeT NumNodes = Func->getNumNodes(); in initInternal() local 44 Nodes.resize(NumNodes); in initInternal()
|
D | IceCfg.cpp | 107 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/ |
D | ExplodedGraph.cpp | 51 : NumNodes(0), ReclaimNodeInterval(0) {} in ExplodedGraph() 176 --NumNodes; in collectNode() 329 ++NumNodes; in getNode()
|
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
D | ExplodedGraph.h | 272 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/ |
D | numa_test.cc | 24 TEST(Numa, NumNodes) { in TEST() argument
|
/external/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
D | ExplodedGraph.h | 329 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/ |
D | generic_layout_optimizer.cc | 231 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()
|
D | implementation_selector.cc | 344 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/ |
D | ExplodedGraph.cpp | 166 --NumNodes; in collectNode() 415 ++NumNodes; in getNode() 416 new (V) NodeTy(L, State, NumNodes, IsSink); in getNode()
|
/external/llvm-project/llvm/lib/CodeGen/ |
D | ScheduleDAGInstrs.cpp | 617 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/ |
D | ScheduleDAGInstrs.cpp | 613 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/ |
D | ScheduleDAGInstrs.cpp | 730 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/ |
D | FoldingSet.h | 124 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/ |
D | FoldingSet.h | 122 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/ |
D | FoldingSet.h | 127 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/ |
D | FoldingSet.h | 122 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/ |
D | pattern_utils_test.cc | 430 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/ |
D | interpreter_wrapper.h | 98 int NumNodes() const;
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
D | ScheduleDAGFast.cpp | 768 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/ |
D | ScheduleDAGFast.cpp | 780 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/ |
D | ScheduleDAGFast.cpp | 768 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()
|