Home
last modified time | relevance | path

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

/external/llvm-project/llvm/include/llvm/CodeGen/PBQP/
DReductionRules.h79 using RawMatrix = typename GraphT::RawMatrix; in applyR2() local
108 RawMatrix Delta(YLen, ZLen); in applyR2()
DGraph.h52 using RawMatrix = typename SolverT::RawMatrix; variable
/external/llvm/include/llvm/CodeGen/PBQP/
DReductionRules.h78 typedef typename GraphT::RawMatrix RawMatrix; in applyR2() typedef
107 RawMatrix Delta(YLen, ZLen); in applyR2()
DGraph.h53 typedef typename SolverT::RawMatrix RawMatrix; typedef
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/PBQP/
DReductionRules.h79 using RawMatrix = typename GraphT::RawMatrix; in applyR2() local
108 RawMatrix Delta(YLen, ZLen); in applyR2()
DGraph.h52 using RawMatrix = typename SolverT::RawMatrix; variable
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64PBQPRegAlloc.cpp190 PBQPRAGraph::RawMatrix costs(vRdAllowed->size() + 1, in addIntraChainConstraint()
212 PBQPRAGraph::RawMatrix costs(G.getEdgeCosts(edge)); in addIntraChainConstraint()
/external/llvm/lib/Target/AArch64/
DAArch64PBQPRegAlloc.cpp191 PBQPRAGraph::RawMatrix costs(vRdAllowed->size() + 1, in addIntraChainConstraint()
213 PBQPRAGraph::RawMatrix costs(G.getEdgeCosts(edge)); in addIntraChainConstraint()
/external/llvm-project/llvm/lib/Target/AArch64/
DAArch64PBQPRegAlloc.cpp190 PBQPRAGraph::RawMatrix costs(vRdAllowed->size() + 1, in addIntraChainConstraint()
212 PBQPRAGraph::RawMatrix costs(G.getEdgeCosts(edge)); in addIntraChainConstraint()
/external/llvm/lib/CodeGen/
DRegAllocPBQP.cpp386 PBQPRAGraph::RawMatrix M(NRegs.size() + 1, MRegs.size() + 1, 0); in createInterferenceEdge()
460 PBQPRAGraph::RawMatrix Costs(Allowed1->size() + 1, in apply()
469 PBQPRAGraph::RawMatrix Costs(G.getEdgeCosts(EId)); in apply()
481 PBQPRAGraph::RawMatrix &CostMat, in addVirtRegCoalesce()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DRegAllocPBQP.cpp413 PBQPRAGraph::RawMatrix M(NRegs.size() + 1, MRegs.size() + 1, 0); in createInterferenceEdge()
485 PBQPRAGraph::RawMatrix Costs(Allowed1->size() + 1, in apply()
494 PBQPRAGraph::RawMatrix Costs(G.getEdgeCosts(EId)); in apply()
505 PBQPRAGraph::RawMatrix &CostMat, in addVirtRegCoalesce()
/external/llvm-project/llvm/lib/CodeGen/
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()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DRegAllocPBQP.h273 using RawMatrix = PBQP::Matrix; variable
/external/llvm-project/llvm/include/llvm/CodeGen/
DRegAllocPBQP.h275 using RawMatrix = PBQP::Matrix; variable
/external/llvm/include/llvm/CodeGen/
DRegAllocPBQP.h334 typedef PBQP::Matrix RawMatrix; typedef