Home
last modified time | relevance | path

Searched refs:applyCombineIndexedLoadStore (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/CodeGen/GlobalISel/
H A DCombinerHelper.h200 void applyCombineIndexedLoadStore(MachineInstr &MI, IndexedLoadStoreMatchInfo &MatchInfo);
/llvm-project-15.0.7/llvm/include/llvm/Target/GlobalISel/
H A DCombine.td159 (apply [{ Helper.applyCombineIndexedLoadStore(*${root}, ${matchinfo}); }])>;
/llvm-project-15.0.7/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp1023 applyCombineIndexedLoadStore(MI, MatchInfo); in tryCombineIndexedLoadStore()
1050 void CombinerHelper::applyCombineIndexedLoadStore( in applyCombineIndexedLoadStore() function in CombinerHelper