Searched refs:matchCombineCopy (Results 1 – 3 of 3) sorted by relevance
181 bool matchCombineCopy(MachineInstr &MI) const;
219 [{ return Helper.matchCombineCopy(*${mi}); }]),
224 if (matchCombineCopy(MI)) { in tryCombineCopy()230 bool CombinerHelper::matchCombineCopy(MachineInstr &MI) const { in matchCombineCopy() function in CombinerHelper