Home
last modified time | relevance | path

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

/external/llvm/include/llvm/CodeGen/PBQP/
DReductionRules.h42 const Matrix &ECosts = G.getEdgeCosts(EId); in applyR1()
96 new Matrix(G.getEdgeCosts(YXEId).transpose()) : in applyR2()
97 &G.getEdgeCosts(YXEId); in applyR2()
100 new Matrix(G.getEdgeCosts(ZXEId).transpose()) : in applyR2()
101 &G.getEdgeCosts(ZXEId); in applyR2()
133 const Matrix &YZECosts = G.getEdgeCosts(YZEId); in applyR2()
202 const Matrix& edgeCosts = G.getEdgeCosts(EId); in backpropagate()
DGraph.h537 const Matrix& getEdgeCosts(EdgeId EId) const { in getEdgeCosts() function
/external/llvm/include/llvm/CodeGen/
DRegAllocPBQP.h378 const MatrixMetadata& MMd = G.getEdgeCosts(EId).getMetadata(); in handleDisconnectEdge()
385 const MatrixMetadata& MMd = G.getEdgeCosts(EId).getMetadata(); in handleReconnectEdge()
398 const MatrixMetadata& OldMMd = G.getEdgeCosts(EId).getMetadata(); in handleUpdateCosts()
/external/llvm/lib/Target/AArch64/
DAArch64PBQPRegAlloc.cpp213 PBQPRAGraph::RawMatrix costs(G.getEdgeCosts(edge)); in addIntraChainConstraint()
290 PBQP::Matrix costs(G.getEdgeCosts(edge)); in addInterChainConstraint()
/external/llvm/lib/CodeGen/
DRegAllocPBQP.cpp462 PBQPRAGraph::RawMatrix Costs(G.getEdgeCosts(EId)); in apply()
833 const Matrix &M = getEdgeCosts(EId); in dump()
857 const Matrix &EdgeCosts = getEdgeCosts(EId); in printDot()