Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/CodeGen/
DRegAllocPBQP.cpp177 PBQPRAProblem::getAllowedSet(unsigned vreg) const { in getAllowedSet() function in PBQPRAProblem
187 const AllowedSet& allowedSet = getAllowedSet(vreg); in getPRegForOption()
289 const PBQPRAProblem::AllowedSet &vr1Allowed = p->getAllowedSet(vr1); in build()
295 const PBQPRAProblem::AllowedSet &vr2Allowed = p->getAllowedSet(vr2); in build()
384 const PBQPRAProblem::AllowedSet &allowed = p->getAllowedSet(src); in build()
395 const PBQPRAProblem::AllowedSet *allowed1 = &p->getAllowedSet(dst); in build()
396 const PBQPRAProblem::AllowedSet *allowed2 = &p->getAllowedSet(src); in build()
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DRegAllocPBQP.h87 const AllowedSet& getAllowedSet(unsigned vreg) const;