Searched refs:MergeBaseUpdateLoadStore (Results 1 – 3 of 3) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/Target/ARM/ |
D | ARMLoadStoreOptimizer.cpp | 117 bool MergeBaseUpdateLoadStore(MachineBasicBlock &MBB, 817 bool ARMLoadStoreOpt::MergeBaseUpdateLoadStore(MachineBasicBlock &MBB, in MergeBaseUpdateLoadStore() function in ARMLoadStoreOpt 1304 if (MergeBaseUpdateLoadStore(MBB, MemOps[i].MBBI, TII,Advance,MBBI)) in LoadStoreMultipleOpti() 1312 if (MergeBaseUpdateLoadStore(MBB, MemOps[0].MBBI, TII, Advance, MBBI)) { in LoadStoreMultipleOpti()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/ |
D | ARMLoadStoreOptimizer.cpp | 187 bool MergeBaseUpdateLoadStore(MachineInstr *MI); 1364 bool ARMLoadStoreOpt::MergeBaseUpdateLoadStore(MachineInstr *MI) { in MergeBaseUpdateLoadStore() function in ARMLoadStoreOpt 1854 if (MergeBaseUpdateLoadStore(MI)) in LoadStoreMultipleOpti() 1860 if (MergeBaseUpdateLoadStore(Candidate->Instrs.front())) in LoadStoreMultipleOpti()
|
/external/llvm/lib/Target/ARM/ |
D | ARMLoadStoreOptimizer.cpp | 165 bool MergeBaseUpdateLoadStore(MachineInstr *MI); 1330 bool ARMLoadStoreOpt::MergeBaseUpdateLoadStore(MachineInstr *MI) { in MergeBaseUpdateLoadStore() function in ARMLoadStoreOpt 1824 if (MergeBaseUpdateLoadStore(MI)) in LoadStoreMultipleOpti() 1830 if (MergeBaseUpdateLoadStore(Candidate->Instrs.front())) in LoadStoreMultipleOpti()
|