Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/CodeGen/GlobalISel/
H A DCombinerHelper.h54 struct IndexedLoadStoreMatchInfo { struct
199 bool matchCombineIndexedLoadStore(MachineInstr &MI, IndexedLoadStoreMatchInfo &MatchInfo);
200 void applyCombineIndexedLoadStore(MachineInstr &MI, IndexedLoadStoreMatchInfo &MatchInfo);
/llvm-project-15.0.7/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp1021 IndexedLoadStoreMatchInfo MatchInfo; in tryCombineIndexedLoadStore()
1029 bool CombinerHelper::matchCombineIndexedLoadStore(MachineInstr &MI, IndexedLoadStoreMatchInfo &Matc… in matchCombineIndexedLoadStore()
1051 MachineInstr &MI, IndexedLoadStoreMatchInfo &MatchInfo) { in applyCombineIndexedLoadStore()
/llvm-project-15.0.7/llvm/include/llvm/Target/GlobalISel/
H A DCombine.td87 def indexed_load_store_matchdata : GIDefMatchData<"IndexedLoadStoreMatchInfo">;