Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DRegAllocPBQP.h167 class NodeMetadata {
181 NodeMetadata() = default;
183 NodeMetadata(const NodeMetadata &Other) in NodeMetadata() function
197 NodeMetadata(NodeMetadata &&) = default;
198 NodeMetadata& operator=(NodeMetadata &&) = default;
281 using NodeMetadata = RegAlloc::NodeMetadata; variable
313 NodeMetadata& NMd = G.getNodeMetadata(NId); in handleDisconnectEdge()
320 NodeMetadata& NMd = G.getNodeMetadata(NId); in handleReconnectEdge()
328 NodeMetadata& N1Md = G.getNodeMetadata(N1Id); in handleUpdateCosts()
329 NodeMetadata& N2Md = G.getNodeMetadata(N2Id); in handleUpdateCosts()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64PBQPRegAlloc.cpp176 const PBQPRAGraph::NodeMetadata::AllowedRegVector *vRdAllowed = in addIntraChainConstraint()
178 const PBQPRAGraph::NodeMetadata::AllowedRegVector *vRaAllowed = in addIntraChainConstraint()
270 const PBQPRAGraph::NodeMetadata::AllowedRegVector *vRdAllowed = in addInterChainConstraint()
274 const PBQPRAGraph::NodeMetadata::AllowedRegVector *vRrAllowed = in addInterChainConstraint()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/PBQP/
DGraph.h57 using NodeMetadata = typename SolverT::NodeMetadata; variable
95 NodeMetadata Metadata;
492 NodeMetadata& getNodeMetadata(NodeId NId) { in getNodeMetadata()
496 const NodeMetadata& getNodeMetadata(NodeId NId) const { in getNodeMetadata()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DRegAllocPBQP.cpp463 const PBQPRAGraph::NodeMetadata::AllowedRegVector &Allowed = in apply()
478 const PBQPRAGraph::NodeMetadata::AllowedRegVector *Allowed1 = in apply()
480 const PBQPRAGraph::NodeMetadata::AllowedRegVector *Allowed2 = in apply()
506 const PBQPRAGraph::NodeMetadata::AllowedRegVector &Allowed1, in addVirtRegCoalesce()
507 const PBQPRAGraph::NodeMetadata::AllowedRegVector &Allowed2, in addVirtRegCoalesce()