Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/
DARMLoadStoreOptimizer.cpp251 static int getLoadStoreMultipleOpcode(unsigned Opcode, ARM_AM::AMSubMode Mode) { in getLoadStoreMultipleOpcode() function
664 if (!getLoadStoreMultipleOpcode(Opcode, Mode)) return nullptr; in CreateLoadStoreMulti()
772 Opcode = getLoadStoreMultipleOpcode(Opcode, Mode); in CreateLoadStoreMulti()
2200 = getLoadStoreMultipleOpcode(Op->getOpcode(), ARM_AM::ia); in RescheduleOps()
/external/llvm/lib/Target/ARM/
DARMLoadStoreOptimizer.cpp226 static int getLoadStoreMultipleOpcode(unsigned Opcode, ARM_AM::AMSubMode Mode) { in getLoadStoreMultipleOpcode() function
636 if (!getLoadStoreMultipleOpcode(Opcode, Mode)) return nullptr; in CreateLoadStoreMulti()
740 Opcode = getLoadStoreMultipleOpcode(Opcode, Mode); in CreateLoadStoreMulti()
2170 = getLoadStoreMultipleOpcode(Op->getOpcode(), ARM_AM::ia); in RescheduleOps()
/external/swiftshader/third_party/LLVM/lib/Target/ARM/
DARMLoadStoreOptimizer.cpp132 static int getLoadStoreMultipleOpcode(int Opcode, ARM_AM::AMSubMode Mode) { in getLoadStoreMultipleOpcode() function
314 if (!getLoadStoreMultipleOpcode(Opcode, Mode)) return false; in MergeOps()
353 Opcode = getLoadStoreMultipleOpcode(Opcode, Mode); in MergeOps()