/external/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyFastISel.cpp | 123 void addLoadStoreOperands(const Address &Addr, const MachineInstrBuilder &MIB, 341 void WebAssemblyFastISel::addLoadStoreOperands(const Address &Addr, in addLoadStoreOperands() function in WebAssemblyFastISel 1020 addLoadStoreOperands(Addr, MIB, createMachineMemOperandFor(Load)); in selectLoad() 1078 addLoadStoreOperands(Addr, MIB, createMachineMemOperandFor(Store)); in selectStore()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyFastISel.cpp | 155 void addLoadStoreOperands(const Address &Addr, const MachineInstrBuilder &MIB, 395 void WebAssemblyFastISel::addLoadStoreOperands(const Address &Addr, in addLoadStoreOperands() function in WebAssemblyFastISel 1207 addLoadStoreOperands(Addr, MIB, createMachineMemOperandFor(Load)); in selectLoad() 1263 addLoadStoreOperands(Addr, MIB, createMachineMemOperandFor(Store)); in selectStore()
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyFastISel.cpp | 158 void addLoadStoreOperands(const Address &Addr, const MachineInstrBuilder &MIB, 398 void WebAssemblyFastISel::addLoadStoreOperands(const Address &Addr, in addLoadStoreOperands() function in WebAssemblyFastISel 1237 addLoadStoreOperands(Addr, MIB, createMachineMemOperandFor(Load)); in selectLoad() 1296 addLoadStoreOperands(Addr, MIB, createMachineMemOperandFor(Store)); in selectStore()
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AArch64/ |
D | AArch64FastISel.cpp | 189 void addLoadStoreOperands(Address &Addr, const MachineInstrBuilder &MIB, 1121 void AArch64FastISel::addLoadStoreOperands(Address &Addr, in addLoadStoreOperands() function in AArch64FastISel 1871 addLoadStoreOperands(Addr, MIB, MachineMemOperand::MOLoad, ScaleFactor, MMO); in emitLoad() 2145 addLoadStoreOperands(Addr, MIB, MachineMemOperand::MOStore, ScaleFactor, MMO); in emitStore()
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64FastISel.cpp | 145 void addLoadStoreOperands(Address &Addr, const MachineInstrBuilder &MIB, 1041 void AArch64FastISel::addLoadStoreOperands(Address &Addr, in addLoadStoreOperands() function in AArch64FastISel 1812 addLoadStoreOperands(Addr, MIB, MachineMemOperand::MOLoad, ScaleFactor, MMO); in emitLoad() 2063 addLoadStoreOperands(Addr, MIB, MachineMemOperand::MOStore, ScaleFactor, MMO); in emitStore()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
D | AArch64FastISel.cpp | 188 void addLoadStoreOperands(Address &Addr, const MachineInstrBuilder &MIB, 1120 void AArch64FastISel::addLoadStoreOperands(Address &Addr, in addLoadStoreOperands() function in AArch64FastISel 1899 addLoadStoreOperands(Addr, MIB, MachineMemOperand::MOLoad, ScaleFactor, MMO); in emitLoad() 2174 addLoadStoreOperands(Addr, MIB, MachineMemOperand::MOStore, ScaleFactor, MMO); in emitStore()
|