Home
last modified time | relevance | path

Searched refs:NextSlot (Results 1 – 3 of 3) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUMarkLastScratchLoad.cpp99 SlotIndex NextSlot = Slots.getNextNonNullIndex(Segment.end); in runOnMachineFunction() local
100 MISegmentEnd = SI->getInstructionFromIndex(NextSlot); in runOnMachineFunction()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlanValue.h449 unsigned NextSlot = 0; variable
H A DVPlan.cpp1246 Slots[V] = NextSlot++; in assignSlot()