Searched refs:matchCombineIndexedLoadStore (Results 1 – 3 of 3) sorted by relevance
149 bool matchCombineIndexedLoadStore(MachineInstr &MI, IndexedLoadStoreMatchInfo &MatchInfo);
150 [{ return Helper.matchCombineIndexedLoadStore(*${root}, ${matchinfo}); }]),
882 if (matchCombineIndexedLoadStore(MI, MatchInfo)) { in tryCombineIndexedLoadStore()889 bool CombinerHelper::matchCombineIndexedLoadStore(MachineInstr &MI, IndexedLoadStoreMatchInfo &Matc… in matchCombineIndexedLoadStore() function in CombinerHelper