Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
DSILowerSGPRSpills.cpp311 FuncInfo->removeVGPRForSGPRSpill(FuncInfo->VGPRReservedForSGPRSpill, MF); in runOnMachineFunction()
379 FuncInfo->removeVGPRForSGPRSpill(FuncInfo->VGPRReservedForSGPRSpill, MF); in runOnMachineFunction()
DSIMachineFunctionInfo.h531 bool removeVGPRForSGPRSpill(Register ReservedVGPR, MachineFunction &MF);
DSIMachineFunctionInfo.cpp637 bool SIMachineFunctionInfo::removeVGPRForSGPRSpill(Register ReservedVGPR, in removeVGPRForSGPRSpill() function in SIMachineFunctionInfo