/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/ |
D | FoldingSet.cpp | 234 NumNodes = 0; in FoldingSetBase() 238 : Buckets(Arg.Buckets), NumBuckets(Arg.NumBuckets), NumNodes(Arg.NumNodes) { in FoldingSetBase() 241 Arg.NumNodes = 0; in FoldingSetBase() 248 NumNodes = RHS.NumNodes; in operator =() 251 RHS.NumNodes = 0; in operator =() 267 NumNodes = 0; in clear() 280 NumNodes = 0; in GrowBucketCount() 350 if (NumNodes+1 > capacity()) { in InsertNode() 356 ++NumNodes; in InsertNode() 382 --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/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/lib/Support/ |
D | FoldingSet.cpp | 230 NumNodes = 0; in FoldingSetImpl() 243 NumNodes = 0; in clear() 255 NumNodes = 0; in GrowHashTable() 310 if (NumNodes+1 > NumBuckets*2) { in InsertNode() 316 ++NumNodes; in InsertNode() 342 --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 | 116 for (SizeT I = 0, NumNodes = getNumNodes(); I < NumNodes; ++I) in swapNodes() local 299 SizeT NumNodes = getNumNodes(); in computeInOutEdges() local 300 BitVector Reachable(NumNodes); in computeInOutEdges() 301 BitVector Pending(NumNodes); in computeInOutEdges() 318 for (SizeT Source = 0; Source < NumNodes; ++Source) { in computeInOutEdges() 379 SizeT NumNodes = getNumNodes(); in advancedPhiLowering() local 381 for (SizeT I = 0; I < NumNodes; ++I) in advancedPhiLowering() 388 getLiveness()->initPhiEdgeSplits(Nodes.begin() + NumNodes, in advancedPhiLowering() 392 for (auto I = Nodes.begin() + NumNodes, E = Nodes.end(); I != E; ++I) { in advancedPhiLowering()
|
/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/clang/lib/StaticAnalyzer/Core/ |
D | ExplodedGraph.cpp | 51 : NumNodes(0), ReclaimNodeInterval(0) {} in ExplodedGraph() 176 --NumNodes; in collectNode() 329 ++NumNodes; in getNode()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | ScheduleDAGInstrs.cpp | 579 unsigned NumNodes = 0; member in ScheduleDAGInstrs::Value2SUsMap 596 NumNodes++; in insert() 603 assert(NumNodes >= Itr->second.size()); in clearList() 604 NumNodes -= Itr->second.size(); in clearList() 613 NumNodes = 0; in clear() 616 unsigned inline size() const { return NumNodes; } in size() 620 NumNodes = 0; in reComputeSize() 622 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/tensorflow/tensorflow/core/platform/ |
D | numa_test.cc | 24 TEST(Numa, NumNodes) { in TEST() argument
|
/external/swiftshader/third_party/LLVM/include/llvm/ADT/ |
D | FoldingSet.h | 123 unsigned NumNodes; variable 178 unsigned size() const { return NumNodes; } in size() 181 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/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ADT/ |
D | FoldingSet.h | 125 unsigned NumNodes; variable 153 unsigned size() const { return NumNodes; } in size() 156 bool empty() const { return NumNodes == 0; } in empty()
|
/external/swiftshader/third_party/LLVM/utils/TableGen/ |
D | DAGISelMatcher.h | 875 EmitMergeInputChainsMatcher(const unsigned *nodes, unsigned NumNodes) in EmitMergeInputChainsMatcher() argument 876 : Matcher(EmitMergeInputChains), ChainNodes(nodes, nodes+NumNodes) {} in EmitMergeInputChainsMatcher() 1063 MarkGlueResultsMatcher(const unsigned *nodes, unsigned NumNodes) in MarkGlueResultsMatcher() argument 1064 : Matcher(MarkGlueResults), GlueResultNodes(nodes, nodes+NumNodes) {} in MarkGlueResultsMatcher()
|
/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()
|
D | ScheduleDAGSDNodes.cpp | 309 unsigned NumNodes = 0; in BuildSchedUnits() local 312 ++NumNodes; in BuildSchedUnits() 320 SUnits.reserve(NumNodes * 2); in BuildSchedUnits()
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/ |
D | ScheduleDAGSDNodes.cpp | 270 unsigned NumNodes = 0; in BuildSchedUnits() local 274 ++NumNodes; in BuildSchedUnits() 282 SUnits.reserve(NumNodes * 2); in BuildSchedUnits()
|
D | SelectionDAGISel.cpp | 2686 unsigned NumNodes = MatcherTable[MatcherIndex++]; in SelectCodeCommon() local 2689 for (unsigned i = 0; i != NumNodes; ++i) { in SelectCodeCommon()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/ |
D | ScheduleDAGFast.cpp | 769 unsigned NumNodes = Sequence.size(); in EmitSchedule() local 771 for (unsigned i = 0; i != NumNodes; ++i) { in EmitSchedule() 772 SDNode *N = Sequence[NumNodes-i-1]; in EmitSchedule()
|
D | ScheduleDAGSDNodes.cpp | 310 unsigned NumNodes = 0; in BuildSchedUnits() local 313 ++NumNodes; in BuildSchedUnits() 321 SUnits.reserve(NumNodes * 2); in BuildSchedUnits()
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/Inline/ |
D | 2009-01-13-RecursiveInlineCrash.ll | 6 @NumNodes = external global i32 ; <i32*> [#uses=0]
|
/external/swiftshader/third_party/LLVM/test/Transforms/Inline/ |
D | 2009-01-13-RecursiveInlineCrash.ll | 6 @NumNodes = external global i32 ; <i32*> [#uses=0]
|
/external/llvm/test/Transforms/Inline/ |
D | 2009-01-13-RecursiveInlineCrash.ll | 6 @NumNodes = external global i32 ; <i32*> [#uses=0]
|