Home
last modified time | relevance | path

Searched defs:isHint (Results 1 – 3 of 3) sorted by relevance

/external/llvm/lib/CodeGen/
DAllocationOrder.h79 bool isHint() const { return Pos <= 0; } in isHint() function
82 bool isHint(unsigned PhysReg) const { in isHint() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DAllocationOrder.h88 bool isHint() const { return Pos <= 0; } in isHint() function
91 bool isHint(unsigned PhysReg) const { return is_contained(Hints, PhysReg); } in isHint() function
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DAllocationOrder.h68 bool isHint(unsigned PhysReg) const { return PhysReg == Hint; } in isHint() function