Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DSIMachineFunctionInfo.cpp325 bool isAGPRtoVGPR) { in allocateVGPRSpillToAGPR() argument
343 isAGPRtoVGPR ? AMDGPU::VGPR_32RegClass : AMDGPU::AGPR_32RegClass; in allocateVGPRSpillToAGPR()
346 auto &SpillRegs = isAGPRtoVGPR ? SpillAGPR : SpillVGPR; in allocateVGPRSpillToAGPR()
DSIMachineFunctionInfo.h518 bool allocateVGPRSpillToAGPR(MachineFunction &MF, int FI, bool isAGPRtoVGPR);