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

Overrides

include/llvm/CodeGen/TargetInstrInfo.h
  978   virtual bool expandPostRAPseudo(MachineInstr &MI) const { return false; }

Declarations

lib/Target/PowerPC/PPCInstrInfo.h
  395   bool expandPostRAPseudo(MachineInstr &MI) const override;

References

lib/Target/PowerPC/PPCInstrInfo.cpp
 2182       return expandPostRAPseudo(MI);
 2193       return expandPostRAPseudo(MI);