Searched refs:expandRXYPseudo (Results 1 – 2 of 2) sorted by relevance
| /NextBSD/contrib/llvm/lib/Target/SystemZ/ |
| HD | SystemZInstrInfo.cpp | 138 void SystemZInstrInfo::expandRXYPseudo(MachineInstr *MI, unsigned LowOpcode, in expandRXYPseudo() function in SystemZInstrInfo 915 expandRXYPseudo(MI, SystemZ::LB, SystemZ::LBH); in expandPostRAPseudo() 919 expandRXYPseudo(MI, SystemZ::LH, SystemZ::LHH); in expandPostRAPseudo() 931 expandRXYPseudo(MI, SystemZ::LLC, SystemZ::LLCH); in expandPostRAPseudo() 935 expandRXYPseudo(MI, SystemZ::LLH, SystemZ::LLHH); in expandPostRAPseudo() 939 expandRXYPseudo(MI, SystemZ::L, SystemZ::LFH); in expandPostRAPseudo() 943 expandRXYPseudo(MI, SystemZ::STC, SystemZ::STCH); in expandPostRAPseudo() 947 expandRXYPseudo(MI, SystemZ::STH, SystemZ::STHH); in expandPostRAPseudo() 951 expandRXYPseudo(MI, SystemZ::ST, SystemZ::STFH); in expandPostRAPseudo() 1027 expandRXYPseudo(MI, SystemZ::C, SystemZ::CHF); in expandPostRAPseudo() [all …]
|
| HD | SystemZInstrInfo.h | 127 void expandRXYPseudo(MachineInstr *MI, unsigned LowOpcode,
|