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

  /external/llvm/include/llvm/CodeGen/PBQP/
ReductionRules.h 78 typedef typename GraphT::RawMatrix RawMatrix;
107 RawMatrix Delta(YLen, ZLen);
Graph.h 54 typedef typename SolverT::RawMatrix RawMatrix;
  /external/llvm/lib/Target/AArch64/
AArch64PBQPRegAlloc.cpp 191 PBQPRAGraph::RawMatrix costs(vRdAllowed->size() + 1,
213 PBQPRAGraph::RawMatrix costs(G.getEdgeCosts(edge));
  /external/llvm/lib/CodeGen/
RegAllocPBQP.cpp 379 PBQPRAGraph::RawMatrix M(NRegs.size() + 1, MRegs.size() + 1, 0);
453 PBQPRAGraph::RawMatrix Costs(Allowed1->size() + 1,
462 PBQPRAGraph::RawMatrix Costs(G.getEdgeCosts(EId));
474 PBQPRAGraph::RawMatrix &CostMat,
  /external/llvm/include/llvm/CodeGen/
RegAllocPBQP.h 333 typedef PBQP::Matrix RawMatrix;

Completed in 94 milliseconds