Searched refs:YZEId (Results 1 – 3 of 3) sorted by relevance
/external/llvm-project/llvm/include/llvm/CodeGen/PBQP/ |
D | ReductionRules.h | 129 EdgeId YZEId = G.findEdge(YNId, ZNId); in applyR2() local 131 if (YZEId == G.invalidEdgeId()) { in applyR2() 132 YZEId = G.addEdge(YNId, ZNId, Delta); in applyR2() 134 const Matrix &YZECosts = G.getEdgeCosts(YZEId); in applyR2() 135 if (YNId == G.getEdgeNode1Id(YZEId)) { in applyR2() 136 G.updateEdgeCosts(YZEId, Delta + YZECosts); in applyR2() 138 G.updateEdgeCosts(YZEId, Delta.transpose() + YZECosts); in applyR2()
|
/external/llvm/include/llvm/CodeGen/PBQP/ |
D | ReductionRules.h | 128 EdgeId YZEId = G.findEdge(YNId, ZNId); in applyR2() local 130 if (YZEId == G.invalidEdgeId()) { in applyR2() 131 YZEId = G.addEdge(YNId, ZNId, Delta); in applyR2() 133 const Matrix &YZECosts = G.getEdgeCosts(YZEId); in applyR2() 134 if (YNId == G.getEdgeNode1Id(YZEId)) { in applyR2() 135 G.updateEdgeCosts(YZEId, Delta + YZECosts); in applyR2() 137 G.updateEdgeCosts(YZEId, Delta.transpose() + YZECosts); in applyR2()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/PBQP/ |
D | ReductionRules.h | 129 EdgeId YZEId = G.findEdge(YNId, ZNId); in applyR2() local 131 if (YZEId == G.invalidEdgeId()) { in applyR2() 132 YZEId = G.addEdge(YNId, ZNId, Delta); in applyR2() 134 const Matrix &YZECosts = G.getEdgeCosts(YZEId); in applyR2() 135 if (YNId == G.getEdgeNode1Id(YZEId)) { in applyR2() 136 G.updateEdgeCosts(YZEId, Delta + YZECosts); in applyR2() 138 G.updateEdgeCosts(YZEId, Delta.transpose() + YZECosts); in applyR2()
|