Home
last modified time | relevance | path

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

/external/llvm/lib/Target/AArch64/
DAArch64LoadStoreOptimizer.cpp193 bool *IsValidLdStrOpc = nullptr) { in getMatchingNonSExtOpcode() argument
194 if (IsValidLdStrOpc) in getMatchingNonSExtOpcode()
195 *IsValidLdStrOpc = true; in getMatchingNonSExtOpcode()
198 if (IsValidLdStrOpc) in getMatchingNonSExtOpcode()
199 *IsValidLdStrOpc = false; in getMatchingNonSExtOpcode()
534 bool IsValidLdStrOpc; in findMatchingInsn() local
535 unsigned NonSExtOpc = getMatchingNonSExtOpcode(Opc, &IsValidLdStrOpc); in findMatchingInsn()
536 if (!IsValidLdStrOpc) in findMatchingInsn()