Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DRegAllocPBQP.h90 unsigned getPRegForOption(unsigned vreg, unsigned option) const;
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DRegAllocPBQP.cpp184 unsigned PBQPRAProblem::getPRegForOption(unsigned vreg, unsigned option) const { in getPRegForOption() function in PBQPRAProblem
532 unsigned preg = problem.getPRegForOption(vreg, alloc); in mapPBQPToRegAlloc()