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

References

lib/Target/X86/X86CallFrameOptimization.cpp
  365   Context.FrameSetup = FrameSetup;
  373     Context.NoStackParams = true;
  397       Context.SPCopy = &*J++;
  398       StackPtr = Context.SPCopy->getOperand(0).getReg();
  407     Context.ArgStoreVector.resize(MaxAdjust, nullptr);
  445     assert((size_t)StackDisp < Context.ArgStoreVector.size() &&
  449     if (Context.ArgStoreVector[StackDisp] != nullptr)
  451     Context.ArgStoreVector[StackDisp] = &*I;
  469   Context.Call = &*I;
  475   auto MMI = Context.ArgStoreVector.begin(), MME = Context.ArgStoreVector.end();
  475   auto MMI = Context.ArgStoreVector.begin(), MME = Context.ArgStoreVector.end();
  476   for (; MMI != MME; ++MMI, Context.ExpectedDist += SlotSize)
  481   if (MMI == Context.ArgStoreVector.begin())
  490   Context.UsePush = true;