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

References

lib/Target/X86/X86CallFrameOptimization.cpp
  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))
  582           MBB, std::next(Push), DL,
  585     MBB.erase(Store);