Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DSlotIndexes.h125 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 …]
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DR600Packetizer.cpp57 unsigned getSlot(const MachineInstr &MI) const { in getSlot() function in __anonb7fa72980111::R600PacketizerList
75 int BISlot = getSlot(*BI); in getPreviousVector()
179 if (getSlot(*MII) == getSlot(*MIJ)) in isLegalToPacketizeTogether()
230 if (getSlot(MI) <= getSlot(*CurrentPacketMIs.back())) { in isBundlableWithCurrentPMI()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86FloatingPoint.cpp184 unsigned getSlot(unsigned RegNo) const { in getSlot() function
191 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()
1379 unsigned UpdatedSlot = getSlot(updateST0 ? TOS : NotTOS); in handleTwoArgFP()
1474 unsigned Slot = getSlot(SrcFP); in handleSpecialFP()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/
H A DPDBSymbolData.h45 FORWARD_SYMBOL_METHOD(getSlot)
H A DIPDBRawSymbol.h130 virtual uint32_t getSlot() const = 0;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DSlotIndexes.cpp270 os << listEntry()->getIndex() << "Berd"[getSlot()]; in print()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DVPlanValue.h413 unsigned getSlot(const VPValue *V) const { in getSlot() function
H A DVPlan.cpp1179 unsigned Slot = Tracker.getSlot(this); in printAsOperand()
1183 OS << "vp<%" << Tracker.getSlot(this) << ">"; in printAsOperand()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/Native/
H A DNativeRawSymbol.h109 uint32_t getSlot() const override;
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/DIA/
H A DDIARawSymbol.h104 uint32_t getSlot() const override;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/
H A DNativeRawSymbol.cpp271 uint32_t NativeRawSymbol::getSlot() const { in getSlot() function in NativeRawSymbol
/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DDAGISelMatcherEmitter.cpp709 << cast<EmitConvertToTargetMatcher>(N)->getSlot() << ",\n"; in EmitMatcher()
747 << XF->getSlot() << ','; in EmitMatcher()
H A DDAGISelMatcher.h897 unsigned getSlot() const { return Slot; } in getSlot() function
976 unsigned getSlot() const { return Slot; } in getSlot() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/DIA/
H A DDIARawSymbol.cpp766 uint32_t DIARawSymbol::getSlot() const { in getSlot() function in DIARawSymbol