Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64LoadStoreOptimizer.cpp237 static bool isTagStore(const MachineInstr &MI) { in isTagStore() function
602 bool IsTagStore = isTagStore(MI); in getPrePostIndexedMemOpInfo()
2122 if (!isTagStore(MemMI) && MemMI.getOpcode() != AArch64::STGPi) { in findMatchingUpdateInsnForward()
2193 if (!isTagStore(MemMI)) { in findMatchingUpdateInsnBackward()