Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
HDCombinerHelper.h100 void applyCombineIndexedLoadStore(MachineInstr &MI, IndexedLoadStoreMatchInfo &MatchInfo);
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Target/GlobalISel/
HDCombine.td122 (apply [{ Helper.applyCombineIndexedLoadStore(*${root}, ${matchinfo}); }])>;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
HDCombinerHelper.cpp715 applyCombineIndexedLoadStore(MI, MatchInfo); in tryCombineIndexedLoadStore()
737 void CombinerHelper::applyCombineIndexedLoadStore( in applyCombineIndexedLoadStore() function in CombinerHelper