Home
last modified time | relevance | path

Searched refs:ECosts (Results 1 – 3 of 3) sorted by relevance

/external/llvm-project/llvm/include/llvm/CodeGen/PBQP/
DReductionRules.h43 const Matrix &ECosts = G.getEdgeCosts(EId); in applyR1() local
50 PBQPNum Min = ECosts[0][j] + XCosts[0]; in applyR1()
52 PBQPNum C = ECosts[i][j] + XCosts[i]; in applyR1()
60 PBQPNum Min = ECosts[i][0] + XCosts[0]; in applyR1()
62 PBQPNum C = ECosts[i][j] + XCosts[j]; in applyR1()
/external/llvm/include/llvm/CodeGen/PBQP/
DReductionRules.h42 const Matrix &ECosts = G.getEdgeCosts(EId); in applyR1() local
49 PBQPNum Min = ECosts[0][j] + XCosts[0]; in applyR1()
51 PBQPNum C = ECosts[i][j] + XCosts[i]; in applyR1()
59 PBQPNum Min = ECosts[i][0] + XCosts[0]; in applyR1()
61 PBQPNum C = ECosts[i][j] + XCosts[j]; in applyR1()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/PBQP/
DReductionRules.h43 const Matrix &ECosts = G.getEdgeCosts(EId); in applyR1() local
50 PBQPNum Min = ECosts[0][j] + XCosts[0]; in applyR1()
52 PBQPNum C = ECosts[i][j] + XCosts[i]; in applyR1()
60 PBQPNum Min = ECosts[i][0] + XCosts[0]; in applyR1()
62 PBQPNum C = ECosts[i][j] + XCosts[j]; in applyR1()