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

References

lib/Target/AMDGPU/SIFormMemoryClauses.cpp
  305   if (skipFunction(MF.getFunction()))
  308   ST = &MF.getSubtarget<GCNSubtarget>();
  314   MRI = &MF.getRegInfo();
  315   MFI = MF.getInfo<SIMachineFunctionInfo>();
  320   MaxVGPRs = TRI->getAllocatableSet(MF, &AMDGPU::VGPR_32RegClass).count();
  321   MaxSGPRs = TRI->getAllocatableSet(MF, &AMDGPU::SGPR_32RegClass).count();
  323       MF.getFunction(), "amdgpu-max-memory-clause", MaxClause);
  325   for (MachineBasicBlock &MBB : MF) {