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

/openbsd-current/gnu/llvm/llvm/include/llvm/CodeGen/PBQP/
H A DReductionRules.h43 const Matrix &ECosts = G.getEdgeCosts(EId);
97 new Matrix(G.getEdgeCosts(YXEId).transpose()) :
98 &G.getEdgeCosts(YXEId);
101 new Matrix(G.getEdgeCosts(ZXEId).transpose()) :
102 &G.getEdgeCosts(ZXEId);
134 const Matrix &YZECosts = G.getEdgeCosts(YZEId);
203 const Matrix& edgeCosts = G.getEdgeCosts(EId);
H A DGraph.h516 /// getEdgeCosts where possible.
522 /// getEdgeCosts when dealing with edge cost values.
530 const Matrix& getEdgeCosts(EdgeId EId) const { function in class:llvm::PBQP::Graph
/openbsd-current/gnu/llvm/llvm/include/llvm/CodeGen/
H A DRegAllocPBQP.h317 const MatrixMetadata& MMd = G.getEdgeCosts(EId).getMetadata();
324 const MatrixMetadata& MMd = G.getEdgeCosts(EId).getMetadata();
337 const MatrixMetadata& OldMMd = G.getEdgeCosts(EId).getMetadata();
/openbsd-current/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64PBQPRegAlloc.cpp212 PBQPRAGraph::RawMatrix costs(G.getEdgeCosts(edge));
289 PBQP::Matrix costs(G.getEdgeCosts(edge));
/openbsd-current/gnu/llvm/llvm/lib/CodeGen/
H A DRegAllocPBQP.cpp492 PBQPRAGraph::RawMatrix Costs(G.getEdgeCosts(EId));
912 const Matrix &M = getEdgeCosts(EId);
939 const Matrix &EdgeCosts = getEdgeCosts(EId);

Completed in 212 milliseconds