Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DSIMachineFunctionInfo.cpp615 bool SIMachineFunctionInfo::removeVGPRForSGPRSpill(Register ReservedVGPR, in removeVGPRForSGPRSpill() argument
618 if (i->VGPR == ReservedVGPR) { in removeVGPRForSGPRSpill()
622 MBB.removeLiveIn(ReservedVGPR); in removeVGPRForSGPRSpill()
H A DSIMachineFunctionInfo.h531 bool removeVGPRForSGPRSpill(Register ReservedVGPR, MachineFunction &MF);