Searched refs:FromMI (Results 1 – 4 of 4) sorted by relevance
156 void replaceOpcodeWith(MachineInstr &FromMI, unsigned ToOpcode) const;
187 void CombinerHelper::replaceOpcodeWith(MachineInstr &FromMI, in replaceOpcodeWith() argument189 Observer.changingInstr(FromMI); in replaceOpcodeWith()191 FromMI.setDesc(Builder.getTII().get(ToOpcode)); in replaceOpcodeWith()193 Observer.changedInstr(FromMI); in replaceOpcodeWith()