Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIMachineFunctionInfo.cpp442 bool isAGPRtoVGPR) { in allocateVGPRSpillToAGPR() argument
460 isAGPRtoVGPR ? AMDGPU::VGPR_32RegClass : AMDGPU::AGPR_32RegClass; in allocateVGPRSpillToAGPR()
463 auto &SpillRegs = isAGPRtoVGPR ? SpillAGPR : SpillVGPR; in allocateVGPRSpillToAGPR()
H A DSIMachineFunctionInfo.h714 bool allocateVGPRSpillToAGPR(MachineFunction &MF, int FI, bool isAGPRtoVGPR);