Home
last modified time | relevance | path

Searched refs:addLoadStoreOperands (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/
H A DWebAssemblyFastISel.cpp154 void addLoadStoreOperands(const Address &Addr, const MachineInstrBuilder &MIB,
394 void WebAssemblyFastISel::addLoadStoreOperands(const Address &Addr, in addLoadStoreOperands() function in WebAssemblyFastISel
1235 addLoadStoreOperands(Addr, MIB, createMachineMemOperandFor(Load)); in selectLoad()
1294 addLoadStoreOperands(Addr, MIB, createMachineMemOperandFor(Store)); in selectStore()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64FastISel.cpp188 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()