Home
last modified time | relevance | path

Searched refs:getCols (Results 1 – 10 of 10) sorted by relevance

/external/llvm/include/llvm/CodeGen/
DRegAllocPBQP.h47 UnsafeCols(new bool[M.getCols() - 1]()) { in MatrixMetadata()
49 unsigned* ColCounts = new unsigned[M.getCols() - 1](); in MatrixMetadata()
53 for (unsigned j = 1; j < M.getCols(); ++j) { in MatrixMetadata()
64 *std::max_element(ColCounts, ColCounts + M.getCols() - 1); in MatrixMetadata()
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/PBQP/
DGraph.h132 (n2.getCosts().getLength() == ne.getCosts().getCols()) && in addConstructedEdge()
179 getNodeCosts(n2Itr).getLength() == costs.getCols() && in addEdge()
DHeuristicSolver.h514 for (unsigned c = 0; c < edgeCosts.getCols(); ++c) { in tryNormaliseEdgeMatrix()
529 for (unsigned c = 0; c < edgeCosts.getCols(); ++c) { in tryNormaliseEdgeMatrix()
DMath.h149 unsigned getCols() const { return cols; } in getCols() function
/external/llvm/lib/CodeGen/
DRegAllocPBQP.cpp486 assert(CostMat.getCols() == Allowed2.size() + 1 && "Size mismatch."); in addVirtRegCoalesce()
854 assert(M.getCols() != 0 && "No cols in matrix."); in dump()
856 OS << PrintNodeInfo(N2Id, *this) << ' ' << M.getCols() << " cols:\n"; in dump()
/external/llvm/include/llvm/CodeGen/PBQP/
DGraph.h418 getNodeCosts(N2Id).getLength() == Costs.getCols() && in addEdge()
444 getNodeCosts(N2Id).getLength() == Costs->getCols() && in addEdgeBypassingCostAllocator()
DMath.h231 unsigned getCols() const { in getCols() function
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DRegAllocPBQP.cpp322 assert(costMat.getCols() == vr2Allowed.size() + 1 && "Matrix width mismatch."); in addInterferenceCosts()
433 assert(costMat.getCols() == vr2Allowed.size() + 1 && "Size mismatch."); in addVirtRegCoalesce()
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/PBQP/Heuristics/
DBriggs.h317 numReverseRegs = eCosts.getCols() - 1; in computeEdgeContributions()
/external/swiftshader/src/OpenGL/compiler/
DTypes.h606 int getCols() const in getCols() function