Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64LoadStoreOptimizer.cpp383 static unsigned isMatchingStore(MachineInstr &LoadInst, in isMatchingStore() function
631 assert(isMatchingStore(LoadInst, StoreInst) && "Expect only matched ld/st."); in isLdOffsetInRangeOfSt()
1327 if (MI.mayStore() && isMatchingStore(LoadMI, MI) && in findMatchingStore()