HomeSort by relevance Sort by last modified time
    Searched refs:getCols (Results 1 - 17 of 17) sorted by null

  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
RegAllocPBQP.h 56 UnsafeCols(new bool[M.getCols() - 1]()) {
57 unsigned* ColCounts = new unsigned[M.getCols() - 1]();
61 for (unsigned j = 1; j < M.getCols(); ++j) {
72 *std::max_element(ColCounts, ColCounts + M.getCols() - 1);
  /external/llvm/include/llvm/CodeGen/
RegAllocPBQP.h 47 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/
Graph.h 132 (n2.getCosts().getLength() == ne.getCosts().getCols()) &&
179 getNodeCosts(n2Itr).getLength() == costs.getCols() &&
Math.h 149 unsigned getCols() const { return cols; }
HeuristicSolver.h 514 for (unsigned c = 0; c < edgeCosts.getCols(); ++c) {
529 for (unsigned c = 0; c < edgeCosts.getCols(); ++c) {
  /external/llvm/include/llvm/CodeGen/PBQP/
Graph.h 418 getNodeCosts(N2Id).getLength() == Costs.getCols() &&
444 getNodeCosts(N2Id).getLength() == Costs->getCols() &&
Math.h 231 unsigned getCols() const {
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/PBQP/
Graph.h 412 getNodeCosts(N2Id).getLength() == Costs.getCols() &&
438 getNodeCosts(N2Id).getLength() == Costs->getCols() &&
Math.h 168 unsigned getCols() const {
  /external/llvm/lib/CodeGen/
RegAllocPBQP.cpp 486 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/third_party/llvm-7.0/llvm/lib/CodeGen/
RegAllocPBQP.cpp 511 assert(CostMat.getCols() == Allowed2.size() + 1 && "Size mismatch.");
    [all...]
  /external/swiftshader/src/OpenGL/compiler/
Types.h 650 int getCols() const
  /external/swiftshader/third_party/LLVM/include/llvm/CodeGen/PBQP/Heuristics/
Briggs.h 317 numReverseRegs = eCosts.getCols() - 1;
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
RegAllocPBQP.cpp 322 assert(costMat.getCols() == vr2Allowed.size() + 1 && "Matrix width mismatch.");
433 assert(costMat.getCols() == vr2Allowed.size() + 1 && "Size mismatch.");
  /external/kotlinc/lib/
kotlin-daemon-client.jar 
  /external/guice/lib/build/jdiff/
xerces.jar 
  /external/cldr/tools/java/libs/
xercesImpl.jar 

Completed in 1349 milliseconds