Home
last modified time | relevance | path

Searched refs:isMatchingStore (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/
DAArch64LoadStoreOptimizer.cpp363 static unsigned isMatchingStore(MachineInstr &LoadInst, in isMatchingStore() function
564 assert(isMatchingStore(LoadInst, StoreInst) && "Expect only matched ld/st."); in isLdOffsetInRangeOfSt()
1074 if (MI.mayStore() && isMatchingStore(LoadMI, MI) && in findMatchingStore()
/external/llvm/lib/Target/AArch64/
DAArch64LoadStoreOptimizer.cpp417 static unsigned isMatchingStore(MachineInstr &LoadInst, in isMatchingStore() function
604 assert(isMatchingStore(LoadInst, StoreInst) && "Expect only matched ld/st."); in isLdOffsetInRangeOfSt()
1129 if (MI.mayStore() && isMatchingStore(LoadMI, MI) && in findMatchingStore()