Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Target/ARM/
DARMFastISel.cpp209 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/
DARMFastISel.cpp210 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/
DARMFastISel.cpp241 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()