Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DRegAllocPBQP.h73 bool isPRegOption(unsigned vreg, unsigned option) const { in isPRegOption() function
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DRegAllocPBQP.cpp185 assert(isPRegOption(vreg, option) && "Not a preg option."); in getPRegForOption()
531 if (problem.isPRegOption(vreg, alloc)) { in mapPBQPToRegAlloc()