Searched refs:expandRIPseudo (Results 1 - 2 of 2) sorted by relevance
/external/llvm/lib/Target/SystemZ/ |
H A D | SystemZInstrInfo.cpp | 108 void SystemZInstrInfo::expandRIPseudo(MachineInstr *MI, unsigned LowOpcode, function in class:SystemZInstrInfo 956 expandRIPseudo(MI, SystemZ::LHI, SystemZ::IIHF, true); 960 expandRIPseudo(MI, SystemZ::IILF, SystemZ::IIHF, false); 964 expandRIPseudo(MI, SystemZ::IILL, SystemZ::IIHL, false); 968 expandRIPseudo(MI, SystemZ::IILH, SystemZ::IIHH, false); 972 expandRIPseudo(MI, SystemZ::NILF, SystemZ::NIHF, false); 976 expandRIPseudo(MI, SystemZ::NILL, SystemZ::NIHL, false); 980 expandRIPseudo(MI, SystemZ::NILH, SystemZ::NIHH, false); 984 expandRIPseudo(MI, SystemZ::OILF, SystemZ::OIHF, false); 988 expandRIPseudo(M [all...] |
H A D | SystemZInstrInfo.h | 123 void expandRIPseudo(MachineInstr *MI, unsigned LowOpcode,
|
Completed in 628 milliseconds