Home
last modified time | relevance | path

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

/external/llvm/lib/Target/AArch64/
DAArch64LoadStoreOptimizer.cpp535 unsigned NonSExtOpc = getMatchingNonSExtOpcode(Opc, &IsValidLdStrOpc); in findMatchingInsn() local
539 SExtIdx = NonSExtOpc == (unsigned)Opc ? 1 : 0; in findMatchingInsn()
540 CanMergeOpc = NonSExtOpc == getMatchingNonSExtOpcode(MI->getOpcode()); in findMatchingInsn()