Searched refs:Allowed2 (Results 1 – 2 of 2) sorted by relevance
/external/llvm/lib/CodeGen/ |
D | RegAllocPBQP.cpp | 455 const PBQPRAGraph::NodeMetadata::AllowedRegVector *Allowed2 = in apply() local 461 Allowed2->size() + 1, 0); in apply() 462 addVirtRegCoalesce(Costs, *Allowed1, *Allowed2, CBenefit); in apply() 467 std::swap(Allowed1, Allowed2); in apply() 470 addVirtRegCoalesce(Costs, *Allowed1, *Allowed2, CBenefit); in apply() 483 const PBQPRAGraph::NodeMetadata::AllowedRegVector &Allowed2, in addVirtRegCoalesce() argument 486 assert(CostMat.getCols() == Allowed2.size() + 1 && "Size mismatch."); in addVirtRegCoalesce() 489 for (unsigned J = 0; J != Allowed2.size(); ++J) { in addVirtRegCoalesce() 490 unsigned PReg2 = Allowed2[J]; in addVirtRegCoalesce()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | RegAllocPBQP.cpp | 480 const PBQPRAGraph::NodeMetadata::AllowedRegVector *Allowed2 = in apply() local 486 Allowed2->size() + 1, 0); in apply() 487 addVirtRegCoalesce(Costs, *Allowed1, *Allowed2, CBenefit); in apply() 492 std::swap(Allowed1, Allowed2); in apply() 495 addVirtRegCoalesce(Costs, *Allowed1, *Allowed2, CBenefit); in apply() 507 const PBQPRAGraph::NodeMetadata::AllowedRegVector &Allowed2, in addVirtRegCoalesce() argument 510 assert(CostMat.getCols() == Allowed2.size() + 1 && "Size mismatch."); in addVirtRegCoalesce() 513 for (unsigned J = 0; J != Allowed2.size(); ++J) { in addVirtRegCoalesce() 514 unsigned PReg2 = Allowed2[J]; in addVirtRegCoalesce()
|