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

References

lib/Target/Sparc/DelaySlotFiller.cpp
  117         (MI->getOpcode() == SP::RESTORErr
  118          || MI->getOpcode() == SP::RESTOREri)) {
  119       Changed |= tryCombineRestoreWithPrevInst(MBB, MI);
  126         (MI->getOpcode() == SP::FCMPS || MI->getOpcode() == SP::FCMPD
  126         (MI->getOpcode() == SP::FCMPS || MI->getOpcode() == SP::FCMPD
  127          || MI->getOpcode() == SP::FCMPQ)) {
  128       BuildMI(MBB, I, MI->getDebugLoc(), TII->get(SP::NOP));
  134     if (!MI->hasDelaySlot())
  140       D = findDelayInstr(MBB, MI);
  146       BuildMI(MBB, I, MI->getDebugLoc(), TII->get(SP::NOP));
  151     if (needsUnimp(MI, structSize)) {
  152       MachineBasicBlock::iterator J = MI;
  155       BuildMI(MBB, ++J, MI->getDebugLoc(),
  158       MIBundleBuilder(MBB, MachineBasicBlock::iterator(MI), J);
  160       MIBundleBuilder(MBB, MachineBasicBlock::iterator(MI), I);