Searched refs:getSlot (Results 1 – 13 of 13) sorted by relevance
100 return listEntry()->getIndex() | getSlot(); in getIndex()104 Slot getSlot() const { in getSlot() function209 bool isBlock() const { return getSlot() == Slot_Block; } in isBlock()212 bool isEarlyClobber() const { return getSlot() == Slot_EarlyClobber; } in isEarlyClobber()216 bool isRegister() const { return getSlot() == Slot_Register; } in isRegister()219 bool isDead() const { return getSlot() == Slot_Dead; } in isDead()253 Slot s = getSlot(); in getNextSlot()263 return SlotIndex(&*++listEntry()->getIterator(), getSlot()); in getNextIndex()273 Slot s = getSlot(); in getPrevSlot()283 return SlotIndex(&*--listEntry()->getIterator(), getSlot()); in getPrevIndex()[all …]
57 unsigned getSlot(const MachineInstr &MI) const { in getSlot() function in __anon0b5b71cd0111::R600PacketizerList75 int BISlot = getSlot(*BI); in getPreviousVector()179 if (getSlot(*MII) == getSlot(*MIJ)) in isLegalToPacketizeTogether()229 if (getSlot(MI) <= getSlot(*CurrentPacketMIs.back())) { in isBundlableWithCurrentPMI()
45 FORWARD_SYMBOL_METHOD(getSlot)
130 virtual uint32_t getSlot() const = 0;
183 unsigned getSlot(unsigned RegNo) const { in getSlot() function190 unsigned Slot = getSlot(RegNo); in isLive()204 return StackTop - 1 - getSlot(RegNo) + X86::ST0; in getSTReg()223 bool isAtTop(unsigned RegNo) const { return getSlot(RegNo) == StackTop-1; } in isAtTop()904 unsigned OldSlot = getSlot(FPRegNo); in freeStackSlotBefore()937 std::swap(Stack[getSlot(KReg)], Stack[getSlot(DReg)]); in adjustLiveRegs()1441 unsigned UpdatedSlot = getSlot(updateST0 ? TOS : NotTOS); in handleTwoArgFP()1538 unsigned Slot = getSlot(SrcFP); in handleSpecialFP()
279 os << listEntry()->getIndex() << "Berd"[getSlot()]; in print()
104 uint32_t getSlot() const override;
109 uint32_t getSlot() const override;
270 uint32_t NativeRawSymbol::getSlot() const { in getSlot() function in NativeRawSymbol
913 unsigned getSlot() const { return Slot; } in getSlot() function991 unsigned getSlot() const { return Slot; } in getSlot() function
831 unsigned Slot = cast<EmitConvertToTargetMatcher>(N)->getSlot(); in EmitMatcher()881 << XF->getSlot() << ','; in EmitMatcher()
301 Binding->getSlot().substr(1).getAsInteger(10, RegInt); in BufferResBinding()
766 uint32_t DIARawSymbol::getSlot() const { in getSlot() function in DIARawSymbol