Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/include/llvm/CodeGen/PBQP/
HDReductionRules.h78 typedef typename GraphT::RawMatrix RawMatrix; in applyR2() typedef
107 RawMatrix Delta(YLen, ZLen); in applyR2()
HDGraph.h54 typedef typename SolverT::RawMatrix RawMatrix; typedef
/NextBSD/contrib/llvm/lib/CodeGen/
HDRegAllocPBQP.cpp378 PBQPRAGraph::RawMatrix M(NRegs.size() + 1, MRegs.size() + 1, 0); in createInterferenceEdge()
452 PBQPRAGraph::RawMatrix Costs(Allowed1->size() + 1, in apply()
461 PBQPRAGraph::RawMatrix Costs(G.getEdgeCosts(EId)); in apply()
473 PBQPRAGraph::RawMatrix &CostMat, in addVirtRegCoalesce()
/NextBSD/contrib/llvm/lib/Target/AArch64/
HDAArch64PBQPRegAlloc.cpp191 PBQPRAGraph::RawMatrix costs(vRdAllowed->size() + 1, in addIntraChainConstraint()
213 PBQPRAGraph::RawMatrix costs(G.getEdgeCosts(edge)); in addIntraChainConstraint()
/NextBSD/contrib/llvm/include/llvm/CodeGen/
HDRegAllocPBQP.h333 typedef PBQP::Matrix RawMatrix; typedef