Searched refs:matchCombineIndexedLoadStore (Results 1 – 7 of 7) sorted by relevance
/external/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/AArch64/ |
D | AArch64GenGICombiner.inc | 192 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/ |
D | CombinerHelper.h | 99 bool matchCombineIndexedLoadStore(MachineInstr &MI, IndexedLoadStoreMatchInfo &MatchInfo);
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Target/GlobalISel/ |
D | Combine.td | 121 [{ return Helper.matchCombineIndexedLoadStore(*${root}, ${matchinfo}); }]),
|
/external/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/ |
D | CombinerHelper.h | 148 bool matchCombineIndexedLoadStore(MachineInstr &MI, IndexedLoadStoreMatchInfo &MatchInfo);
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/ |
D | CombinerHelper.cpp | 714 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/ |
D | Combine.td | 145 [{ return Helper.matchCombineIndexedLoadStore(*${root}, ${matchinfo}); }]),
|
/external/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
D | CombinerHelper.cpp | 814 if (matchCombineIndexedLoadStore(MI, MatchInfo)) { in tryCombineIndexedLoadStore() 821 bool CombinerHelper::matchCombineIndexedLoadStore(MachineInstr &MI, IndexedLoadStoreMatchInfo &Matc… in matchCombineIndexedLoadStore() function in CombinerHelper
|