Home
last modified time | relevance | path

Searched defs:NId (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/PBQP/
DGraph.h123 void setAdjEdgeIdx(NodeId NId, typename NodeEntry::AdjEdgeIdx NewIdx) { in setAdjEdgeIdx()
140 void disconnectFrom(Graph &G, NodeId NId) { in disconnectFrom()
180 NodeEntry &getNode(NodeId NId) { in getNode()
184 const NodeEntry &getNode(NodeId NId) const { in getNode()
193 NodeId NId = 0; in addConstructedNode() local
249 NodeId findNextInUse(NodeId NId) const { in findNextInUse()
359 for (auto NId : nodeIds()) in setSolver() local
378 NodeId NId = addConstructedNode(NodeEntry(AllocatedCosts)); in addNode() local
397 NodeId NId = addConstructedNode(NodeEntry(Costs)); in addNodeBypassingCostAllocator() local
452 AdjEdgeIdSet adjEdgeIds(NodeId NId) { return AdjEdgeIdSet(getNode(NId)); } in adjEdgeIds()
[all …]
DReductionRules.h30 void applyR1(GraphT &G, typename GraphT::NodeId NId) { in applyR1()
74 void applyR2(GraphT &G, typename GraphT::NodeId NId) { in applyR2()
188 NodeId NId = stack.back(); in backpropagate() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DRegAllocPBQP.h146 void setNodeIdForVReg(unsigned VReg, GraphBase::NodeId NId) { in setNodeIdForVReg()
298 void handleAddNode(NodeId NId) { in handleAddNode()
304 void handleRemoveNode(NodeId NId) {} in handleRemoveNode()
305 void handleSetNodeCosts(NodeId NId, const Vector& newCosts) {} in handleSetNodeCosts()
312 void handleDisconnectEdge(EdgeId EId, NodeId NId) { in handleDisconnectEdge()
319 void handleReconnectEdge(EdgeId EId, NodeId NId) { in handleReconnectEdge()
350 void promote(NodeId NId, NodeMetadata& NMd) { in promote()
362 void removeFromCurrentSet(NodeId NId) { in removeFromCurrentSet()
386 void moveToOptimallyReducibleNodes(NodeId NId) { in moveToOptimallyReducibleNodes()
393 void moveToConservativelyAllocatableNodes(NodeId NId) { in moveToConservativelyAllocatableNodes()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DRegAllocPBQP.cpp200 for (auto NId : G.nodeIds()) { in apply() local
224 bool haveDisjointAllowedRegs(const PBQPRAGraph &G, PBQPRAGraph::NodeId NId, in haveDisjointAllowedRegs()
239 void setDisjointAllowedRegs(const PBQPRAGraph &G, PBQPRAGraph::NodeId NId, in setDisjointAllowedRegs()
333 for (auto NId : G.nodeIds()) { in apply() local
365 PBQP::GraphBase::NodeId NId = getNodeId(Cur); in apply() local
398 PBQPRAGraph::NodeId NId, PBQPRAGraph::NodeId MId, in createInterferenceEdge()
461 PBQPRAGraph::NodeId NId = G.getMetadata().getNodeIdForVReg(SrcReg); in apply() local
668 PBQPRAGraph::NodeId NId = G.addNode(std::move(NodeCosts)); in initializeGraph() local
720 for (auto NId : G.nodeIds()) { in mapPBQPToRegAlloc() local
876 static Printable PrintNodeInfo(PBQP::RegAlloc::PBQPRAGraph::NodeId NId, in PrintNodeInfo()
[all …]