Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/PBQP/
H A DReductionRules.h79 using RawMatrix = typename GraphT::RawMatrix; in applyR2() local
108 RawMatrix Delta(YLen, ZLen); in applyR2()
H A DGraph.h52 using RawMatrix = typename SolverT::RawMatrix; variable
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DRegAllocPBQP.cpp412 PBQPRAGraph::RawMatrix M(NRegs.size() + 1, MRegs.size() + 1, 0); in createInterferenceEdge()
483 PBQPRAGraph::RawMatrix Costs(Allowed1->size() + 1, in apply()
492 PBQPRAGraph::RawMatrix Costs(G.getEdgeCosts(EId)); in apply()
503 PBQPRAGraph::RawMatrix &CostMat, in addVirtRegCoalesce()
/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64PBQPRegAlloc.cpp190 PBQPRAGraph::RawMatrix costs(vRdAllowed->size() + 1, in addIntraChainConstraint()
212 PBQPRAGraph::RawMatrix costs(G.getEdgeCosts(edge)); in addIntraChainConstraint()
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DRegAllocPBQP.h276 using RawMatrix = PBQP::Matrix; variable