Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/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
/third_party/skia/third_party/externals/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()
/third_party/skia/third_party/externals/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()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DRegAllocPBQP.h273 using RawMatrix = PBQP::Matrix; variable