Home
last modified time | relevance | path

Searched refs:LowOpcode (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/
H A DSystemZPostRewrite.cpp53 unsigned LowOpcode,
58 unsigned LowOpcode,
87 unsigned LowOpcode, in selectLOCRMux() argument
95 MBBI->setDesc(TII->get(LowOpcode)); in selectLOCRMux()
108 unsigned LowOpcode, in selectSELRMux() argument
146 MBBI->setDesc(TII->get(LowOpcode)); in selectSELRMux()
H A DSystemZInstrInfo.h180 void expandRIPseudo(MachineInstr &MI, unsigned LowOpcode, unsigned HighOpcode,
182 void expandRIEPseudo(MachineInstr &MI, unsigned LowOpcode,
184 void expandRXYPseudo(MachineInstr &MI, unsigned LowOpcode,
186 void expandLOCPseudo(MachineInstr &MI, unsigned LowOpcode,
188 void expandZExtPseudo(MachineInstr &MI, unsigned LowOpcode,
H A DSystemZInstrInfo.cpp108 unsigned LowOpcode = getOpcodeForOffset(NewOpcode, LowOffsetOp.getImm()); in splitMove() local
109 assert(HighOpcode && LowOpcode && "Both offsets should be in range"); in splitMove()
112 MI->setDesc(get(LowOpcode)); in splitMove()
137 void SystemZInstrInfo::expandRIPseudo(MachineInstr &MI, unsigned LowOpcode, in expandRIPseudo() argument
142 MI.setDesc(get(IsHigh ? HighOpcode : LowOpcode)); in expandRIPseudo()
151 void SystemZInstrInfo::expandRIEPseudo(MachineInstr &MI, unsigned LowOpcode, in expandRIEPseudo() argument
167 MI.setDesc(get(DestIsHigh ? HighOpcode : LowOpcode)); in expandRIEPseudo()
175 void SystemZInstrInfo::expandRXYPseudo(MachineInstr &MI, unsigned LowOpcode, in expandRXYPseudo() argument
179 SystemZ::isHighReg(Reg) ? HighOpcode : LowOpcode, in expandRXYPseudo()
187 void SystemZInstrInfo::expandLOCPseudo(MachineInstr &MI, unsigned LowOpcode, in expandLOCPseudo() argument
[all …]