Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/GlobalISel/
H A DCombinerHelper.h150 void applyCombineIndexedLoadStore(MachineInstr &MI, IndexedLoadStoreMatchInfo &MatchInfo);
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Target/GlobalISel/
H A DCombine.td151 (apply [{ Helper.applyCombineIndexedLoadStore(*${root}, ${matchinfo}); }])>;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp883 applyCombineIndexedLoadStore(MI, MatchInfo); in tryCombineIndexedLoadStore()
910 void CombinerHelper::applyCombineIndexedLoadStore( in applyCombineIndexedLoadStore() function in CombinerHelper