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

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

Completed in 62 milliseconds