Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:Hints

13 // hints and target hooks. The AllocationOrder class encapsulates all of that.
29 SmallVector<MCPhysReg, 16> Hints;
42 /// Get the allocation order without reordered hints.
50 return Hints.end()[Pos++];
64 /// This can produce more than Limit registers if there are hints.
67 return Hints.end()[Pos++];
74 void rewind() { Pos = -int(Hints.size()); }
81 return std::find(Hints.begin(), Hints.end(), PhysReg) != Hints.end();