Searched refs:matchCombineCopy (Results 1 – 7 of 7) sorted by relevance
75 bool matchCombineCopy(MachineInstr &MI);
150 return Helper.matchCombineCopy(*MIs[0]);
107 [{ return Helper.matchCombineCopy(*${mi}); }]),
124 bool matchCombineCopy(MachineInstr &MI);
66 if (matchCombineCopy(MI)) { in tryCombineCopy()72 bool CombinerHelper::matchCombineCopy(MachineInstr &MI) { in matchCombineCopy() function in CombinerHelper
119 [{ return Helper.matchCombineCopy(*${mi}); }]),
80 if (matchCombineCopy(MI)) { in tryCombineCopy()86 bool CombinerHelper::matchCombineCopy(MachineInstr &MI) { in matchCombineCopy() function in CombinerHelper