Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/WebAssembly/
H A DWebAssemblyFastISel.cpp156 void addLoadStoreOperands(const Address &Addr, const MachineInstrBuilder &MIB,
394 void WebAssemblyFastISel::addLoadStoreOperands(const Address &Addr, in addLoadStoreOperands() function in WebAssemblyFastISel
1192 addLoadStoreOperands(Addr, MIB, createMachineMemOperandFor(Load)); in selectLoad()
1248 addLoadStoreOperands(Addr, MIB, createMachineMemOperandFor(Store)); in selectStore()
/freebsd-12.1/contrib/llvm/lib/Target/AArch64/
H A DAArch64FastISel.cpp189 void addLoadStoreOperands(Address &Addr, const MachineInstrBuilder &MIB,
1087 void AArch64FastISel::addLoadStoreOperands(Address &Addr, in addLoadStoreOperands() function in AArch64FastISel
1866 addLoadStoreOperands(Addr, MIB, MachineMemOperand::MOLoad, ScaleFactor, MMO); in emitLoad()
2141 addLoadStoreOperands(Addr, MIB, MachineMemOperand::MOStore, ScaleFactor, MMO); in emitStore()