Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DSIMachineFunctionInfo.cpp298 Optional<int> CSRSpillFI; in allocateSGPRSpillToVGPR() local
301 CSRSpillFI = FrameInfo.CreateSpillStackObject(4, 4); in allocateSGPRSpillToVGPR()
304 SpillVGPRs.push_back(SGPRSpillVGPRCSR(LaneVGPR, CSRSpillFI)); in allocateSGPRSpillToVGPR()