Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/
DAArch64LoadStoreOptimizer.cpp323 static unsigned getMatchingPairOpcode(unsigned Opc) { in getMatchingPairOpcode() function
817 MIB = BuildMI(*MBB, InsertionPoint, DL, TII->get(getMatchingPairOpcode(Opc))) in mergePairedInsns()
1144 getMatchingPairOpcode(OpcA) == getMatchingPairOpcode(OpcB); in areCandidatesToMergeOrPair()
/external/llvm/lib/Target/AArch64/
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()