Searched refs:PBQPRAProblem (Results 1 - 2 of 2) sorted by relevance

/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
H A DRegAllocPBQP.h38 class PBQPRAProblem { class in namespace:llvm
126 virtual std::auto_ptr<PBQPRAProblem> build(
136 const PBQPRAProblem::AllowedSet &vr1Allowed,
137 const PBQPRAProblem::AllowedSet &vr2Allowed,
147 virtual std::auto_ptr<PBQPRAProblem> build(
159 const PBQPRAProblem::AllowedSet &vr1Allowed,
160 const PBQPRAProblem::AllowedSet &vr2Allowed,
/external/swiftshader/third_party/LLVM/lib/CodeGen/
H A DRegAllocPBQP.cpp150 bool mapPBQPToRegAlloc(const PBQPRAProblem &problem,
163 unsigned PBQPRAProblem::getVRegForNode(PBQP::Graph::ConstNodeItr node) const {
169 PBQP::Graph::NodeItr PBQPRAProblem::getNodeForVReg(unsigned vreg) const {
176 const PBQPRAProblem::AllowedSet&
177 PBQPRAProblem::getAllowedSet(unsigned vreg) const {
184 unsigned PBQPRAProblem::getPRegForOption(unsigned vreg, unsigned option) const {
192 std::auto_ptr<PBQPRAProblem> PBQPBuilder::build(MachineFunction *mf,
202 std::auto_ptr<PBQPRAProblem> p(new PBQPRAProblem());
289 const PBQPRAProblem
[all...]

Completed in 132 milliseconds