Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DSIMachineFunctionInfo.h205 struct SGPRSpillVGPRCSR { struct
213 SGPRSpillVGPRCSR(unsigned V, Optional<int> F) : VGPR(V), FI(F) {} in SGPRSpillVGPRCSR() argument
224 SmallVector<SGPRSpillVGPRCSR, 2> SpillVGPRs;
235 ArrayRef<SGPRSpillVGPRCSR> getSGPRSpillVGPRs() const { in getSGPRSpillVGPRs()
DSIMachineFunctionInfo.cpp292 SpillVGPRs.push_back(SGPRSpillVGPRCSR(LaneVGPR, CSRSpillFI)); in allocateSGPRSpillToVGPR()
DSIFrameLowering.cpp594 for (const SIMachineFunctionInfo::SGPRSpillVGPRCSR &Reg in emitPrologue()
614 for (const SIMachineFunctionInfo::SGPRSpillVGPRCSR &Reg in emitEpilogue()