Home
last modified time | relevance | path

Searched refs:getNodeCosts (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/
DReductionRules.h44 const Vector &XCosts = G.getNodeCosts(NId); in applyR1()
45 RawVector YCosts = G.getNodeCosts(MId); in applyR1()
84 const Vector &XCosts = G.getNodeCosts(NId); in applyR2()
191 RawVector v = G.getNodeCosts(NId); in backpropagate()
DGraph.h410 assert(getNodeCosts(N1Id).getLength() == Costs.getRows() && in addEdge()
411 getNodeCosts(N2Id).getLength() == Costs.getCols() && in addEdge()
436 assert(getNodeCosts(N1Id).getLength() == Costs->getRows() && in addEdgeBypassingCostAllocator()
437 getNodeCosts(N2Id).getLength() == Costs->getCols() && in addEdgeBypassingCostAllocator()
488 const Vector& getNodeCosts(NodeId NId) const { in getNodeCosts() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DRegAllocPBQP.h299 assert(G.getNodeCosts(NId).getLength() > 1 && in handleAddNode()
301 G.getNodeMetadata(NId).setup(G.getNodeCosts(NId)); in handleAddNode()
482 PBQPNum N1SC = G.getNodeCosts(N1Id)[0]; in operator()
483 PBQPNum N2SC = G.getNodeCosts(N2Id)[0]; in operator()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DRegAllocPBQP.cpp207 PBQPRAGraph::RawVector NodeCosts(G.getNodeCosts(NId)); in apply()
471 PBQPRAGraph::RawVector NewCosts(G.getNodeCosts(NId)); in apply()
890 const Vector &Costs = getNodeCosts(NId); in dump()
919 << getNodeCosts(NId) << "\" ]\n"; in printDot()