Searched refs:LaneVGPRIdx (Results 1 - 1 of 1) sorted by relevance

/freebsd-11.0-release/contrib/llvm/lib/Target/AMDGPU/
H A DSIMachineFunctionInfo.cpp156 unsigned LaneVGPRIdx = Offset / (64 * 4); local
161 if (!LaneVGPRs.count(LaneVGPRIdx)) {
174 LaneVGPRs[LaneVGPRIdx] = LaneVGPR;
184 Spill.VGPR = LaneVGPRs[LaneVGPRIdx];

Completed in 23 milliseconds