Home
last modified time | relevance | path

Searched refs:SpillVGPRs (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DSIMachineFunctionInfo.cpp292 SpillVGPRs.push_back(SGPRSpillVGPRCSR(LaneVGPR, CSRSpillFI)); in allocateSGPRSpillToVGPR()
299 LaneVGPR = SpillVGPRs.back().VGPR; in allocateSGPRSpillToVGPR()
DSIMachineFunctionInfo.h224 SmallVector<SGPRSpillVGPRCSR, 2> SpillVGPRs; variable
236 return SpillVGPRs; in getSGPRSpillVGPRs()