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

Declarations

lib/Target/SystemZ/SystemZISelLowering.h
  646   MachineBasicBlock *emitMemMemWrapper(MachineInstr &MI, MachineBasicBlock *BB,

References

lib/Target/SystemZ/SystemZISelLowering.cpp
 7760     return emitMemMemWrapper(MI, MBB, SystemZ::MVC);
 7763     return emitMemMemWrapper(MI, MBB, SystemZ::NC);
 7766     return emitMemMemWrapper(MI, MBB, SystemZ::OC);
 7769     return emitMemMemWrapper(MI, MBB, SystemZ::XC);
 7772     return emitMemMemWrapper(MI, MBB, SystemZ::CLC);