Home
last modified time | relevance | path

Searched refs:getNextNonNullIndex (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUMarkLastScratchLoad.cpp99 SlotIndex NextSlot = Slots.getNextNonNullIndex(Segment.end); in runOnMachineFunction()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DSlotIndexes.h403 SlotIndex getNextNonNullIndex(SlotIndex Index) { in getNextNonNullIndex() function
H A DLiveInterval.h589 if (Indexes->getNextNonNullIndex(S.start).getBaseIndex() < in isZeroLength()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegisterCoalescer.cpp2304 for (SlotIndex SI = Indexes->getNextNonNullIndex(DestRegIdx); in joinReservedPhysReg()
2305 SI != CopyRegIdx; SI = Indexes->getNextNonNullIndex(SI)) { in joinReservedPhysReg()
H A DLiveDebugVariables.cpp1939 for (; Idx < End; Idx = Slots->getNextNonNullIndex(Idx)) { in emitDebugValues()
H A DLiveIntervals.cpp1498 Indexes->getNextNonNullIndex(OldIdx))) in findLastUseBefore()