Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/include/llvm/CodeGen/
DSlotIndexes.h121 return listEntry()->getIndex() | getSlot();
125 Slot getSlot() const {
231 bool isBlock() const { return getSlot() == Slot_Block; }
234 bool isEarlyClobber() const { return getSlot() == Slot_EarlyClobber; }
238 bool isRegister() const { return getSlot() == Slot_Register; }
241 bool isDead() const { return getSlot() == Slot_Dead; }
275 Slot s = getSlot();
285 return SlotIndex(&*++listEntry()->getIterator(), getSlot());
295 Slot s = getSlot();
305 return SlotIndex(&*--listEntry()->getIterator(), getSlot());
[all …]
/openbsd/src/gnu/llvm/llvm/lib/Target/AMDGPU/
DR600Packetizer.cpp57 unsigned getSlot(const MachineInstr &MI) const { in getSlot() function in __anonfc5d97490111::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()
/openbsd/src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/
DPDBSymbolData.h45 FORWARD_SYMBOL_METHOD(getSlot)
DIPDBRawSymbol.h130 virtual uint32_t getSlot() const = 0;
/openbsd/src/gnu/llvm/llvm/lib/Target/X86/
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()
905 unsigned OldSlot = getSlot(FPRegNo); in freeStackSlotBefore()
938 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()
/openbsd/src/gnu/llvm/llvm/lib/CodeGen/
DSlotIndexes.cpp261 os << listEntry()->getIndex() << "Berd"[getSlot()]; in print()
/openbsd/src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/DIA/
DDIARawSymbol.h104 uint32_t getSlot() const override;
/openbsd/src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/Native/
DNativeRawSymbol.h109 uint32_t getSlot() const override;
/openbsd/src/gnu/llvm/llvm/lib/Transforms/Vectorize/
DVPlanValue.h444 unsigned getSlot(const VPValue *V) const { in getSlot() function
DVPlan.cpp1022 unsigned Slot = Tracker.getSlot(this); in printAsOperand()
1026 OS << "vp<%" << Tracker.getSlot(this) << ">"; in printAsOperand()
/openbsd/src/gnu/llvm/llvm/lib/DebugInfo/PDB/Native/
DNativeRawSymbol.cpp270 uint32_t NativeRawSymbol::getSlot() const { in getSlot() function in NativeRawSymbol
/openbsd/src/gnu/llvm/llvm/utils/TableGen/
DDAGISelMatcherEmitter.cpp705 << cast<EmitConvertToTargetMatcher>(N)->getSlot() << ",\n"; in EmitMatcher()
743 << XF->getSlot() << ','; in EmitMatcher()
DDAGISelMatcher.h897 unsigned getSlot() const { return Slot; } in getSlot() function
976 unsigned getSlot() const { return Slot; } in getSlot() function
/openbsd/src/gnu/llvm/clang/lib/CodeGen/
DCGHLSLRuntime.cpp302 Binding->getSlot().substr(1).getAsInteger(10, RegInt); in BufferResBinding()
/openbsd/src/gnu/llvm/llvm/lib/DebugInfo/PDB/DIA/
DDIARawSymbol.cpp766 uint32_t DIARawSymbol::getSlot() const { in getSlot() function in DIARawSymbol