Home
last modified time | relevance | path

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

/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZPostRewrite.cpp47 unsigned HighOpcode);
52 unsigned HighOpcode);
81 unsigned HighOpcode) { in selectLOCRMux() argument
90 MBBI->setDesc(TII->get(HighOpcode)); in selectLOCRMux()
102 unsigned HighOpcode) { in selectSELRMux() argument
141 MBBI->setDesc(TII->get(HighOpcode)); in selectSELRMux()
H A DSystemZInstrInfo.h191 void expandRIPseudo(MachineInstr &MI, unsigned LowOpcode, unsigned HighOpcode,
194 unsigned LowOpcodeK, unsigned HighOpcode) const;
196 unsigned HighOpcode) const;
198 unsigned HighOpcode) const;
H A DSystemZInstrInfo.cpp96 unsigned HighOpcode = getOpcodeForOffset(NewOpcode, HighOffsetOp.getImm()); in splitMove()
98 assert(HighOpcode && LowOpcode && "Both offsets should be in range"); in splitMove()
99 HighPartMI->setDesc(get(HighOpcode)); in splitMove()
151 // if the first operand is a low GR32 and HighOpcode if the first operand
153 // and HighOpcode takes an unsigned 32-bit operand. In those cases,
155 // if HighOpcode is used. in expandRIPseudo()
157 unsigned HighOpcode, in expandRIPseudo()
161 MI.setDesc(get(IsHigh ? HighOpcode : LowOpcode)); in expandRIPseudo()
168 // followed by HighOpcode or LowOpcode, depending on whether the target
172 unsigned HighOpcode) cons in expandRIEPseudo()
95 unsigned HighOpcode = getOpcodeForOffset(NewOpcode, HighOffsetOp.getImm()); splitMove() local
156 expandRIPseudo(MachineInstr & MI,unsigned LowOpcode,unsigned HighOpcode,bool ConvertHigh) const expandRIPseudo() argument
[all...]