Home
last modified time | relevance | path

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

/freebsd/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/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlanValue.h457 unsigned NextSlot = 0; variable
H A DVPlan.cpp1520 VPValue2Name[V] = (Twine("vp<%") + Twine(NextSlot) + ">").str(); in assignName()
1521 NextSlot++; in assignName()