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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZInstrInfo.cpp137 void SystemZInstrInfo::expandRIPseudo(MachineInstr &MI, unsigned LowOpcode, function in class:SystemZInstrInfo
1400 expandRIPseudo(MI, SystemZ::LHI, SystemZ::IIHF, true);
1404 expandRIPseudo(MI, SystemZ::IILF, SystemZ::IIHF, false);
1408 expandRIPseudo(MI, SystemZ::IILL, SystemZ::IIHL, false);
1412 expandRIPseudo(MI, SystemZ::IILH, SystemZ::IIHH, false);
1416 expandRIPseudo(MI, SystemZ::NILF, SystemZ::NIHF, false);
1420 expandRIPseudo(MI, SystemZ::NILL, SystemZ::NIHL, false);
1424 expandRIPseudo(MI, SystemZ::NILH, SystemZ::NIHH, false);
1428 expandRIPseudo(MI, SystemZ::OILF, SystemZ::OIHF, false);
1432 expandRIPseudo(M
[all...]
H A DSystemZInstrInfo.h180 void expandRIPseudo(MachineInstr &MI, unsigned LowOpcode, unsigned HighOpcode,

Completed in 111 milliseconds