Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/AArch64/
H A DAArch64LoadStoreOptimizer.cpp248 bool *IsValidLdStrOpc = nullptr) { in getMatchingNonSExtOpcode() argument
249 if (IsValidLdStrOpc) in getMatchingNonSExtOpcode()
250 *IsValidLdStrOpc = true; in getMatchingNonSExtOpcode()
253 if (IsValidLdStrOpc) in getMatchingNonSExtOpcode()
254 *IsValidLdStrOpc = false; in getMatchingNonSExtOpcode()
1300 bool IsValidLdStrOpc, PairIsValidLdStrOpc; in areCandidatesToMergeOrPair() local
1301 unsigned NonSExtOpc = getMatchingNonSExtOpcode(OpcA, &IsValidLdStrOpc); in areCandidatesToMergeOrPair()
1302 assert(IsValidLdStrOpc && in areCandidatesToMergeOrPair()