HomeSort by: relevance | last modified time | path
    Searched refs:HighOpcode (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/
SystemZPostRewrite.cpp 54 unsigned HighOpcode);
59 unsigned HighOpcode);
81 // LowOpcode if source and destination are both low GR32s and HighOpcode if
88 unsigned HighOpcode) {
97 MBBI->setDesc(TII->get(HighOpcode));
103 // and destination are all low GR32s and HighOpcode if source and destination
109 unsigned HighOpcode) {
148 MBBI->setDesc(TII->get(HighOpcode));
SystemZInstrInfo.h 180 void expandRIPseudo(MachineInstr &MI, unsigned LowOpcode, unsigned HighOpcode,
183 unsigned LowOpcodeK, unsigned HighOpcode) const;
185 unsigned HighOpcode) const;
187 unsigned HighOpcode) const;
SystemZInstrInfo.cpp 107 unsigned HighOpcode = getOpcodeForOffset(NewOpcode, HighOffsetOp.getImm());
109 assert(HighOpcode && LowOpcode && "Both offsets should be in range");
111 EarlierMI->setDesc(get(HighOpcode));
132 // if the first operand is a low GR32 and HighOpcode if the first operand
134 // and HighOpcode takes an unsigned 32-bit operand. In those cases,
136 // if HighOpcode is used.
138 unsigned HighOpcode,
142 MI.setDesc(get(IsHigh ? HighOpcode : LowOpcode));
149 // followed by HighOpcode or LowOpcode, depending on whether the target
153 unsigned HighOpcode) const
    [all...]

Completed in 22 milliseconds