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