Home
last modified time | relevance | path

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

/external/llvm-project/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;
/external/llvm/include/llvm/CodeGen/PBQP/
DReductionRules.h34 typedef typename GraphT::RawVector RawVector; in applyR1() typedef
44 RawVector YCosts = G.getNodeCosts(MId); in applyR1()
182 typedef typename GraphT::RawVector RawVector; in backpropagate() typedef
190 RawVector v = G.getNodeCosts(NId); in backpropagate()
DGraph.h52 typedef typename SolverT::RawVector RawVector; typedef
/external/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;
/external/llvm/lib/CodeGen/
DRegAllocPBQP.cpp177 PBQPRAGraph::RawVector NodeCosts(G.getNodeCosts(NId)); in apply()
446 PBQPRAGraph::RawVector NewCosts(G.getNodeCosts(NId)); in apply()
619 PBQPRAGraph::RawVector NodeCosts(VRegAllowed.size() + 1, 0); in initializeGraph()
/external/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()
/external/llvm-project/llvm/lib/CodeGen/
DRegAllocPBQP.cpp206 PBQPRAGraph::RawVector NodeCosts(G.getNodeCosts(NId)); in apply()
469 PBQPRAGraph::RawVector NewCosts(G.getNodeCosts(NId)); in apply()
674 PBQPRAGraph::RawVector NodeCosts(VRegAllowed.size() + 1, 0); in initializeGraph()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DRegAllocPBQP.h272 using RawVector = PBQP::Vector;
/external/llvm-project/llvm/include/llvm/CodeGen/
DRegAllocPBQP.h274 using RawVector = PBQP::Vector;
/external/llvm/include/llvm/CodeGen/
DRegAllocPBQP.h333 typedef PBQP::Vector RawVector; typedef