Searched refs:allocateSGPRSpillToVGPR (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSILowerSGPRSpills.cpp342 if (FuncInfo->allocateSGPRSpillToVGPR(MF, FI)) {
H A DSIMachineFunctionInfo.cpp274 bool SIMachineFunctionInfo::allocateSGPRSpillToVGPR(MachineFunction &MF, function in class:SIMachineFunctionInfo
H A DSIMachineFunctionInfo.h535 bool allocateSGPRSpillToVGPR(MachineFunction &MF, int FI);
H A DSIFrameLowering.cpp91 if (!MFI->allocateSGPRSpillToVGPR(MF, NewFI))
111 if (MFI->allocateSGPRSpillToVGPR(MF, NewFI)) {

Completed in 125 milliseconds