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

References

lib/Target/AMDGPU/SIFrameLowering.cpp
  394   assert(&MF.front() == &MBB && "Shrink-wrapping not yet supported");
  396   SIMachineFunctionInfo *MFI = MF.getInfo<SIMachineFunctionInfo>();
  404   const GCNSubtarget &ST = MF.getSubtarget<GCNSubtarget>();
  407   MachineRegisterInfo &MRI = MF.getRegInfo();
  408   const Function &F = MF.getFunction();
  420     emitFlatScratchInit(ST, MF, MBB);
  423     = getReservedPrivateSegmentBufferReg(ST, TII, TRI, MFI, MF);
  428       getReservedPrivateSegmentWaveByteOffsetReg(ST, TII, TRI, MFI, MF);
  461   for (MachineBasicBlock &OtherBB : MF) {
  497   const bool HasFP = hasFP(MF);
  511     emitEntryFunctionScratchSetup(ST, MF, MBB, MFI, I,
  517     const MachineFrameInfo &FrameInfo = MF.getFrameInfo();