Searched refs:getMatchingWideOpcode (Results 1 – 3 of 3) sorted by relevance
/aosp_15_r20/external/llvm/lib/Target/AArch64/ |
H A D | AArch64LoadStoreOptimizer.cpp | 346 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()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
H A D | AArch64LoadStoreOptimizer.cpp | 279 static unsigned getMatchingWideOpcode(unsigned Opc) { in getMatchingWideOpcode() function 721 MIB = BuildMI(*MBB, InsertionPoint, DL, TII->get(getMatchingWideOpcode(Opc))) in mergeNarrowZeroStores()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AArch64/ |
H A D | AArch64LoadStoreOptimizer.cpp | 299 static unsigned getMatchingWideOpcode(unsigned Opc) { in getMatchingWideOpcode() function 769 MIB = BuildMI(*MBB, InsertionPoint, DL, TII->get(getMatchingWideOpcode(Opc))) in mergeNarrowZeroStores()
|