Home
last modified time | relevance | path

Searched refs:matchCombineIndexedLoadStore (Results 1 – 7 of 7) sorted by relevance

/external/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/AArch64/
DAArch64GenGICombiner.inc192 return Helper.matchCombineIndexedLoadStore(*MIs[0], MatchData3);
219 return Helper.matchCombineIndexedLoadStore(*MIs[0], MatchData3);
246 return Helper.matchCombineIndexedLoadStore(*MIs[0], MatchData3);
261 return Helper.matchCombineIndexedLoadStore(*MIs[0], MatchData3);
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/GlobalISel/
DCombinerHelper.h99 bool matchCombineIndexedLoadStore(MachineInstr &MI, IndexedLoadStoreMatchInfo &MatchInfo);
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Target/GlobalISel/
DCombine.td121 [{ return Helper.matchCombineIndexedLoadStore(*${root}, ${matchinfo}); }]),
/external/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
DCombinerHelper.h148 bool matchCombineIndexedLoadStore(MachineInstr &MI, IndexedLoadStoreMatchInfo &MatchInfo);
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/
DCombinerHelper.cpp714 if (matchCombineIndexedLoadStore(MI, MatchInfo)) { in tryCombineIndexedLoadStore()
721 bool CombinerHelper::matchCombineIndexedLoadStore(MachineInstr &MI, IndexedLoadStoreMatchInfo &Matc… in matchCombineIndexedLoadStore() function in CombinerHelper
/external/llvm-project/llvm/include/llvm/Target/GlobalISel/
DCombine.td145 [{ return Helper.matchCombineIndexedLoadStore(*${root}, ${matchinfo}); }]),
/external/llvm-project/llvm/lib/CodeGen/GlobalISel/
DCombinerHelper.cpp814 if (matchCombineIndexedLoadStore(MI, MatchInfo)) { in tryCombineIndexedLoadStore()
821 bool CombinerHelper::matchCombineIndexedLoadStore(MachineInstr &MI, IndexedLoadStoreMatchInfo &Matc… in matchCombineIndexedLoadStore() function in CombinerHelper