Home
last modified time | relevance | path

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

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