HomeSort by relevance Sort by last modified time
    Searched refs:getEdgeCosts (Results 1 - 14 of 14) sorted by null

  /external/llvm/include/llvm/CodeGen/PBQP/
ReductionRules.h 42 const Matrix &ECosts = G.getEdgeCosts(EId);
96 new Matrix(G.getEdgeCosts(YXEId).transpose()) :
97 &G.getEdgeCosts(YXEId);
100 new Matrix(G.getEdgeCosts(ZXEId).transpose()) :
101 &G.getEdgeCosts(ZXEId);
133 const Matrix &YZECosts = G.getEdgeCosts(YZEId);
202 const Matrix& edgeCosts = G.getEdgeCosts(EId);
Graph.h 523 /// getEdgeCosts where possible.
529 /// getEdgeCosts when dealing with edge cost values.
537 const Matrix& getEdgeCosts(EdgeId EId) const {
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/PBQP/
ReductionRules.h 44 const Matrix &ECosts = G.getEdgeCosts(EId);
98 new Matrix(G.getEdgeCosts(YXEId).transpose()) :
99 &G.getEdgeCosts(YXEId);
102 new Matrix(G.getEdgeCosts(ZXEId).transpose()) :
103 &G.getEdgeCosts(ZXEId);
135 const Matrix &YZECosts = G.getEdgeCosts(YZEId);
204 const Matrix& edgeCosts = G.getEdgeCosts(EId);
Graph.h 517 /// getEdgeCosts where possible.
523 /// getEdgeCosts when dealing with edge cost values.
531 const Matrix& getEdgeCosts(EdgeId EId) const {
  /external/swiftshader/third_party/LLVM/include/llvm/CodeGen/PBQP/
HeuristicSolver.h 244 const Matrix &eCosts = g.getEdgeCosts(eItr);
304 new Matrix(g.getEdgeCosts(yxeItr).transpose()) :
305 &g.getEdgeCosts(yxeItr);
308 new Matrix(g.getEdgeCosts(zxeItr).transpose()) :
309 &g.getEdgeCosts(zxeItr);
343 Matrix &yzeCosts = g.getEdgeCosts(yzeItr);
457 g.getEdgeCosts(eItr).getRowAsVector(0);
462 g.getEdgeCosts(eItr).getColAsVector(0);
507 Matrix &edgeCosts = g.getEdgeCosts(eItr);
569 Matrix &edgeCosts = g.getEdgeCosts(eItr)
    [all...]
Graph.h 219 Matrix& getEdgeCosts(EdgeItr eItr) { return getEdge(eItr).getCosts(); }
224 const Matrix& getEdgeCosts(ConstEdgeItr eItr) const {
376 const Matrix &edgeCosts = getEdgeCosts(edgeItr);
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
RegAllocPBQP.h 315 const MatrixMetadata& MMd = G.getEdgeCosts(EId).getMetadata();
322 const MatrixMetadata& MMd = G.getEdgeCosts(EId).getMetadata();
335 const MatrixMetadata& OldMMd = G.getEdgeCosts(EId).getMetadata();
  /external/llvm/include/llvm/CodeGen/
RegAllocPBQP.h 379 const MatrixMetadata& MMd = G.getEdgeCosts(EId).getMetadata();
386 const MatrixMetadata& MMd = G.getEdgeCosts(EId).getMetadata();
399 const MatrixMetadata& OldMMd = G.getEdgeCosts(EId).getMetadata();
  /external/llvm/lib/Target/AArch64/
AArch64PBQPRegAlloc.cpp 213 PBQPRAGraph::RawMatrix costs(G.getEdgeCosts(edge));
290 PBQP::Matrix costs(G.getEdgeCosts(edge));
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/
AArch64PBQPRegAlloc.cpp 213 PBQPRAGraph::RawMatrix costs(G.getEdgeCosts(edge));
290 PBQP::Matrix costs(G.getEdgeCosts(edge));
  /external/llvm/lib/CodeGen/
RegAllocPBQP.cpp 469 PBQPRAGraph::RawMatrix Costs(G.getEdgeCosts(EId));
852 const Matrix &M = getEdgeCosts(EId);
876 const Matrix &EdgeCosts = getEdgeCosts(EId);
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
RegAllocPBQP.cpp 495 PBQPRAGraph::RawMatrix Costs(G.getEdgeCosts(EId));
901 const Matrix &M = getEdgeCosts(EId);
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/CodeGen/PBQP/Heuristics/
Briggs.h 314 Matrix &eCosts = getGraph().getEdgeCosts(eItr);
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
RegAllocPBQP.cpp 303 addInterferenceCosts(g.getEdgeCosts(edge), vr1Allowed, vr2Allowed, tri);
411 addVirtRegCoalesce(g.getEdgeCosts(edge), *allowed1, *allowed2,

Completed in 300 milliseconds