Searched refs:Allowed1 (Results 1 – 2 of 2) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | RegAllocPBQP.cpp | 479 const PBQPRAGraph::NodeMetadata::AllowedRegVector *Allowed1 = in apply() local 486 PBQPRAGraph::RawMatrix Costs(Allowed1->size() + 1, in apply() 488 addVirtRegCoalesce(Costs, *Allowed1, *Allowed2, CBenefit); in apply() 493 std::swap(Allowed1, Allowed2); in apply() 496 addVirtRegCoalesce(Costs, *Allowed1, *Allowed2, CBenefit); in apply() 507 const PBQPRAGraph::NodeMetadata::AllowedRegVector &Allowed1, in addVirtRegCoalesce() argument 510 assert(CostMat.getRows() == Allowed1.size() + 1 && "Size mismatch."); in addVirtRegCoalesce() 512 for (unsigned I = 0; I != Allowed1.size(); ++I) { in addVirtRegCoalesce() 513 unsigned PReg1 = Allowed1[I]; in addVirtRegCoalesce()
|
/external/llvm/lib/CodeGen/ |
D | RegAllocPBQP.cpp | 453 const PBQPRAGraph::NodeMetadata::AllowedRegVector *Allowed1 = in apply() local 460 PBQPRAGraph::RawMatrix Costs(Allowed1->size() + 1, 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() 482 const PBQPRAGraph::NodeMetadata::AllowedRegVector &Allowed1, in addVirtRegCoalesce() argument 485 assert(CostMat.getRows() == Allowed1.size() + 1 && "Size mismatch."); in addVirtRegCoalesce() 487 for (unsigned I = 0; I != Allowed1.size(); ++I) { in addVirtRegCoalesce() 488 unsigned PReg1 = Allowed1[I]; in addVirtRegCoalesce()
|