Home
last modified time | relevance | path

Searched refs:getEdgeCosts (Results 1 – 5 of 5) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/PBQP/
DReductionRules.h43 const Matrix &ECosts = G.getEdgeCosts(EId); in applyR1()
97 new Matrix(G.getEdgeCosts(YXEId).transpose()) : in applyR2()
98 &G.getEdgeCosts(YXEId); in applyR2()
101 new Matrix(G.getEdgeCosts(ZXEId).transpose()) : in applyR2()
102 &G.getEdgeCosts(ZXEId); in applyR2()
134 const Matrix &YZECosts = G.getEdgeCosts(YZEId); in applyR2()
203 const Matrix& edgeCosts = G.getEdgeCosts(EId); in backpropagate()
DGraph.h530 const Matrix& getEdgeCosts(EdgeId EId) const { in getEdgeCosts() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DRegAllocPBQP.h314 const MatrixMetadata& MMd = G.getEdgeCosts(EId).getMetadata(); in handleDisconnectEdge()
321 const MatrixMetadata& MMd = G.getEdgeCosts(EId).getMetadata(); in handleReconnectEdge()
334 const MatrixMetadata& OldMMd = G.getEdgeCosts(EId).getMetadata(); in handleUpdateCosts()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64PBQPRegAlloc.cpp212 PBQPRAGraph::RawMatrix costs(G.getEdgeCosts(edge)); in addIntraChainConstraint()
289 PBQP::Matrix costs(G.getEdgeCosts(edge)); in addInterChainConstraint()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DRegAllocPBQP.cpp494 PBQPRAGraph::RawMatrix Costs(G.getEdgeCosts(EId)); in apply()
900 const Matrix &M = getEdgeCosts(EId); in dump()
927 const Matrix &EdgeCosts = getEdgeCosts(EId); in printDot()