Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DRegAllocPBQP.h168 class NodeMetadata {
182 NodeMetadata() = default;
184 NodeMetadata(const NodeMetadata &Other) in NodeMetadata() function
198 NodeMetadata(NodeMetadata &&) = default;
199 NodeMetadata& operator=(NodeMetadata &&) = default;
282 using NodeMetadata = RegAlloc::NodeMetadata; variable
365 case NodeMetadata::Unprocessed: break; in removeFromCurrentSet()
366 case NodeMetadata::OptimallyReducible: in removeFromCurrentSet()
378 case NodeMetadata::NotProvablyAllocatable: in removeFromCurrentSet()
391 NodeMetadata::OptimallyReducible); in moveToOptimallyReducibleNodes()
[all …]
/freebsd-12.1/contrib/llvm/lib/Target/AArch64/
H A 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()
/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/PBQP/
H A DGraph.h58 using NodeMetadata = typename SolverT::NodeMetadata; variable
96 NodeMetadata Metadata;
493 NodeMetadata& getNodeMetadata(NodeId NId) { in getNodeMetadata()
497 const NodeMetadata& getNodeMetadata(NodeId NId) const { in getNodeMetadata()
/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DRegAllocPBQP.cpp464 const PBQPRAGraph::NodeMetadata::AllowedRegVector &Allowed = in apply()
479 const PBQPRAGraph::NodeMetadata::AllowedRegVector *Allowed1 = in apply()
481 const PBQPRAGraph::NodeMetadata::AllowedRegVector *Allowed2 = in apply()
507 const PBQPRAGraph::NodeMetadata::AllowedRegVector &Allowed1, in addVirtRegCoalesce()
508 const PBQPRAGraph::NodeMetadata::AllowedRegVector &Allowed2, in addVirtRegCoalesce()