Home
last modified time | relevance | path

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

/external/llvm/lib/Target/AArch64/
DAArch64LoadStoreOptimizer.cpp293 static unsigned getMatchingNonSExtOpcode(unsigned Opc, in getMatchingNonSExtOpcode() function
716 if (RtMI->getOpcode() == getMatchingNonSExtOpcode(RtMI->getOpcode())) { in mergeNarrowInsns()
732 if (RtMI->getOpcode() == getMatchingNonSExtOpcode(RtMI->getOpcode())) { in mergeNarrowInsns()
810 SExtIdx == -1 ? I->getOpcode() : getMatchingNonSExtOpcode(I->getOpcode()); in mergePairedInsns()
1178 unsigned NonSExtOpc = getMatchingNonSExtOpcode(OpcA, &IsValidLdStrOpc); in areCandidatesToMergeOrPair()
1182 if (NonSExtOpc == getMatchingNonSExtOpcode(OpcB, &PairIsValidLdStrOpc)) { in areCandidatesToMergeOrPair()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/
DAArch64LoadStoreOptimizer.cpp263 static unsigned getMatchingNonSExtOpcode(unsigned Opc, in getMatchingNonSExtOpcode() function
738 SExtIdx == -1 ? I->getOpcode() : getMatchingNonSExtOpcode(I->getOpcode()); in mergePairedInsns()
1123 unsigned NonSExtOpc = getMatchingNonSExtOpcode(OpcA, &IsValidLdStrOpc); in areCandidatesToMergeOrPair()
1127 if (NonSExtOpc == getMatchingNonSExtOpcode(OpcB, &PairIsValidLdStrOpc)) { in areCandidatesToMergeOrPair()