Home
last modified time | relevance | path

Searched refs:expandRIPseudo (Results 1 – 2 of 2) sorted by relevance

/external/llvm/lib/Target/SystemZ/
DSystemZInstrInfo.cpp109 void SystemZInstrInfo::expandRIPseudo(MachineInstr &MI, unsigned LowOpcode, in expandRIPseudo() function in SystemZInstrInfo
1093 expandRIPseudo(MI, SystemZ::LHI, SystemZ::IIHF, true); in expandPostRAPseudo()
1097 expandRIPseudo(MI, SystemZ::IILF, SystemZ::IIHF, false); in expandPostRAPseudo()
1101 expandRIPseudo(MI, SystemZ::IILL, SystemZ::IIHL, false); in expandPostRAPseudo()
1105 expandRIPseudo(MI, SystemZ::IILH, SystemZ::IIHH, false); in expandPostRAPseudo()
1109 expandRIPseudo(MI, SystemZ::NILF, SystemZ::NIHF, false); in expandPostRAPseudo()
1113 expandRIPseudo(MI, SystemZ::NILL, SystemZ::NIHL, false); in expandPostRAPseudo()
1117 expandRIPseudo(MI, SystemZ::NILH, SystemZ::NIHH, false); in expandPostRAPseudo()
1121 expandRIPseudo(MI, SystemZ::OILF, SystemZ::OIHF, false); in expandPostRAPseudo()
1125 expandRIPseudo(MI, SystemZ::OILL, SystemZ::OIHL, false); in expandPostRAPseudo()
[all …]
DSystemZInstrInfo.h139 void expandRIPseudo(MachineInstr &MI, unsigned LowOpcode, unsigned HighOpcode,