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