Home
last modified time | relevance | path

Searched refs:getNumNodes (Results 1 – 12 of 12) sorted by relevance

/external/swiftshader/third_party/LLVM/utils/TableGen/
DDAGISelMatcherEmitter.cpp469 if (MN->getNumNodes() == 1 && MN->getNode(0) < 2) { in EmitMatcher()
474 OS << "OPC_EmitMergeInputChains, " << MN->getNumNodes() << ", "; in EmitMatcher()
475 for (unsigned i = 0, e = MN->getNumNodes(); i != e; ++i) in EmitMatcher()
478 return 2+MN->getNumNodes(); in EmitMatcher()
551 OS << "OPC_MarkGlueResults, " << CFR->getNumNodes() << ", "; in EmitMatcher()
553 for (unsigned i = 0, e = CFR->getNumNodes(); i != e; ++i) in EmitMatcher()
DDAGISelMatcher.h878 unsigned getNumNodes() const { return ChainNodes.size(); } in getNumNodes() function
1066 unsigned getNumNodes() const { return GlueResultNodes.size(); } in getNumNodes() function
/external/llvm/utils/TableGen/
DDAGISelMatcherEmitter.cpp511 if (MN->getNumNodes() == 1 && MN->getNode(0) < 3) { in EmitMatcher()
516 OS << "OPC_EmitMergeInputChains, " << MN->getNumNodes() << ", "; in EmitMatcher()
517 for (unsigned i = 0, e = MN->getNumNodes(); i != e; ++i) in EmitMatcher()
520 return 2+MN->getNumNodes(); in EmitMatcher()
DDAGISelMatcher.h850 unsigned getNumNodes() const { return ChainNodes.size(); } in getNumNodes() function
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/PBQP/
DGraph.h186 unsigned getNumNodes() const { return numNodes; } in getNumNodes() function
367 os << " edge [ len=" << getNumNodes() << " ]\n"; in printDot()
/external/swiftshader/third_party/subzero/src/
DIceLiveness.cpp42 SizeT NumNodes = Func->getNumNodes(); in initInternal()
DIceCfg.h94 SizeT getNumNodes() const { return Nodes.size(); } in getNumNodes() function
DIceCfg.cpp116 for (SizeT I = 0, NumNodes = getNumNodes(); I < NumNodes; ++I) in swapNodes()
299 SizeT NumNodes = getNumNodes(); in computeInOutEdges()
379 SizeT NumNodes = getNumNodes(); in advancedPhiLowering()
485 assert(getNumNodes() == Reordered.size()); in reorderNodes()
DIceTargetLowering.cpp810 CfgVector<size_t> LocalsSize(Func->getNumNodes()); in getVarStackSlotParams()
915 CfgVector<size_t> LocalsSize(Func->getNumNodes()); in assignVarStackSlots()
DPNaClTranslator.cpp1484 if (Index >= Func->getNumNodes()) { in getBasicBlock()
1488 << " not found. Must be less than " << Func->getNumNodes(); in getBasicBlock()
2963 if (Index >= getFunctionParser()->getFunc()->getNumNodes()) { in setBbName()
DIceTargetLoweringMIPS32.cpp122 CfgVector<size_t> LocalsSize(Func->getNumNodes()); in assignVarStackSlots()
/external/llvm/include/llvm/CodeGen/PBQP/
DGraph.h463 unsigned getNumNodes() const { return NodeIdSet(*this).size(); } in getNumNodes() function