Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:getSlot

118       return listEntry()->getIndex() | getSlot();
122 Slot getSlot() const {
219 bool isBlock() const { return getSlot() == Slot_Block; }
222 bool isEarlyClobber() const { return getSlot() == Slot_EarlyClobber; }
226 bool isRegister() const { return getSlot() == Slot_Register; }
229 bool isDead() const { return getSlot() == Slot_Dead; }
263 Slot s = getSlot();
273 return SlotIndex(&*++listEntry()->getIterator(), getSlot());
283 Slot s = getSlot();
293 return SlotIndex(&*--listEntry()->getIterator(), getSlot());
427 return SlotIndex(&*I, Index.getSlot());