Home
last modified time | relevance | path

Searched refs:vr1Allowed (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/CodeGen/
DRegAllocPBQP.cpp289 const PBQPRAProblem::AllowedSet &vr1Allowed = p->getAllowedSet(vr1); in build() local
301 PBQP::Matrix(vr1Allowed.size()+1, vr2Allowed.size()+1, 0)); in build()
303 addInterferenceCosts(g.getEdgeCosts(edge), vr1Allowed, vr2Allowed, tri); in build()
318 const PBQPRAProblem::AllowedSet &vr1Allowed, in addInterferenceCosts() argument
321 assert(costMat.getRows() == vr1Allowed.size() + 1 && "Matrix height mismatch."); in addInterferenceCosts()
324 for (unsigned i = 0; i != vr1Allowed.size(); ++i) { in addInterferenceCosts()
325 unsigned preg1 = vr1Allowed[i]; in addInterferenceCosts()
428 const PBQPRAProblem::AllowedSet &vr1Allowed, in addVirtRegCoalesce() argument
432 assert(costMat.getRows() == vr1Allowed.size() + 1 && "Size mismatch."); in addVirtRegCoalesce()
435 for (unsigned i = 0; i != vr1Allowed.size(); ++i) { in addVirtRegCoalesce()
[all …]
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DRegAllocPBQP.h136 const PBQPRAProblem::AllowedSet &vr1Allowed,
159 const PBQPRAProblem::AllowedSet &vr1Allowed,