Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/CodeGen/
DRegAllocPBQP.cpp503 PBQPRAGraph::RawMatrix &CostMat, in addVirtRegCoalesce() argument
507 assert(CostMat.getRows() == Allowed1.size() + 1 && "Size mismatch."); in addVirtRegCoalesce()
508 assert(CostMat.getCols() == Allowed2.size() + 1 && "Size mismatch."); in addVirtRegCoalesce()
514 CostMat[I + 1][J + 1] -= Benefit; in addVirtRegCoalesce()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DRegAllocPBQP.cpp505 PBQPRAGraph::RawMatrix &CostMat, in addVirtRegCoalesce() argument
509 assert(CostMat.getRows() == Allowed1.size() + 1 && "Size mismatch."); in addVirtRegCoalesce()
510 assert(CostMat.getCols() == Allowed2.size() + 1 && "Size mismatch."); in addVirtRegCoalesce()
516 CostMat[I + 1][J + 1] -= Benefit; in addVirtRegCoalesce()
/external/llvm/lib/CodeGen/
DRegAllocPBQP.cpp481 PBQPRAGraph::RawMatrix &CostMat, in addVirtRegCoalesce() argument
485 assert(CostMat.getRows() == Allowed1.size() + 1 && "Size mismatch."); in addVirtRegCoalesce()
486 assert(CostMat.getCols() == Allowed2.size() + 1 && "Size mismatch."); in addVirtRegCoalesce()
492 CostMat[I + 1][J + 1] -= Benefit; in addVirtRegCoalesce()