Searched refs:AddLoadStoreOperands (Results 1 – 3 of 3) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/Target/ARM/ |
D | ARMFastISel.cpp | 209 void AddLoadStoreOperands(EVT VT, Address &Addr, 878 void ARMFastISel::AddLoadStoreOperands(EVT VT, Address &Addr, in AddLoadStoreOperands() function in ARMFastISel 953 AddLoadStoreOperands(VT, Addr, MIB, MachineMemOperand::MOLoad); in ARMEmitLoad() 1016 AddLoadStoreOperands(VT, Addr, MIB, MachineMemOperand::MOStore); in ARMEmitStore()
|
/external/llvm/lib/Target/ARM/ |
D | ARMFastISel.cpp | 210 void AddLoadStoreOperands(MVT VT, Address &Addr, 874 void ARMFastISel::AddLoadStoreOperands(MVT VT, Address &Addr, in AddLoadStoreOperands() function in ARMFastISel 1007 AddLoadStoreOperands(VT, Addr, MIB, MachineMemOperand::MOLoad, useAM3); in ARMEmitLoad() 1144 AddLoadStoreOperands(VT, Addr, MIB, MachineMemOperand::MOStore, useAM3); in ARMEmitStore()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/ |
D | ARMFastISel.cpp | 241 void AddLoadStoreOperands(MVT VT, Address &Addr, 873 void ARMFastISel::AddLoadStoreOperands(MVT VT, Address &Addr, in AddLoadStoreOperands() function in ARMFastISel 1007 AddLoadStoreOperands(VT, Addr, MIB, MachineMemOperand::MOLoad, useAM3); in ARMEmitLoad() 1145 AddLoadStoreOperands(VT, Addr, MIB, MachineMemOperand::MOStore, useAM3); in ARMEmitStore()
|