Searched refs:getCols (Results 1 - 11 of 11) sorted by relevance

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

Completed in 1344 milliseconds