Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Target/ARM/
DARMLoadStoreOptimizer.cpp1738 DenseMap<unsigned, SmallVector<MachineInstr*, 4> > Base2StsMap; in RescheduleLoadStoreInstrs() local
1790 Base2StsMap.find(Base); in RescheduleLoadStoreInstrs()
1791 if (BI != Base2StsMap.end()) { in RescheduleLoadStoreInstrs()
1803 Base2StsMap[Base] = MIs; in RescheduleLoadStoreInstrs()
1827 SmallVector<MachineInstr*, 4> &Sts = Base2StsMap[Base]; in RescheduleLoadStoreInstrs()
1834 Base2StsMap.clear(); in RescheduleLoadStoreInstrs()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/
DARMLoadStoreOptimizer.cpp2342 DenseMap<unsigned, SmallVector<MachineInstr *, 4>> Base2StsMap; in RescheduleLoadStoreInstrs() local
2391 Base2StsMap.find(Base); in RescheduleLoadStoreInstrs()
2392 if (BI != Base2StsMap.end()) { in RescheduleLoadStoreInstrs()
2402 Base2StsMap[Base].push_back(&MI); in RescheduleLoadStoreInstrs()
2426 SmallVectorImpl<MachineInstr *> &Sts = Base2StsMap[Base]; in RescheduleLoadStoreInstrs()
2433 Base2StsMap.clear(); in RescheduleLoadStoreInstrs()
/external/llvm/lib/Target/ARM/
DARMLoadStoreOptimizer.cpp2296 DenseMap<unsigned, SmallVector<MachineInstr*, 4> > Base2StsMap; in RescheduleLoadStoreInstrs() local
2345 Base2StsMap.find(Base); in RescheduleLoadStoreInstrs()
2346 if (BI != Base2StsMap.end()) { in RescheduleLoadStoreInstrs()
2356 Base2StsMap[Base].push_back(&MI); in RescheduleLoadStoreInstrs()
2380 SmallVectorImpl<MachineInstr *> &Sts = Base2StsMap[Base]; in RescheduleLoadStoreInstrs()
2387 Base2StsMap.clear(); in RescheduleLoadStoreInstrs()