Home
last modified time | relevance | path

Searched defs:Costs (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/
DGraph.h68 NodeEntry(VectorPtr Costs) : Costs(std::move(Costs)) {} in NodeEntry()
94 VectorPtr Costs; variable
103 EdgeEntry(NodeId N1Id, NodeId N2Id, MatrixPtr Costs) in EdgeEntry()
152 MatrixPtr Costs; variable
375 NodeId addNode(OtherVectorT Costs) { in addNode()
396 NodeId addNodeBypassingCostAllocator(OtherVectorPtrT Costs) { in addNodeBypassingCostAllocator()
409 EdgeId addEdge(NodeId N1Id, NodeId N2Id, OtherVectorT Costs) { in addEdge()
435 OtherMatrixPtrT Costs) { in addEdgeBypassingCostAllocator()
466 void setNodeCosts(NodeId NId, OtherVectorT Costs) { in setNodeCosts()
508 void updateEdgeCosts(EdgeId EId, OtherMatrixT Costs) { in updateEdgeCosts()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DRegAllocPBQP.cpp485 PBQPRAGraph::RawMatrix Costs(Allowed1->size() + 1, in apply() local
494 PBQPRAGraph::RawMatrix Costs(G.getEdgeCosts(EId)); in apply() local
890 const Vector &Costs = getNodeCosts(NId); in dump() local
DSplitKit.cpp1012 SmallVector<BlockFrequency, 8> Costs(Parent->getNumValNums()); in hoistCopies() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DRegAllocPBQP.h208 void setup(const Vector& Costs) { in setup()