Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:getSlot

126       return listEntry()->getIndex() | getSlot();
130 Slot getSlot() const {
227 bool isBlock() const { return getSlot() == Slot_Block; }
230 bool isEarlyClobber() const { return getSlot() == Slot_EarlyClobber; }
234 bool isRegister() const { return getSlot() == Slot_Register; }
237 bool isDead() const { return getSlot() == Slot_Dead; }
271 Slot s = getSlot();
281 return SlotIndex(&*++listEntry()->getIterator(), getSlot());
291 Slot s = getSlot();
301 return SlotIndex(&*--listEntry()->getIterator(), getSlot());
435 return SlotIndex(&*I, Index.getSlot());