Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/SystemZ/
H A DSystemZPostRewrite.cpp46 unsigned LowOpcode,
51 unsigned LowOpcode,
80 unsigned LowOpcode, in selectLOCRMux() argument
88 MBBI->setDesc(TII->get(LowOpcode)); in selectLOCRMux()
101 unsigned LowOpcode, in selectSELRMux() argument
139 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.cpp111 unsigned LowOpcode = getOpcodeForOffset(NewOpcode, LowOffsetOp.getImm()); in splitMove() local
112 assert(HighOpcode && LowOpcode && "Both offsets should be in range"); in splitMove()
115 MI->setDesc(get(LowOpcode)); in splitMove()
142 void SystemZInstrInfo::expandRIPseudo(MachineInstr &MI, unsigned LowOpcode, in expandRIPseudo() argument
147 MI.setDesc(get(IsHigh ? HighOpcode : LowOpcode)); in expandRIPseudo()
156 void SystemZInstrInfo::expandRIEPseudo(MachineInstr &MI, unsigned LowOpcode, in expandRIEPseudo() argument
172 MI.setDesc(get(DestIsHigh ? HighOpcode : LowOpcode)); in expandRIEPseudo()
180 void SystemZInstrInfo::expandRXYPseudo(MachineInstr &MI, unsigned LowOpcode, in expandRXYPseudo() argument
184 SystemZ::isHighReg(Reg) ? HighOpcode : LowOpcode, in expandRXYPseudo()
192 void SystemZInstrInfo::expandLOCPseudo(MachineInstr &MI, unsigned LowOpcode, in expandLOCPseudo() argument
[all …]