Home
last modified time | relevance | path

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

/external/llvm/lib/Target/AArch64/
DAArch64LoadStoreOptimizer.cpp346 static unsigned getMatchingWideOpcode(unsigned Opc) { in getMatchingWideOpcode() function
685 BuildMI(*MBB, InsertionPoint, DL, TII->get(getMatchingWideOpcode(Opc))) in mergeNarrowInsns()
774 MIB = BuildMI(*MBB, InsertionPoint, DL, TII->get(getMatchingWideOpcode(Opc))) in mergeNarrowInsns()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/
DAArch64LoadStoreOptimizer.cpp304 static unsigned getMatchingWideOpcode(unsigned Opc) { in getMatchingWideOpcode() function
701 MIB = BuildMI(*MBB, InsertionPoint, DL, TII->get(getMatchingWideOpcode(Opc))) in mergeNarrowZeroStores()