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

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/
H A DPDBSymbolData.h45 FORWARD_SYMBOL_METHOD(getSlot)
H A DIPDBRawSymbol.h134 virtual uint32_t getSlot() const = 0;
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DSlotIndexes.h125 return listEntry()->getIndex() | getSlot();
129 Slot getSlot() const { function in class:llvm::SlotIndex
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...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DR600Packetizer.cpp62 unsigned getSlot(const MachineInstr &MI) const { function in class:__anon2107::R600PacketizerList
80 int BISlot = getSlot(*BI);
184 if (getSlot(*MII) == getSlot(*MIJ))
235 if (getSlot(MI) <= getSlot(*CurrentPacketMIs.back())) {
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86FloatingPoint.cpp182 /// getSlot - Return the stack slot number a particular register number is
184 unsigned getSlot(unsigned RegNo) const { function in struct:__anon2498::FPS
191 unsigned Slot = getSlot(RegNo);
205 return StackTop - 1 - getSlot(RegNo) + X86::ST0;
224 bool isAtTop(unsigned RegNo) const { return getSlot(RegNo) == StackTop-1; }
877 unsigned OldSlot = getSlot(FPRegNo);
910 std::swap(Stack[getSlot(KReg)], Stack[getSlot(DReg)]);
1376 unsigned UpdatedSlot = getSlot(updateST0 ? TOS : NotTOS);
1471 unsigned Slot = getSlot(SrcF
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DSlotIndexes.cpp270 os << listEntry()->getIndex() << "Berd"[getSlot()];
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/DIA/
H A DDIARawSymbol.h104 uint32_t getSlot() const override;
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DNativeRawSymbol.h109 uint32_t getSlot() const override;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DNativeRawSymbol.cpp271 uint32_t NativeRawSymbol::getSlot() const { function in class:NativeRawSymbol
/freebsd-11-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DDAGISelMatcher.h889 unsigned getSlot() const { return Slot; } function in class:llvm::EmitConvertToTargetMatcher
968 unsigned getSlot() const { return Slot; } function in class:llvm::EmitNodeXFormMatcher
H A DDAGISelMatcherEmitter.cpp654 << cast<EmitConvertToTargetMatcher>(N)->getSlot() << ",\n";
692 << XF->getSlot() << ',';
/freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/DIA/
H A DDIARawSymbol.cpp766 uint32_t DIARawSymbol::getSlot() const { function in class:DIARawSymbol

Completed in 122 milliseconds