Searched refs:addLoadStoreOperands (Results 1 – 2 of 2) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblyFastISel.cpp | 157 void addLoadStoreOperands(const Address &Addr, const MachineInstrBuilder &MIB, 397 void WebAssemblyFastISel::addLoadStoreOperands(const Address &Addr, in addLoadStoreOperands() function in WebAssemblyFastISel 1236 addLoadStoreOperands(Addr, MIB, createMachineMemOperandFor(Load)); in selectLoad() 1295 addLoadStoreOperands(Addr, MIB, createMachineMemOperandFor(Store)); in selectStore()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64FastISel.cpp | 188 void addLoadStoreOperands(Address &Addr, const MachineInstrBuilder &MIB, 1097 void AArch64FastISel::addLoadStoreOperands(Address &Addr, in addLoadStoreOperands() function in AArch64FastISel 1847 addLoadStoreOperands(Addr, MIB, MachineMemOperand::MOLoad, ScaleFactor, MMO); in emitLoad() 2121 addLoadStoreOperands(Addr, MIB, MachineMemOperand::MOStore, ScaleFactor, MMO); in emitStore()
|