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

References

lib/Target/X86/X86CallFrameOptimization.cpp
  498   MachineBasicBlock::iterator FrameSetup = Context.FrameSetup;
  500   TII->setFrameAdjustment(*FrameSetup, Context.ExpectedDist);
  507   for (int Idx = (Context.ExpectedDist >> Log2SlotSize) - 1; Idx >= 0; --Idx) {
  508     MachineBasicBlock::iterator Store = *Context.ArgStoreVector[Idx];
  533       Push = BuildMI(MBB, Context.Call, DL, TII->get(PushOpcode)).add(PushOp);
  544         BuildMI(MBB, Context.Call, DL, TII->get(X86::IMPLICIT_DEF), UndefReg);
  545         BuildMI(MBB, Context.Call, DL, TII->get(X86::INSERT_SUBREG), Reg)
  560         Push = BuildMI(MBB, Context.Call, DL, TII->get(PushOpcode));
  569         Push = BuildMI(MBB, Context.Call, DL, TII->get(PushOpcode))
  590   if (Context.SPCopy && MRI->use_empty(Context.SPCopy->getOperand(0).getReg()))
  590   if (Context.SPCopy && MRI->use_empty(Context.SPCopy->getOperand(0).getReg()))
  591     Context.SPCopy->eraseFromParent();