Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DCombinerHelper.h151 void applyCombineIndexedLoadStore(MachineInstr &MI, IndexedLoadStoreMatchInfo &MatchInfo);
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Target/GlobalISel/
H A DCombine.td152 (apply [{ Helper.applyCombineIndexedLoadStore(*${root}, ${matchinfo}); }])>;
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp874 applyCombineIndexedLoadStore(MI, MatchInfo); in tryCombineIndexedLoadStore()
901 void CombinerHelper::applyCombineIndexedLoadStore( in applyCombineIndexedLoadStore() function in CombinerHelper