reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

lib/Target/AMDGPU/SIMachineFunctionInfo.h
  516   bool allocateSGPRSpillToVGPR(MachineFunction &MF, int FI);

References

lib/Target/AMDGPU/SIFrameLowering.cpp
 1027     if (!MFI->allocateSGPRSpillToVGPR(MF, NewFI))
 1046     if (!MFI->allocateSGPRSpillToVGPR(MF, NewFI))
lib/Target/AMDGPU/SILowerSGPRSpills.cpp
  295         if (FuncInfo->allocateSGPRSpillToVGPR(MF, FI)) {