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

Declarations

lib/Target/Mips/MipsTargetStreamer.h
  144   void emitEmptyDelaySlot(bool hasShortDelaySlot, SMLoc IDLoc,

References

lib/Target/Mips/AsmParser/MipsAsmParser.cpp
 2279     TOut.emitEmptyDelaySlot(hasShortDelaySlot(Inst), IDLoc, STI);
 2291         TOut.emitEmptyDelaySlot(hasShortDelaySlot(Inst), IDLoc,
 2591     TOut.emitEmptyDelaySlot(hasShortDelaySlot(JalrInst), IDLoc,
 3525     TOut.emitEmptyDelaySlot(true, IDLoc, STI);
 4919     TOut.emitEmptyDelaySlot(false, IDLoc, STI);