Home
last modified time | relevance | path

Searched refs:RawVector (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/PBQP/
DReductionRules.h35 using RawVector = typename GraphT::RawVector; in applyR1() local
45 RawVector YCosts = G.getNodeCosts(MId); in applyR1()
183 using RawVector = typename GraphT::RawVector; in backpropagate() local
191 RawVector v = G.getNodeCosts(NId); in backpropagate()
DGraph.h51 using RawVector = typename SolverT::RawVector;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DRegAllocPBQP.cpp207 PBQPRAGraph::RawVector NodeCosts(G.getNodeCosts(NId)); in apply()
471 PBQPRAGraph::RawVector NewCosts(G.getNodeCosts(NId)); in apply()
660 PBQPRAGraph::RawVector NodeCosts(VRegAllowed.size() + 1, 0); in initializeGraph()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DRegAllocPBQP.h272 using RawVector = PBQP::Vector;