Searched refs:getNumNodes (Results 1 – 12 of 12) sorted by relevance
/external/swiftshader/third_party/LLVM/utils/TableGen/ |
D | DAGISelMatcherEmitter.cpp | 469 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()
|
D | DAGISelMatcher.h | 878 unsigned getNumNodes() const { return ChainNodes.size(); } in getNumNodes() function 1066 unsigned getNumNodes() const { return GlueResultNodes.size(); } in getNumNodes() function
|
/external/llvm/utils/TableGen/ |
D | DAGISelMatcherEmitter.cpp | 511 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()
|
D | DAGISelMatcher.h | 850 unsigned getNumNodes() const { return ChainNodes.size(); } in getNumNodes() function
|
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/PBQP/ |
D | Graph.h | 186 unsigned getNumNodes() const { return numNodes; } in getNumNodes() function 367 os << " edge [ len=" << getNumNodes() << " ]\n"; in printDot()
|
/external/swiftshader/third_party/subzero/src/ |
D | IceLiveness.cpp | 42 SizeT NumNodes = Func->getNumNodes(); in initInternal()
|
D | IceCfg.h | 94 SizeT getNumNodes() const { return Nodes.size(); } in getNumNodes() function
|
D | IceCfg.cpp | 116 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()
|
D | IceTargetLowering.cpp | 810 CfgVector<size_t> LocalsSize(Func->getNumNodes()); in getVarStackSlotParams() 915 CfgVector<size_t> LocalsSize(Func->getNumNodes()); in assignVarStackSlots()
|
D | PNaClTranslator.cpp | 1484 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()
|
D | IceTargetLoweringMIPS32.cpp | 122 CfgVector<size_t> LocalsSize(Func->getNumNodes()); in assignVarStackSlots()
|
/external/llvm/include/llvm/CodeGen/PBQP/ |
D | Graph.h | 463 unsigned getNumNodes() const { return NodeIdSet(*this).size(); } in getNumNodes() function
|