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

Declarations

lib/Target/SystemZ/SystemZInstrInfo.h
  169   void expandRXYPseudo(MachineInstr &MI, unsigned LowOpcode,

References

lib/Target/SystemZ/SystemZInstrInfo.cpp
 1236     expandRXYPseudo(MI, SystemZ::LB, SystemZ::LBH);
 1240     expandRXYPseudo(MI, SystemZ::LH, SystemZ::LHH);
 1252     expandRXYPseudo(MI, SystemZ::LLC, SystemZ::LLCH);
 1256     expandRXYPseudo(MI, SystemZ::LLH, SystemZ::LLHH);
 1260     expandRXYPseudo(MI, SystemZ::L, SystemZ::LFH);
 1272     expandRXYPseudo(MI, SystemZ::STC, SystemZ::STCH);
 1276     expandRXYPseudo(MI, SystemZ::STH, SystemZ::STHH);
 1280     expandRXYPseudo(MI, SystemZ::ST, SystemZ::STFH);
 1364     expandRXYPseudo(MI, SystemZ::C, SystemZ::CHF);
 1368     expandRXYPseudo(MI, SystemZ::CL, SystemZ::CLHF);