Searched refs:matchCombineCopy (Results 1 – 3 of 3) sorted by relevance
172 bool matchCombineCopy(MachineInstr &MI);
126 [{ return Helper.matchCombineCopy(*${mi}); }]),
197 if (matchCombineCopy(MI)) { in tryCombineCopy()203 bool CombinerHelper::matchCombineCopy(MachineInstr &MI) { in matchCombineCopy() function in CombinerHelper