Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIMachineFunctionInfo.cpp637 bool SIMachineFunctionInfo::removeVGPRForSGPRSpill(Register ReservedVGPR, in removeVGPRForSGPRSpill() argument
640 if (i->VGPR == ReservedVGPR) { in removeVGPRForSGPRSpill()
644 MBB.removeLiveIn(ReservedVGPR); in removeVGPRForSGPRSpill()
H A DSIMachineFunctionInfo.h531 bool removeVGPRForSGPRSpill(Register ReservedVGPR, MachineFunction &MF);