Searched refs:getSlot (Results 1 – 12 of 12) sorted by relevance
125 return listEntry()->getIndex() | getSlot();129 Slot getSlot() const {226 bool isBlock() const { return getSlot() == Slot_Block; }229 bool isEarlyClobber() const { return getSlot() == Slot_EarlyClobber; }233 bool isRegister() const { return getSlot() == Slot_Register; }236 bool isDead() const { return getSlot() == Slot_Dead; }270 Slot s = getSlot();280 return SlotIndex(&*++listEntry()->getIterator(), getSlot());290 Slot s = getSlot();300 return SlotIndex(&*--listEntry()->getIterator(), getSlot());[all …]
62 unsigned getSlot(const MachineInstr &MI) const { in getSlot() function in __anon006657970111::R600PacketizerList80 int BISlot = getSlot(*BI); in getPreviousVector()184 if (getSlot(*MII) == getSlot(*MIJ)) in isLegalToPacketizeTogether()235 if (getSlot(MI) <= getSlot(*CurrentPacketMIs.back())) { in isBundlableWithCurrentPMI()
45 FORWARD_SYMBOL_METHOD(getSlot)
134 virtual uint32_t getSlot() const = 0;
184 unsigned getSlot(unsigned RegNo) const { in getSlot() function191 unsigned Slot = getSlot(RegNo); in isLive()205 return StackTop - 1 - getSlot(RegNo) + X86::ST0; in getSTReg()224 bool isAtTop(unsigned RegNo) const { return getSlot(RegNo) == StackTop-1; } in isAtTop()877 unsigned OldSlot = getSlot(FPRegNo); in freeStackSlotBefore()910 std::swap(Stack[getSlot(KReg)], Stack[getSlot(DReg)]); in adjustLiveRegs()1376 unsigned UpdatedSlot = getSlot(updateST0 ? TOS : NotTOS); in handleTwoArgFP()1471 unsigned Slot = getSlot(SrcFP); in handleSpecialFP()
158 size_t getSlot(const Variable& v);398 size_t slot = this->getSlot(var), in setupGlobals()455 size_t paramSlot = this->getSlot(*p), in writeFunction()473 size_t paramSlot = this->getSlot(*p); in writeFunction()549 size_t SkVMGenerator::getSlot(const Variable& v) { in getSlot() function in SkSL::SkVMGenerator942 size_t slot = this->getSlot(*expr.variable()); in writeVariableExpression()1610 size_t varSlot = this->getSlot(var); in writeStore()1656 size_t indexSlot = this->getSlot(*loop.fIndex); in writeForStatement()1749 size_t slot = this->getSlot(decl.var()), in writeVarDeclaration()
270 os << listEntry()->getIndex() << "Berd"[getSlot()]; in print()
109 uint32_t getSlot() const override;
104 uint32_t getSlot() const override;
271 uint32_t NativeRawSymbol::getSlot() const { in getSlot() function in NativeRawSymbol
374 getSlot: function (...args) { method
766 uint32_t DIARawSymbol::getSlot() const { in getSlot() function in DIARawSymbol