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-10.0/llvm/lib/CodeGen/
DAllocationOrder.h87 bool isHint() const { return Pos <= 0; } in isHint() function
90 bool isHint(unsigned PhysReg) const { return is_contained(Hints, PhysReg); } in isHint() function
/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/
DAllocationOrder.h52 bool isHint() const { return Pos < 0; } in isHint() function
114 bool isHint(Register Reg) const { in isHint() function