Home
last modified time | relevance | path

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

/aosp_15_r20/external/llvm/lib/Target/AArch64/
H A DAArch64LoadStoreOptimizer.cpp377 static unsigned getMatchingPairOpcode(unsigned Opc) { in getMatchingPairOpcode() function
868 MIB = BuildMI(*MBB, InsertionPoint, DL, TII->get(getMatchingPairOpcode(Opc))) in mergePairedInsns()
1198 getMatchingPairOpcode(OpcA) == getMatchingPairOpcode(OpcB); in areCandidatesToMergeOrPair()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
H A DAArch64LoadStoreOptimizer.cpp298 static unsigned getMatchingPairOpcode(unsigned Opc) { in getMatchingPairOpcode() function
942 MIB = BuildMI(*MBB, InsertionPoint, DL, TII->get(getMatchingPairOpcode(Opc))) in mergePairedInsns()
1272 getMatchingPairOpcode(OpcA) == getMatchingPairOpcode(OpcB); in areCandidatesToMergeOrPair()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AArch64/
H A DAArch64LoadStoreOptimizer.cpp318 static unsigned getMatchingPairOpcode(unsigned Opc) { in getMatchingPairOpcode() function
995 unsigned int MatchPairOpcode = getMatchingPairOpcode(Opc); in mergePairedInsns()
1338 getMatchingPairOpcode(OpcA) == getMatchingPairOpcode(OpcB); in areCandidatesToMergeOrPair()