Home
last modified time | relevance | path

Searched refs:getSlot (Results 1 – 13 of 13) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DSlotIndexes.h100 return listEntry()->getIndex() | getSlot(); in getIndex()
104 Slot getSlot() const { in getSlot() function
209 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 …]
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DR600Packetizer.cpp57 unsigned getSlot(const MachineInstr &MI) const { in getSlot() function in __anon0b5b71cd0111::R600PacketizerList
75 int BISlot = getSlot(*BI); in getPreviousVector()
179 if (getSlot(*MII) == getSlot(*MIJ)) in isLegalToPacketizeTogether()
229 if (getSlot(MI) <= getSlot(*CurrentPacketMIs.back())) { in isBundlableWithCurrentPMI()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/
H A DPDBSymbolData.h45 FORWARD_SYMBOL_METHOD(getSlot)
H A DIPDBRawSymbol.h130 virtual uint32_t getSlot() const = 0;
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86FloatingPoint.cpp183 unsigned getSlot(unsigned RegNo) const { in getSlot() function
190 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()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DSlotIndexes.cpp279 os << listEntry()->getIndex() << "Berd"[getSlot()]; in print()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/DIA/
H A DDIARawSymbol.h104 uint32_t getSlot() const override;
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DNativeRawSymbol.h109 uint32_t getSlot() const override;
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DNativeRawSymbol.cpp270 uint32_t NativeRawSymbol::getSlot() const { in getSlot() function in NativeRawSymbol
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/
H A DDAGISelMatcher.h913 unsigned getSlot() const { return Slot; } in getSlot() function
991 unsigned getSlot() const { return Slot; } in getSlot() function
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DDAGISelMatcherEmitter.cpp831 unsigned Slot = cast<EmitConvertToTargetMatcher>(N)->getSlot(); in EmitMatcher()
881 << XF->getSlot() << ','; in EmitMatcher()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGHLSLRuntime.cpp301 Binding->getSlot().substr(1).getAsInteger(10, RegInt); in BufferResBinding()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/DIA/
H A DDIARawSymbol.cpp766 uint32_t DIARawSymbol::getSlot() const { in getSlot() function in DIARawSymbol