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

References

lib/Target/X86/X86CallFrameOptimization.cpp
  163   unsigned FrameSetupOpcode = TII->getCallFrameSetupOpcode();
  164   unsigned FrameDestroyOpcode = TII->getCallFrameDestroyOpcode();
  172         if (TII->getFrameSize(MI) >= StackProbeSize && UseStackProbe)
  238   TII = STI->getInstrInfo();
  251   unsigned FrameSetupOpcode = TII->getCallFrameSetupOpcode();
  363   assert(I->getOpcode() == TII->getCallFrameSetupOpcode());
  369   unsigned int MaxAdjust = TII->getFrameSize(*FrameSetup) >> Log2SlotSize;
  470   if ((++I)->getOpcode() != TII->getCallFrameDestroyOpcode())
  500   TII->setFrameAdjustment(*FrameSetup, Context.ExpectedDist);
  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))