Home
last modified time | relevance | path

Searched refs:NodeMetadata (Results 1 – 4 of 4) sorted by relevance

/external/llvm/include/llvm/CodeGen/
DRegAllocPBQP.h179 class NodeMetadata {
193 NodeMetadata() in NodeMetadata() function
203 NodeMetadata(const NodeMetadata &Other) in NodeMetadata() function
219 NodeMetadata(NodeMetadata &&Other) in NodeMetadata() function
230 NodeMetadata& operator=(const NodeMetadata &Other) {
247 NodeMetadata& operator=(NodeMetadata &&Other) {
341 typedef RegAlloc::NodeMetadata NodeMetadata; typedef
377 NodeMetadata& NMd = G.getNodeMetadata(NId); in handleDisconnectEdge()
384 NodeMetadata& NMd = G.getNodeMetadata(NId); in handleReconnectEdge()
392 NodeMetadata& N1Md = G.getNodeMetadata(N1Id); in handleUpdateCosts()
[all …]
/external/llvm/lib/Target/AArch64/
DAArch64PBQPRegAlloc.cpp177 const PBQPRAGraph::NodeMetadata::AllowedRegVector *vRdAllowed = in addIntraChainConstraint()
179 const PBQPRAGraph::NodeMetadata::AllowedRegVector *vRaAllowed = in addIntraChainConstraint()
271 const PBQPRAGraph::NodeMetadata::AllowedRegVector *vRdAllowed = in addInterChainConstraint()
275 const PBQPRAGraph::NodeMetadata::AllowedRegVector *vRrAllowed = in addInterChainConstraint()
/external/llvm/include/llvm/CodeGen/PBQP/
DGraph.h59 typedef typename SolverT::NodeMetadata NodeMetadata; typedef
98 NodeMetadata Metadata;
499 NodeMetadata& getNodeMetadata(NodeId NId) { in getNodeMetadata()
503 const NodeMetadata& getNodeMetadata(NodeId NId) const { in getNodeMetadata()
/external/llvm/lib/CodeGen/
DRegAllocPBQP.cpp431 const PBQPRAGraph::NodeMetadata::AllowedRegVector &Allowed = in apply()
446 const PBQPRAGraph::NodeMetadata::AllowedRegVector *Allowed1 = in apply()
448 const PBQPRAGraph::NodeMetadata::AllowedRegVector *Allowed2 = in apply()
475 const PBQPRAGraph::NodeMetadata::AllowedRegVector &Allowed1, in addVirtRegCoalesce()
476 const PBQPRAGraph::NodeMetadata::AllowedRegVector &Allowed2, in addVirtRegCoalesce()