Searched refs:getSlot (Results 1 - 6 of 6) sorted by relevance

/freebsd-10.2-release/contrib/llvm/include/llvm/CodeGen/
H A DSlotIndexes.h134 return listEntry()->getIndex() | getSlot();
138 Slot getSlot() const { function in class:llvm::SlotIndex
229 bool isBlock() const { return getSlot() == Slot_Block; }
232 bool isEarlyClobber() const { return getSlot() == Slot_EarlyClobber; }
236 bool isRegister() const { return getSlot() == Slot_Register; }
239 bool isDead() const { return getSlot() == Slot_Dead; }
273 Slot s = getSlot();
283 return SlotIndex(listEntry()->getNextNode(), getSlot());
293 Slot s = getSlot();
303 return SlotIndex(listEntry()->getPrevNode(), getSlot());
[all...]
/freebsd-10.2-release/contrib/llvm/lib/Target/R600/
H A DR600Packetizer.cpp64 unsigned getSlot(const MachineInstr *MI) const { function in class:__anon2596::R600PacketizerList
82 int BISlot = getSlot(BI);
187 if (getSlot(MII) == getSlot(MIJ))
238 if (getSlot(MI) <= getSlot(CurrentPacketMIs.back())) {
/freebsd-10.2-release/contrib/llvm/lib/Target/X86/
H A DX86FloatingPoint.cpp188 /// getSlot - Return the stack slot number a particular register number is
190 unsigned getSlot(unsigned RegNo) const { function in struct:__anon2679::FPS
197 unsigned Slot = getSlot(RegNo);
224 return StackTop - 1 - getSlot(RegNo) + X86::ST0;
236 bool isAtTop(unsigned RegNo) const { return getSlot(RegNo) == StackTop-1; }
870 unsigned OldSlot = getSlot(FPRegNo);
900 std::swap(Stack[getSlot(KReg)], Stack[getSlot(DReg)]);
1247 unsigned UpdatedSlot = getSlot(updateST0 ? TOS : NotTOS);
1348 unsigned Slot = getSlot(SrcF
[all...]
/freebsd-10.2-release/contrib/llvm/lib/CodeGen/
H A DSlotIndexes.cpp238 os << listEntry()->getIndex() << "Berd"[getSlot()];
/freebsd-10.2-release/contrib/llvm/utils/TableGen/
H A DDAGISelMatcher.h883 unsigned getSlot() const { return Slot; } function in class:llvm::EmitConvertToTargetMatcher
965 unsigned getSlot() const { return Slot; } function in class:llvm::EmitNodeXFormMatcher
H A DDAGISelMatcherEmitter.cpp471 << cast<EmitConvertToTargetMatcher>(N)->getSlot() << ",\n";
499 << XF->getSlot() << ',';

Completed in 79 milliseconds