Home
last modified time | relevance | path

Searched refs:NodeId (Results 1 – 10 of 10) sorted by relevance

/NextBSD/contrib/llvm/include/llvm/CodeGen/PBQP/
HDGraph.h31 typedef unsigned NodeId; typedef
35 static NodeId invalidNodeId() { in invalidNodeId()
36 return std::numeric_limits<NodeId>::max(); in invalidNodeId()
83 void removeAdjEdgeId(Graph &G, NodeId ThisNId, AdjEdgeIdx Idx) { in removeAdjEdgeId()
105 EdgeEntry(NodeId N1Id, NodeId N2Id, MatrixPtr Costs) in EdgeEntry()
127 void connectTo(Graph &G, EdgeId ThisEdgeId, NodeId NId) { in connectTo()
141 void setAdjEdgeIdx(NodeId NId, typename NodeEntry::AdjEdgeIdx NewIdx) { in setAdjEdgeIdx()
158 void disconnectFrom(Graph &G, NodeId NId) { in disconnectFrom()
167 NodeId getN1Id() const { return NIds[0]; } in getN1Id()
168 NodeId getN2Id() const { return NIds[1]; } in getN2Id()
[all …]
HDReductionRules.h29 void applyR1(GraphT &G, typename GraphT::NodeId NId) { in applyR1()
30 typedef typename GraphT::NodeId NodeId; in applyR1() typedef
40 NodeId MId = G.getEdgeOtherNodeId(EId, NId); in applyR1()
73 void applyR2(GraphT &G, typename GraphT::NodeId NId) { in applyR2()
74 typedef typename GraphT::NodeId NodeId; in applyR2() typedef
89 NodeId YNId = G.getEdgeOtherNodeId(YXEId, NId), in applyR2()
180 typedef GraphBase::NodeId NodeId; in backpropagate() typedef
187 NodeId NId = stack.back(); in backpropagate()
204 NodeId mId = G.getEdgeNode2Id(EId); in backpropagate()
207 NodeId mId = G.getEdgeNode1Id(EId); in backpropagate()
HDSolution.h30 typedef std::map<GraphBase::NodeId, unsigned> SelectionsMap;
76 void setSelection(GraphBase::NodeId nodeId, unsigned selection) { in setSelection()
83 unsigned getSelection(GraphBase::NodeId nodeId) const { in getSelection()
/NextBSD/contrib/llvm/include/llvm/CodeGen/
HDRegAllocPBQP.h154 void setNodeIdForVReg(unsigned VReg, GraphBase::NodeId NId) { in setNodeIdForVReg()
158 GraphBase::NodeId getNodeIdForVReg(unsigned VReg) const { in getNodeIdForVReg()
174 DenseMap<unsigned, GraphBase::NodeId> VRegToNodeId;
338 typedef GraphBase::NodeId NodeId; typedef
358 void handleAddNode(NodeId NId) { in handleAddNode()
363 void handleRemoveNode(NodeId NId) {} in handleRemoveNode()
364 void handleSetNodeCosts(NodeId NId, const Vector& newCosts) {} in handleSetNodeCosts()
376 void handleDisconnectEdge(EdgeId EId, NodeId NId) { in handleDisconnectEdge()
383 void handleReconnectEdge(EdgeId EId, NodeId NId) { in handleReconnectEdge()
390 NodeId N1Id = G.getEdgeNode1Id(EId); in handleUpdateCosts()
[all …]
HDSelectionDAGNodes.h345 int NodeId;
439 int getNodeId() const { return NodeId; }
442 void setNodeId(int Id) { NodeId = Id; }
732 SubclassData(0), NodeId(-1),
753 SubclassData(0), NodeId(-1), OperandList(nullptr), ValueList(VTs.VTs),
/NextBSD/contrib/llvm/lib/CodeGen/
HDRegAllocPBQP.cpp184 typedef std::pair<PBQP::GraphBase::NodeId, PBQP::GraphBase::NodeId> IEdgeKey;
187 bool haveDisjointAllowedRegs(const PBQPRAGraph &G, PBQPRAGraph::NodeId NId, in haveDisjointAllowedRegs()
188 PBQPRAGraph::NodeId MId, in haveDisjointAllowedRegs()
202 void setDisjointAllowedRegs(const PBQPRAGraph &G, PBQPRAGraph::NodeId NId, in setDisjointAllowedRegs()
203 PBQPRAGraph::NodeId MId, in setDisjointAllowedRegs()
220 typedef std::tuple<LiveInterval*, size_t, PBQP::GraphBase::NodeId>
231 static PBQP::GraphBase::NodeId getNodeId(const IntervalInfo &I) { in getNodeId()
328 PBQP::GraphBase::NodeId NId = getNodeId(Cur); in apply()
330 PBQP::GraphBase::NodeId MId = getNodeId(A); in apply()
362 PBQPRAGraph::NodeId NId, PBQPRAGraph::NodeId MId, in createInterferenceEdge()
[all …]
/NextBSD/contrib/llvm/lib/Target/AArch64/
HDAArch64PBQPRegAlloc.cpp174 PBQPRAGraph::NodeId node1 = G.getMetadata().getNodeIdForVReg(Rd); in addIntraChainConstraint()
175 PBQPRAGraph::NodeId node2 = G.getMetadata().getNodeIdForVReg(Ra); in addIntraChainConstraint()
261 PBQPRAGraph::NodeId node1 = G.getMetadata().getNodeIdForVReg(Rd); in addInterChainConstraint()
274 PBQPRAGraph::NodeId node2 = G.getMetadata().getNodeIdForVReg(r); in addInterChainConstraint()
/NextBSD/contrib/llvm/lib/CodeGen/SelectionDAG/
HDLegalizeTypes.cpp364 int NodeId = User->getNodeId(); in run() local
368 if (NodeId > 0) { in run()
369 User->setNodeId(NodeId-1); in run()
372 if (NodeId-1 == ReadyToProcess) in run()
380 if (NodeId == NewNode) in run()
386 assert(NodeId == Unanalyzed && "Unknown node ID!"); in run()
/NextBSD/sys/contrib/dev/acpica/include/
HDactbl3.h457 UINT16 NodeId; member
/NextBSD/sys/contrib/dev/acpica/common/
HDdmtbinfo.c1980 {ACPI_DMT_UINT16, ACPI_MPST0_OFFSET (NodeId), "Node ID", 0},