Searched refs:RawMatrix (Results 1 - 5 of 5) sorted by relevance

/external/llvm/include/llvm/CodeGen/PBQP/
H A DReductionRules.h78 typedef typename GraphT::RawMatrix RawMatrix; typedef
107 RawMatrix Delta(YLen, ZLen);
H A DGraph.h53 typedef typename SolverT::RawMatrix RawMatrix; typedef in class:llvm::PBQP::Graph
/external/llvm/lib/Target/AArch64/
H A DAArch64PBQPRegAlloc.cpp191 PBQPRAGraph::RawMatrix costs(vRdAllowed->size() + 1,
213 PBQPRAGraph::RawMatrix costs(G.getEdgeCosts(edge));
/external/llvm/lib/CodeGen/
H A DRegAllocPBQP.cpp386 PBQPRAGraph::RawMatrix M(NRegs.size() + 1, MRegs.size() + 1, 0);
460 PBQPRAGraph::RawMatrix Costs(Allowed1->size() + 1,
469 PBQPRAGraph::RawMatrix Costs(G.getEdgeCosts(EId));
481 PBQPRAGraph::RawMatrix &CostMat,
/external/llvm/include/llvm/CodeGen/
H A DRegAllocPBQP.h334 typedef PBQP::Matrix RawMatrix; typedef in class:llvm::PBQP::RegAlloc::RegAllocSolverImpl

Completed in 180 milliseconds